@charset "UTF-8";
* {
	margin: 0px;
	padding: 0px;
}
#wrapper {
	background-color: #000033;
	width: 840px;
	border-right-width: 10px;
	border-left-width: 10px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #333333;
	border-left-color: #333333;
	margin-right: auto;
	margin-left: auto;
}
a img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#wrapper  #header {
	background-color: #000000;
	height: 507px;
	width: 840px;
	right: auto;
	clip: rect(auto,auto,auto,auto);
}
/* Header */

#header {
	height: 507px;
	width: 840px;
	padding-right: 0px;
}

#logo {
width: 840px;
height: 204px;
}

#logo h1, #logo p {
	margin: 0;
	line-height: normal;
}

#logo h1 {
	padding: 47px 0 0 20px;
	font-size: 24px;
	color: #FFFFFF;
}
#logo h2 {
	padding: 10px 0 0 20px;
	font-size: 10px;
	text-transform: uppercase;
	color: #ffffff;
}

#logo a {
	text-decoration: none;
	color: #FFFFFF;
}


#menu ul {
	margin: 0;
	list-style: none;
}

#menu li {
	display: inline;
}

#menu a {
	float: left;
	width: 161px;
	height: 25px;
	text-decoration: none;
	text-align: center;
	padding-top: 6px;
	font-size: 1.1em;
	font-weight: normal;
	color: #999999;
	background: url(images/button.png) no-repeat;
	clear: none;
	margin-left: 5px;
}

#menu a:hover {
	background: url(images/button_r.png) no-repeat;
}
/* Page */

#page {
	width: 840px;
	margin: 0 auto;
	margin-top: 12px;
}

/* Content */

#content {
	float: left;
	width: 840px;
}

#content .post ul, #content .post ol
{
margin-left: 30px;
}

#content .top
{
	width: 840px;
	background: url(images/top.png) no-repeat;
	height: 11px;
}

#content .middle_back
{
	width: 810px;
	background: #ffffff;
	padding: 10px;
	height: auto;
}

#content .bottom
{
	width: 840px;
	background: url(images/bottom.png) no-repeat;
	height: 10px;
	margin-bottom: 10px;
}


.post {
	margin-bottom: 15px;
	color: #000000;
	margin-top: 10px;
	margin-left: 5px;
}

.post a {
	color: #0000FF;
}

.post a:hover {
	color: #EA8616;
}
/* Footer */

#footer {
	clear: both;
	padding-top: 20px;
	height: 62px;
	background: url(images/footer.gif) repeat-x;
}

#footer p {
	text-align: center;
	font-size: smaller;
	color: #ffffff;
}

#footer a {
	color: #ffffff;
}
