body {
	font-family: verdana;
	background-color: #000000;
	background-image: url(images/bg.png);
	background-repeat: repeat-x;
	background-position: center top;
	text-align: center;
	margin: 0px;
	padding: 0px;
	height: 100%;
}
html {
	height: 100%;
}
.maintable {
	width: 100%;
	height: 100%;
}
.maintable table {
	margin: 0px;
	padding: 0px;
}
.maintable_center {
	color: #CC9966;
	text-decoration: none;
	background-color: #000000;
	text-align: left;
	width: 900px;
	background-image: url(images/logo_bottom.png);
	background-position: center 265px;
	background-repeat: no-repeat;
}

.maintable_left {
	background-image: url(images/left.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}
.maintable_right {
	background-image: url(images/right.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
.content_table {
	width: 100%;
	font-size: 10px;
	color: #CCCCCC;
}
.content_table a:link, .content_table a:active, .content_table a:visited {
	color: #D7AE86;
	text-decoration: none;
}
.content_table a:hover {
	color: #FFFFFF;
}
.header {
	text-align: right;
	vertical-align: bottom;
	height: 265px;
}
.header_img {
	padding-top: 242px;
	padding-right: 36px;
}
.content {
	padding-right: 6px;
	padding-bottom: 10px;
	padding-left: 6px;
}
.footer {
	font-size: 9px;
	color: #764C24;
	text-align: right;
	padding-right: 4px;
	padding-bottom: 10px;
	padding-left: 4px;
}
.footer a:link, .footer a:visited, .footer a:active{
	font-weight: bold;
	color: #DDB756;
	text-decoration: none;
}
.footer a:hover {
	color:#FFFFFF
	}
.home_table {
}
.titles {
	font-weight: bold;
	text-transform: uppercase;
	color: #DBB054;
	letter-spacing: .1em;
}
.left {
	padding-right: 3px;
	padding-left: 3px;
	border-left-width: thin;
	border-left-style: dotted;
	border-top-color: #CAB080;
	border-right-color: #CAB080;
	border-bottom-color: #CAB080;
	border-left-color: #CAB080;
}
.left p {
	padding-left: 3px;
}
