/* CSS Document */
body {
	text-align: center;
	margin: 0px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 62.5%;
	color: rgb(83, 20, 3);
	background-color: rgb(212, 206, 182);
}
#container {
	width: 973px;
	margin: 10px auto 0 auto;
	text-align:left;
	background-image:url(images/shadow.jpg);
	background-repeat:repeat-y;
}
#holder {
	position: relative;
	width: 944px;
	margin: 0 15px;
}
#footer {
	width: 973px;
	margin: 0 auto;
	text-align:left;
	background-image:url(images/bottom_shadow.jpg);
	background-repeat:no-repeat;
	padding: 18px 0 10px 0;
	font-size: 1em;
}
#xtreme {
	float: left;
	width: 300px;
	margin: 0 0 0 15px;
}
#footerright {
	float: right;
	width: 500px;
	margin: 0 15px 0 0;
	text-align:right;
}
#footer a {
	color: rgb(83, 20, 3);
	text-decoration:none;
}
#footer a:hover {
	text-decoration:underline;
}	
.clear {
	clear: both;
	height: 0px;
	font-size: 0px;
}