@charset "UTF-8";
/* CSS Document */
* {
}
html, body {
	height: 100%;
}

body {
	margin: 0px;
	padding: 0px;
	background: #3A3A3A;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000000;
}

h1, h2, h3 {
	margin-top: 0px;
}

p, ol, ul {
	margin-top: 0px;
}

p {
	line-height: 170%;
}

ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

strong {
}

a {
	color: #A5C35C;
}

a:hover {
	text-decoration: none;
}

a img {
	border: none;
}

img.border {
}

img.alignleft {
	float: left;
	padding-right: 25px;
}

img.alignright {
	float: right;
}

img.aligncenter {
	margin: 0px auto;
}

hr {
	display: none;
}

#wrapper {
	width: 960px;
	margin: 0px auto;
}

#header {
	width: 960px;
	height: 372px;
	margin: 0px auto;
	background: url(../img/img02.jpg) no-repeat left 80px;
	position: relative;
	border-bottom: 40px solid #000;
}
#header h1 {
	display: block;
	margin: 0px;
	padding: 10px 0px 0px 0px;
	font-size: 24px;
	color: #A5C35C;
}
#header #description {
}
#header h2 {
	position: absolute;
	right: 10px;
	bottom: 15px;
}
#header h2 a {
	color: #fff;
	font-weight: bold;
	text-shadow: 1px 1px 1px #000;
}
#header h2 a:hover {
}

#side {
	margin-top: 30px;
	float: right;
	width: 300px;
}
ul.menu {
	margin: 0px 0px 0px 20px;
	padding: 0px 0px 20px 0px;
}
ul.menu li {
	padding: 0px 0px 5px 0px;
}
ul.menu li a {
}
ul.menu li a:hover {
}

ul.links {
	margin: 0px 0px 0px 20px;
	padding: 0px 0px 20px 0px;
}
ul.links li {
	padding: 0px 0px 5px 0px;
	color: #a0a0a0;
}
ul.links li a {
}
ul.links li a:hover {
}

#main-content {
	margin-top: 30px;
	float: left;
	width: 610px;
	padding-right: 30px;
	background: url(../img/img06.jpg) repeat-y right top;
}
.content {
	margin-bottom: 40px;
	background: url(../img/img05.jpg) repeat-x left bottom;
}
h2.title ,
h3.title {
	margin: 0px;
	padding-bottom: 10px;
	letter-spacing: -1px;
	border: none;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 22px;
	color: #000000;
}
.osusume {
	display: block;
	margin-top: -15px;
	padding: 5px 0px;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: italic;
}

#footer {
	clear: both;
	width: 960px;
	margin: 0px auto;
	background: url(../img/img05.jpg) repeat-x left top;
}
#footer p {
	margin: 0px;
	padding: 20px 0px 20px 0px;
	text-align: center;
	font-size: 11px;
}
