@charset "UTF-8";
/* CSS Document */

div#body {
padding-top: 1px;/*important*/
margin-top: -1px;/*important*/
}

div#bkgd {
	position: relative;
	z-index: 100;
}

div#logo {
	padding-left: 75px;
}

div#header {
	height: 159px;
	margin-top: 20px;
} 

div#topBgrnd {
	background: url(../images/index/headerTop.png) top center no-repeat;
	height: 135px;
	padding-left: 192px;
}

div#topNav {
	height: 32px;
	text-align: center;
	margin: 0 auto;
	}

div#mainBox {
	height: 445px;
	padding-top: 20px;
}

div#footer {
	background: url(../images/index/footer.png) top center no-repeat; 	
	height: 110px;
	margin-top: -23px;
}

div#copyRight {
	font: 11px Tahoma;
	color: #999999; 
}



