#layout {
	background-color: #423E3E;
	width: 1024px;
	margin-top: -5px;
	margin-right: auto;
	margin-left: auto;
	border: 5px solid #282020;
}
h1 {
	font-family: Tahoma;
	font-size: 12px;
	line-height: normal;
	color: #CCCCCC;
	margin-top: 0px;
	margin-bottom: 5px;
	margin-left: 10px;
	padding-top: 7px;
	padding-bottom: 4px;
}

#top {
	background-color: #282020;
	width: 1034px;
	margin-top: 10px;
	margin-bottom: 0px;
	margin-right: auto;
	margin-left: auto;
}

#layout #content-boxes #right {
	background-color: #D3CDC0;
	width: 295px;
	float: right;
	margin-top: 5px;
	margin-right: 8px;
	margin-bottom: 5px;
	margin-left: 0px;
}
ul {
	margin: 0px;
	padding: 0px;
	width: 291px;
	border: 2px solid #282020;
}
li {
	height: 35px;
	list-style-type: none;
	margin: 0px;
	border: 2px solid #282020;
	padding-top: 15px;
	background-image: url(images/navi_bg.jpg);
	background-repeat: repeat-x;
	background-position: center;
}
#layout #content-boxes #right p {
	font-family: Tahoma;
	font-size: 12px;
	line-height: normal;
	color: #990033;
	margin: 5px;
}
h2 {
	font-family: Tahoma;
	font-size: 17px;
	color: #333333;
	text-decoration: underline;
	margin: 5px;
	padding: 0px;
}


li:hover {
	height: 35px;
	list-style-type: none;
	margin: 0px;
	border: 2px solid #282020;
	padding-top: 15px;
	background-image: url(images/navi_bg_hover.jpg);
	background-repeat: repeat-x;
	background-position: center;
}
#layout #content-boxes #right a {
	margin-top: 0px;
	margin-left: 10px;
	font-family: "Courier New", Courier, monospace;
	font-size: 20px;
	line-height: normal;
	color: #FFFFFF;
	text-decoration: none;
}




#layout #content-boxes #left iframe {
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 8px;
}
#layout #content-boxes #left {
	float: left;
	height: auto;
	width: 720px;
}
.clearfix {
	clear: both;
}



#layout #header {
	background-color: #423E3E;
	background-image: url(images/banner.jpg);
	height: 165px;
	width: 1024px;
	background-repeat: no-repeat;
}
body {
	background-image: url(images/body_bg.jpg);
	background-repeat: repeat;
	background-color: #423E3E;
	margin: 0px;
}
#layout #content-boxes #right .link {
	color: #990000;
	font-size: 12px;
	font-family: Tahoma;
	text-decoration: underline;
}
#layout #footer p {
	text-align: center;
	margin: 5px;
	font-family: Tahoma;
	font-size: 12px;
	line-height: normal;
	color: #FFFF99;
	letter-spacing: 0.3em;
}
#layout #footer a {
	color: #FFFF99;
	font-weight: bold;
	text-decoration: none;
}

