
body { background: #000000 url("../images/bg.png") repeat-x top center; margin: 0; padding: 0; }

.wrapper { margin: 0 auto; width: 1000px; }

.header { height: 49px; padding: 25px 0px; }
	.header .left { float: left; }
	.header .right { float: right; }
		.header .right img { padding: 0px 10px; }

.nav { height: 77px; width: 1000px; padding: 10px 0px; }
	.nav ul { list-style:none; padding:0; margin:0; }
	.nav ul li { float:left; width:auto; border-left: #fff solid 0px; text-align: left; }
	.nav ul li a { display:block; height:67px; text-align:left; font-size:15px; font-weight:bold; color:#ffffff; text-decoration:none; background-repeat: no-repeat; margin: 0px; font-family: Arial, Helvetica, sans-serif; padding: 0px 0px; margin-top: 1px;}
	.nav ul li a:hover {  }
	.nav img { float: left; }
	.nav .txt { float: left; padding: 10px; width: 90px; }
	.nav .txt .sub { font-size: 10px; font-weight: normal; color: #666666; }
	/*.nav ul li a:hover { background: url("../images/navOverlay.png") repeat-x; }*/

.content { min-height: 500px; }

.clearBG { background: url("../images/clearBG.png") repeat; padding: 20px; }

.clear { clear: both; }