@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;
}
#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: 601px;
}

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

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

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

#content .bottom
{
	width: 601px;
	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;
}


/* Sidebars */

.sidebar {
	float: left;
	width: 208px;
	margin-top: 10px;
	color: #000000;
}

.sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: normal;
}


.sidebar li {
	padding: 6px 0 6px 20px;
}

.sidebar a {
	text-decoration: none;
	color: #FFFFFF;
	font-size: 12px;
}
.sidebar a:hover {
	color: #0D699B;
	text-decoration: underline;
}

.sidebar h2 {
	padding-top: 10px;
	color: #999999;
	background: url(images/title.png) no-repeat;
	height: 33px;
	padding-left: 20px;
	font-size: 16px;
	font-weight: bold;
}

/* Left Sidebar */

#leftbar {
margin-left: 5px;
}

#leftbar .back
{
background: url(images/title_back.gif) no-repeat;
padding: 10px;
}
/* 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;
}
