html,body {margin:0;padding:0;}
body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#731372;
	background-image:url(/images/page_bg.png);
	background-repeat:repeat-x;
	background-color:#C3A3C3;
}
p {
	margin:0;
	padding:0;
	margin-bottom:3px;
	margin-top:3px;
}
img {border:0;}
.white {color:#FFFFFF;}
#horizon {
		position:absolute;
		display:block;
		top:50%;
		left:0px;
		width:100%;
		overflow:visible;
		text-align:center;
}
#thepage {
		position:absolute;
		width:955px;
		margin-left:-473px;
		height:600px;
		top:-300px;
		left:50%;
		background-image:url(/images/main_bg.gif);
		background-repeat:no-repeat;
}
#banner {
	height:600px;
	background-repeat:no-repeat;
	background-position:0px 98px;
	background-image:url(/images/banner_large.jpg);
}
#header {
	height:600px;
	background-image:url(/images/header.gif);
	background-repeat:no-repeat;
}
#leftpanel {
	text-align:left;
	padding-left:20px;
	float:left;
	width:680px;
	height:280px;
	overflow:auto;
}
#rightpanel {
	text-align:left;
	float:right;
	width:249px;
	height:266px;
	background-image:url(/images/right_bg.png);
	background-repeat:no-repeat;
}
#rightpanel div {
	padding:0;
	padding-left:30px;
}
ul {
	margin-top:0px;
	padding-top:0px;
}