body	{
	font-family:arial;
	font-size: 12px;
	color:#FDFDFD;
	background-color:#000000;
	background-image:url(../img/header.jpg);
	background-repeat:repeat-x;
	overflow-x: hidden;
}

#sitecontainer	{
	position:absolute;
	width:1000px;
	left:50%;
	margin-left:-500px;	
	margin-top:	250px;
	float: left;
	padding-bottom: 300px;
}

#logo	{
	position: absolute;
	top: 0px;
	left: 50%;
	margin-left:-100px;
	float:left;
}

#menu	{
	width:185px;
	float:left;
	padding-left:20px;
	padding-right:45px;
}
#menu a{
	color: #414141;
	text-decoration: none;
	font-size: 20px;
}
#menu a:active, #menu a:hover{
	color: #FDFDFD;
}

ul, li{
	list-style: none;
	font-family: "trebuchet ms";
	font-weight: bold;
	color: #414141;
}
li:hover{
	color: #C00E0E;
}


#main	{
	width:750px;
	float:left;
	line-height: 24px;
}
#main a{
	color: #C00E0E;
	font-weight: bold;
	font-decoration: none;
}

h1{
	font-family: "trebuchet ms";
	font-weight: bold;
	color: #C00E0E;
	font-size: 21px;
	float: left;
	line-height: 27px;
}
h2{
	font-family: "trebuchet ms";
	font-weight: bold;
	color: #FDFDFD;
	font-size: 21px;
}



#footer {
	float: left;
	position: absolute;
	left: 50%;
	bottom: 0px;
	width: 3000px;
	margin-left: -1750px;
	height:				235px;
	background-image:url(../img/footer.jpg);
	background-repeat:	repeat-x;
	background-color: #414141;
	float: left;
}
#footer a{
	color: #C00E0E;
	text-decoration: none;
}
#footer a:active, #footer a:hover{
	color: #C00E0E;
}

#footercontent{
	position: absolute;
	left: 50%;
}
#footer img {
	padding: 10px;
	height: 100px;
}

