/* CSS Document */
html, 
body{
	height:100%;
}
body{
	background-color:#000;
	background:url(../layout3/img/bg2.jpg) repeat-x #000;
	/*border-top:1px solid #3E76B3;
	border-bottom:1px solid #3E76B3;*/
	margin:0;
	padding:0;
}
#wrap{
	width:976px;
	margin:0 auto;
	padding:0;
	height:100%;
}
#wrap #nav{
	background:url(../layout3/img/header-bg.jpg) no-repeat;
	width:auto;
	height:27px;
	position:relative;
	margin:0;
	padding:70px 0 0 0;
}
#wrap #nav ul{
	margin:0;
	float:right;
	padding:0;
}
#wrap #nav ul li{
	display:inline;
	color:#FFFFFF;    
	margin:0 15px;
}
#wrap #nav ul li a{
	font:1.25em Optima, "Trebuchet MS", Arial, "sans-serif";
	text-decoration:none;
	color:#ccc;
}
#wrap #nav ul li img{
	border:none;
}
#wrap #billboard{
	width:auto;
	height:261px;
	background:url(../layout3/img/billboard2.jpg) top ;
	repeat:no-repeat;
	/*border:1px solid #fff;*/
	margin:0;
	padding:0;
	text-indent:-9999px;
}
#wrap #content{
	width:983px;
	background:url(../layout3/img/content-bg.png) no-repeat;
	height:200px;
}
#wrap #content-c{
	margin:0 10px 0 20px;
	width:946px;
}
#wrap #content-b{
	width:auto;
	background:url(../layout3/img/content-bg-b.jpg) no-repeat;
	height:400px;
	padding:40px;
}
#wrap #content #left{
	/*border:1px solid #fff;*/
	float:left;
	width:500px;
	padding:0 20px;
}
#wrap #content #right{
	/*border:1px solid #fff;*/
	float:right;
	width:360px;
	padding:0 20px
}
#wrap #footer{
	border-top:1px dashed #3E76B3;
}
.clearit{
	clear:both;
}

#content h2,
#content-b h2,
#content-c h2,
#content h1{
	font:1.6em Optima, "Trebuchet MS", Arial, "sans-serif";
	color:#3C72AD;
	margin:15px 0;
}
#content h1
#content-b h1{
	font-size:2em;
	margin:15px 0;
	padding:0;
}
#content p,
#content-b p,
#footer p{
	color:#3C72AD;
	line-height:24px;
	font:14px Optima, "Trebuchet MS", Arial, "sans-serif";
}
#content-b img,
#content-c img{
	float:left;
	width:75px;
	height:75px;
	margin:0 10px 10px 10px;
	border:5px solid #ccc;
}
#content-c .desc{
	border:1px solid #fff;
	padding:5px;
	width:125px;
	display:inline;
}
#content-c .item,
#content-c #item{
	float:left;
	width:75px;
	height:75px;
	margin:0 10px 10px 10px;
	/*border:5px solid #ccc;*/
}
.description{
	border:1px solid #fff;
	width:125px;
}