body {	
	margin: 0px;	
	padding: 0px;	
	background-color: #000;
	font-size: 11px;
	font-family: Arial;
}

#wrapper {
	width: 763px;
	border-top: #FFF solid 1px;
	border-right: #FFF solid 1px;
	border-left: #FFF solid 1px;
	margin: 0 auto;
}

#header {
}

#nav {
	height: 30px;
	background-image: url(../images/nav_bg.jpg);
	background-repeat: no-repeat;
}

#nav ul {
	margin: 0px;
	list-style-type: none;
	padding: 9px 0px 0px 0px;
}

#nav ul li {
	display: inline;
	margin: 9px 0px 0px 0px;
	padding: 8px 10px 7px 10px;
}

#nav ul li a {
	color: #000;
	text-decoration: none;
}

#nav ul li a:hover {
	color: #EFE9B9;
}

#middle {
}

#sidebar {
	width: 287px;
	height: 481px;
	float: left;
	background-image: url(../images/sidebar_bg.jpg);
	background-repeat: no-repeat;
	padding: 10px 0px 0px 10px;
}

#areas {
	padding: 0px 0px 0px 15px;
}

#sidebar a {
	font-weight: bold;
	color: #666;
	text-decoration: none;
}

#sidebar a:visited {
	font-weight: bold;
	color: #666;
	text-decoration: none;
}

#sidebar a:hover {
	font-weight: bold;
	color: #CC6600;
	text-decoration: none;
}

#main {
	width: 466px;
	float: right;
}

#flash {
	height: 247px;
	width: 466px;
}

#bottom {
}

#image {
	width: 278px;
	float: left;
	height: 244px;
}

#recent {
	width: 168px;
	float: right;
	height: 244px;
	background-image: url(../images/recent.jpg);
	background-repeat: no-repeat;
	font-size: 10px;
	padding: 0px 10px;
}

#recent a {
	font-weight: bold;
	color: #000;
	text-decoration: none;
}

#recent a:visited {
	font-weight: bold;
	color: #000;
	text-decoration: none;
}

#recent a:hover {
	font-weight: bold;
	color: #CC6600;
	text-decoration: none;
}
#recent form input{
	width: 160px;
	height: 14px;
	border: 1px #CC6600 solid;
	margin: 2px;
	}
#recent form button {
	width: 110px;
	height: 17px;
	padding: 3px;
	}

#clear {
	height: 1px;
	clear: both;
	background-color: #FFF;
}

#footer_links {
	clear: both;
	width: 765px;
	margin: 0 auto;
	text-align: center;
	color: #333;
	font-size: 14px;
	padding: 20px 0px 20px 0px;
}

#footer_links a {
	color: #444;
	text-decoration: none;
}

#footer_links a:visited {
	color: #444;
	text-decoration: none;
}

#footer_links a:hover {
	color: #666;
	text-decoration: none;
}

#footer {
	width: 765px;
	margin: 0 auto;
	text-align: center;
	color: #333;
	line-height: 0px;
}

#footer a {
	color: #444;
	text-decoration: none;
}

#footer a:visited {
	color: #444;
	text-decoration: none;
}

#footer a:hover {
	color: #666;
	text-decoration: none;
}

#footer2 {
	width: 765px;
	margin: 0 auto;
	text-align: center;
	color: #CC9900;
	padding: 20px 0px 20px 0px;
}

.style1 {
	color: #EFE9B9;
}

h3 {
	color: #CC6600;
	font-family: Times New Roman;
	font-size: 16px;
	font-weight: normal;
	letter-spacing: 7px;
	border-bottom: #CC6600 solid 1px;
	padding: 0px 0px 0px 8px;
	width: 230px;
}

h4 {
	color: #CC6600;
	font-family: Times New Roman;
	font-size: 13px;
	font-weight: normal;
	letter-spacing: 5px;
	border-bottom: #CC6600 solid 1px;
	text-align: center;
}