body{
	margin:0px auto;
	padding:0;
	background-image:url(../images/body_bg.jpg);
	background-repeat:repeat;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
}

#main{
width:800px;
height:auto;
margin:0 auto;
padding:0;
}

#header{
width:760px;
height:92px;
background-image:url(header.gif); background-repeat:no-repeat;
background-position:center;
margin:0 auto;
}

a{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000;
	text-decoration: none;
}
a:hover{
	color: #AB1E00;
	text-decoration: underline;
}
