html, body {
	height: 100%;
	min-height: 100%;
} 

body, td, th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
}

body {
	background-color: #000000;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

#body {
	position: relative; 
	left: 50%;
	margin-left: -450px; 
	width: 900px; 
	<!--[if lt IE 6]> 
	height: 100%; 
	<![endif]-->;
	min-height: 100%; 
	border-left: 1px solid #27211c; 
	border-right: 1px solid #27211c;
}

a {
	color: #FFF;
}

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

#menu div {
	width: 140px;
	float: left;
	text-align: center;
	margin: 2px 0;
	padding: 2px 0;
	border-right: 1px dotted #bbbbbb;
	cursor: pointer;
}

#menu .first {
	border-left: 1px dotted #bbbbbb;
}

#menu a {
	text-decoration: none;
	font: 12px Georgia, "Times New Roman", Times, serif;
	margin: 10px 0;
}

#menu a:hover {
	color: #FFF;
}

.block span {
	font: 18px Georgia, "Times New Roman", Times, serif;
}

.block span a {
	text-decoration: none;
}

.block {
	width: 378px;
	padding: 5px 15px;
	background: #36291F;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border: 1px solid #46392f;
}

.halfBlock {
	width: 185px;
	text-align: center;
	float: left;
	height: 90px;
	margin: 10px 0;
}

.halfBlock img {
	border-color: #eeeeee;
}

.block sup {
	font-size: 11px;
	color: #999999;
	font-style: italic;
}

.page-select {
	width: 450px;
	font-size: 11px; 
	font-weight: bold;
	text-align: center;
}

.page-select a {
	text-decoration: none;
}

#fullContent {
	width: 900px; 
	min-height: 650px; 
	<!--[if lt IE 6]>
	height: 650px;
	<![endif]-->;
	float: left;
	background: #36291F;
}

#imgContent {
	width: 450px;
	height: 650px;
	position: absolute;
	left: 449px;
	border-left: 1px solid #36291F; 
}

#leftContent {
	padding: 20px;
	width: 410px;
	<!--[if lt IE 6]>
	height: 610px;
	<![endif]-->;
	min-height: 610px;
	background: #261f19;
}

span.sub {
	font-size: 10px;
	font-family: Tahoma;
}

div.sub {
	margin-bottom: 6px;
}

.adminAnswer {
	font-size: 11px; 
	color: #EEE;
	background-color: #392B22;
	padding: 3px 6px;
	text-align: justify;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border: 1px solid #46392f;
}

.formBlock {
	margin-top: 7px;
	font-size: 12px;
}

.formTextBlock {
	width: 160px;
	height: 20px;
	clear: both;
	position: relative;
}

.formInputBlock {
	width: 185px;
	left: 160px;
	top: 0px;
	position: absolute;
}

.formInputBlock .input {
	width: 180px;
	border: 1px solid #DDD;
	border-top-color: #AAA;
	font-size: 12px;
}

.blog {
	width: 120px; 
	font-size: 11px;
	font-weight: bold;
	float: left;
}

.blog div {
	text-align: center;
	width: 100px;
}

.blog img {
	border: 1px solid #46392F;	
}