@charset "UTF-8";
/* CSS Document */
body {
	background: #131313 url('../img/bkg.jpg') repeat-x;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
a{
	color:#FFF;
}
li, ul {
	list-style: none;
	text-align: left;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 5px 0px;
}
#wrapper {
	background: #0c1d0a;
	width: 726px;
	min-height: 600px;
	margin: 0px auto;
}

#header {
	background: #131313 url('../img/header.jpg') no-repeat top left;
	height: 237px;
	width: 725px;
	border-top: solid 1px #000;
	border-left: solid 1px #000;
	position: relative;
}
#header h1 {
	padding-left: 8px;
	color: #fff;
}
#header #description {
	display: block;
	position: absolute;
	top: 3px;
	right: 8px;
}
#header h2 {
	display: block;
	position: absolute;
	top: 16px;
	right: 8px;
}

#side {
	float: right;
	width: 200px;
	margin-left: 20px;
	padding: 10px 10px 10px 10px;
	/*border-right: solid 1px #87b16d;*/
}
ul.menu {
	list-style: none;
}
ul.menu li {}
ul.menu li a , a:visited {
	color: #87b16d;
	text-decoration: underline;
}

ul.menu li a:hover {
	color: #87b16d;
	text-decoration: none;
}

#main-content {
	float: left;
	width: 400px;
	min-height: inherit;
	margin: 1px;
	border-left: solid 1px #87b16d;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #87b16d;
	overflow: hidden;
}
.content {
	float: left;
	width: 400px;
	padding: 10px 10px 10px 10px;
}
h2.title {}
h3.title {}
.osusume {
	border-left: 2px #87b16d solid;
	margin-left: 15px;
	padding: 0 5px;
	line-style: justified;
}

#footer {
	clear: both;
	background: #131313 url('../img/footer.jpg') no-repeat top left;
	height: 33px;
	width: 725px;
	font-size: 9px;
	text-align: center;
	margin: 0px 0px 0px 0px;
	padding: 6px 0px 0px 0px;
	color: #09002f;
}
#footer p {}

