body {
	background-image: url(images/body_back.jpg);
	background-position: center top;
	padding: 0;
	margin: 0;
	font-size: 10pt;
	background-color: #000;
	background-repeat: repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	color: #CCC;
}

h1 {
	color: #54B3E8;
	border-bottom: 1px solid #39C1E8;
	font-family: Papyrus, Arial, Helvetica, sans-serif;
}
a {color: #ae6b03;}
a:hover { #ff9c00; }


#wrapper {
	position: absolute;
	width:823px;
	height: auto;
	left: 50%;
	margin-left: -411px;
}
#top {
	width: 765px;
	height: 161px;
	float: left;
	background-image: url(images/logo.png);
	background-position: left top;
	background-repeat: no-repeat;
}
#menu {
	float: left;
	width: 700px;
	margin-left: 172px;
	margin-top: 121px;
}
#menu img { float: left; border: 0; }

#content {
	width: 735px;
	height: 766px;
	float: left;
	background-image: url(images/content_back.png);
	background-repeat: no-repeat;
	padding-left: 10px;
	padding-right: 20px;
}
#content-right {
	float: left;
	width: 581px;
	height: 605px;
	padding-left: 10px;
}

#content-left {
	float: left;
	height: 585px;
	width: 134px;
	margin-top: 70px;
}




#content-footer {
	float: left;
	width: 733px;
	height: 40px;
	font-size: 10px;
	color: #a3a3a3;
}
