body{
   behavior:url("csshover.htc");
   font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
   font-size: 11px;
   text-align: center;
   margin: 0px auto;
	background-color: #253322;
	color: #FFFFFF;
}

body p{
	margin:0px;
}
body a{color:white; text-decoration:none; font-weight:bold;}
body a:hover{text-decoration:underline;}
img{
   border-width: 0px;
}

div.fix, div.fix_height{
   clear: both;
   float: none;
   display: block;
}

div.auto_height{
   float: left;
   width: 1px;
   height: 500px;
   margin-left: -10px;
}

div.layout_overall{
	text-align: left;
}

div.layout_header{
	height: 117px;
	margin: 0px auto;
	background: url(/images/layout/header.jpg) repeat-x center;
}

div.layout_footer{
	height: 73px;
	margin: 0px auto;
	background: url(/images/layout/footer_bg.jpg) repeat-x center;
}

div.layout_main{
	background: #252C32 url(/images/layout/main.jpg) repeat-y center;
}

.logo{
	width: 1002px;
	display: block;
	height: 117px;
	margin: 0px auto;
	background: url(/images/layout/logo.jpg) no-repeat center;
}

div.footer{
	width: 1042px;
	height: 73px;
	margin: 0px auto;
	background: url(/images/layout/footer.jpg) no-repeat center;	
}

div.footer div.inner{
	width: 1002px;
	text-align: right;
	margin: 0px auto;
	color: #FFFFFF;
	padding-top:30px;

}

div.footer a{
	color: #FFFFFF;
	text-decoration: none;
}

div.content{
	width: 1002px;
	margin: 0px auto;
}

div.menu{
	width: 1002px;
	margin: 0px auto;
}





