/* CSS Document */
html{
	height: 100%;
}

body{
	background-color:#030;
	margin: 0 auto 0 auto;
	width: 950px;
	height: 100%;
}

table#head{
	margin: 0;
	width: 950px;
	height: 177px;
}

table#layout{
	margin: 0;
	width: 950px;
	height: 100%;
}

td#sidebar{
	vertical-align:top;
	margin: 0;
	width: 82px;
	background-image:url(../images/side_back.jpg);
	background-repeat:repeat-y;
}

td#container{
	margin: 0;
	vertical-align: top;
	width: 837px;
	font-size: 16px;
	color: #FFC;
	background-image:url(../images/cnt_back.jpg);
	border-right: #EFF0B6 solid thin;
}

div#container{
	margin: 0;
	padding: 20px;
}

td#btn_border{
	width: 1px;
	height: 48px;
	background-image:url(../images/btn_bord.jpg);
}

td#feet{
	background-color: #060;
	height: 75px;
	border-top: #EFF0B6 solid thin;
	border-right: #EFF0B6 solid thin;
	border-left: #EFF0B6 solid thin;
}

div.text{
	
}

div.picture{
	margin: 10px;	
	float: right;
}

div.feet{
	padding: 5px;
	color: #FFC;
	text-align: center;
}

a img.userpic{
	border:#FFC thin solid;
}

h3{
	margin-top: 50px;	
}
	
div.picture ul { list-style: none; padding: 0; line-height: 7em;}
div.picture ul li { display: inline; margin: 5px;}

a.simple{
	color: #FC3;
	text-decoration: none;
	font-style:italic;	
}

a.simple:hover{
	color: #FFC;
}