/* CSS Document */
body{
	margin:0;
	padding:0;
	background:url(../images/bg.gif) repeat;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}
#main{
	width:1050px;	
	overflow:hidden;
	margin:0 auto;
}
/* header CSS */
#main #header{
	height:153px;
}
#main #header #top{
	background:url(../images/headerTop.png) no-repeat;
	height:56px;
}
	#main #header #top p{
	font-size:11px;
	font-weight:bold;
	color:#C52813;
	position:relative;
	left:200px;
	top:35px;
	width: 600;
	padding:0;
	margin:0;
	}

#main #header #menutop{
	background:url(../images/headerBlueTop.png) repeat;
	height:34px;
}
	#main #header #menutop ul{
	list-style:none;
	padding:0;
	margin:0;
	position:relative;
	left:240px;
	top:5px;
	width: 800;
	}
	#main #header #menutop li{
		display:inline;
		padding:0;
		padding-left:0px;
		padding-right:5px;
	}
	#main #header #menutop a{
		font-size:13px;
		font-weight:bold;
		color:#FFFFFF;
		text-decoration:none;
	}
	#main #header #menutop a:hover{
		text-decoration:underline;
	}
#divider{
	background:url(../images/headerDivider.png) no-repeat;
	height:6px !important;
}
#main #header #menubottom{
	background:url(../images/headerBlueBottom.png) no-repeat;
	height:35px;
}
#main #header #bottom{
	background:url(../images/headerBottom.png) no-repeat;
	height:22px;
}
/* body CSS */
#main #body{
	background:url(../images/repeatingBG.png) repeat-y;
}
	#main #body #bodypads{
	padding-left:50px;
	padding-right:35px;
	}
/*footer CSS */
#main #footer{
	background:url(../images/footer.png) no-repeat;
	height:64px;
}
/* form */
form{
padding:0;
margin:0;
}

