body, html {
	margin: 0;
	padding: 0;
}
body {
	text-align: center;
}

.clear {
	clear: both;
}

div#body_container {
   width: 100%;
   background: #58514d;
	font-family:Verdana, Arial, Helvetica,Georgia;
	color: #000;
	font-size: 11px;
	margin: 0;
	padding: 0;
}

div#both_container {
	width: 930px;
	height: 1000px;
	margin: 0 auto 0 auto;
}

div#content_container {
	float: left;
	width: 770px;
	height: 1000px;
	margin: 0;
}

div#ad_container {
	float: left;
	width: 160px;
	height: 1000px;
   background: #68615d;
	color: #bbbbbb;
	text-align: left;
	margin: 0;
}

div#top {
	width: 100%;
	height: 20px;
   background: #fff;
	text-align:right;
	word-spacing: -1px;
}

div#left {
	float: left;
	width: 200px;
	height: 980px;
}

div#left h2 {
	width: 195px;
	color: #58514d;
	font-size: 26px;
	line-height: 28px;
	margin: 0;
	padding-top: 10px;
}

div#middle {
	float: left;
	overflow: hidden;
	width: 410px;
	background: #fff;
	font-size: 14px;
	color: #1f1c1a;
	text-align: left;
}

div#middle div {
	border-bottom: 15px #58514d solid;
	padding: 10px 0 0 10px;

}

div#middle h1{
	margin: 0;
	font-size: 18px;
}

div#middle strong{
	font-size: 14px;
}

div#right {
	float: left;
	width: 160px;
	height: 980px;
	background: #ddd;
}

div#navigation {
	width: 100%;
	height: auto;
	background: #fff;
	color: #777;
	text-align: right;
}
.navigation {
	background: #fff;
}

div#forms {
	width: 100%;
	background: #1dd;
	filter:alpha(opacity=65);
	-moz-opacity:.65;
	opacity:.65;
}

a:link {
	color: #004A8A;
}
a:visited {
	color: #004A8A;
}
a:active {
	color: #000000;
}
a:hover {
	color: #000000;
}

.selected {
	font-weight: bold;
	word-spacing: -1px;
	color: #cccccc;
	background: #78716d;
}

.number {
	font-size: 8px;
	font-weight: normal;
	color: #867b75;
	}

.footer {
	font-size: 10px;
	font-weight: normal;
	color: #867b75;
	}