body {
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-image: url(images/background.jpg);
	background-color: #000000;	
}
#total {
	background-color: #000000;
	width: 1024px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
}
#header {
	height: 176px;
	width: 1024px;
	text-align: center;
}
#leftContent {
	width: 85px;
	float: left;
	background-image: url(images/left.jpg);
	height: 439px;
}
#centerContent {
	float: left;
	width: 858px;
	background-image: url(images/main.jpg);
	height: 439px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #FFF;
	overflow: scroll;
	overflow-x: hidden;
}
#rightContent {
	float: left;
	width: 81px;
	background-image: url(images/right.jpg);
	height: 439px;
}
#footer {
	font-size: 10px;
	color: #333333;
	height: 85px;
	width: 1024px;
	clear:both;
	text-align: center;
	background-image: url(images/bottom.jpg);
}
p {
padding: 0px;
margin-top: 5px;
margin-right: 0px;
margin-bottom: 7px;
margin-left: 0px;
}
h1 {
font-size: 36px;
font-weight: bold;
margin-top: 0px;
margin-right: 0px;
margin-bottom: 0px;
margin-left: 0px;
padding-top: 10px;
padding-right: 0px;
padding-bottom: 10px;
padding-left: 0px;
}

a:link{
color: #B30700;
text-decoration: none;
font-weight: bold;
}

A:visited{
color: #B30700;
text-decoration: none;
font-weight: bold;
}

A:active{
color: #B30700;
text-decoration: none;
font-weight: bold;
}
