/* CSS Document */
body{
	background-color:#191919;
	margin:0;
	padding:0;
	font-family: Tahoma, Verdana, "Trebuchet MS", Arial,  Helvetica, sans-serif;
	font-size:11px;
	line-height:150%;
	color:#999999;
}
h4 {
		margin:0;
		padding:0;
		height:1px;
	}
	h4 span {display:none;}
a, a:link, a:active {color:#999999;}
a:hover {
	text-decoration:none;
	color:#999999;
}
#wrap {
	margin:0 auto;
	background:#000000 url(images/bg_repeat.gif) repeat-y top center;
	width:934px;
	padding:0;
}
#innerwrap {
	width:628px;
	margin:0 auto;
}
#header {
	width:628px;
	margin:0 auto;
	height:139px;
}
	#header img {
		float:left;
	}
#nav {
	width:102px;
	height:139px;
	background:#000000 url(images/nav_bg.gif) top left no-repeat;
	float:left;
	position:relative
}
	#nav ul {
		list-style:none;
		margin:0;
		padding:13px 0 0 0;
		font-size:13px;
		font-family:Arial, Helvetica, sans-serif;
		color:#381c11;
		font-weight:bold;
		position:relative;
		
	}
	#nav li {
		margin:0 auto;
		width:83px;
		/*height:22.5px;*/
		line-height:22.5px;
		padding:0;
		text-align:center;
		text-transform:uppercase;
		letter-spacing:-1px;
		
	}
	#nav li a, #nav li a:active, #nav li a:link {
		color:#381c11;
		text-decoration:none;
	}
	#nav li a:hover {
		color:#FFF;
		
	} 
#profile {
	width:568px;
	height:59px;
	background:#000000 url(images/profile_bg.jpg) center center no-repeat;
	padding:11px 30px;

}
	#profile img {
		margin:1px 2px;
		vertical-align:top;
		float:left;
	}
	#profile ul {
		float:left;
		list-style:none;
		margin:1px 0 0 5px;
		padding:0;
		font-size:11px;
		line-height:normal;
	}
#lists {
	width:628px;
	background:#000000 url(images/list_bg_repeat.gif) top center repeat-y;
}
	
	#lists .top  {
		background-image: url(images/list_header.gif);
		background-position: top center;
		background-repeat: no-repeat;
		width:628px;
	}
	#lists .bottom {
		background-image:url(images/list_footer.gif);
		background-position:bottom center;
		background-repeat: no-repeat;	
		width:628px;
	}
	#lists ul {
		float:left;
		width:181px;
		margin:0 0 0 5px;
		padding:10px;
		list-style:none;
		
	}
		#lists ul .heading {
			font-weight:bold;
			color:#000000;
			margin-bottom:5px;
		}
	#lists #second {
		width:186px;
	}
#content {
	width:628px;
	background:#000000 url(images/content_bg.jpg) top center repeat-y;
	/*clear:both;*/

}
	 
	#content .top  {
		background-image: url(images/content_header.jpg);
		background-position: top center;
		background-repeat: no-repeat;
	}
	#content .bottom {
		background-image:url(images/content_footer.jpg);
		background-position:bottom center;
		background-repeat: no-repeat;
		padding:20px 25px; 
		
	}
.clearer {
	clear:both;
}
.foot {margin-bottom:0; text-align:center; font-weight:bold; }
