@charset "UTF-8";
/* CSS Document */

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

h1, h2, h3 {
	margin: 0;
	padding: 0;
	font-weight: normal;
	color: #333333;
}

h1 {
	font-size: 2em;
}

h2 {
	font-size: 2.2em;
}

h3 {
	font-size: 2.2em;
}

p, ul, ol {
	margin-top: 0;
	line-height: 180%;
}

ul, ol {
}

a {
	text-decoration: none;
	color: #860B28;
}

a:hover {
}

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

#header {
	width: 960px;
	height: 148px;
	margin: 0 auto;
	padding-top: 30px;
}
#header h1 {
	color: #FFFFFF;
}
#header #description {
	color: #FFFFFF;
}
#header h2 {
	width: 960px;
	height: 63px;
	margin: 0 auto;
	padding: 0;
	background: url(../img/img01.jpg) repeat-x left top;
}
#header h2 a {
	display: block;
	height: 26px;
	margin-right: 2px;
	margin-bottom: 10px;
	padding: 25px 20px 0px 20px;
	text-decoration: none;
	text-align: center;
	text-transform: uppercase;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	border: none;
}
#header h2 a:hover {
	text-decoration: underline;
	color: #FFFFFF;
}

#side {
	float: left;
	width: 280px;
	padding: 0px;
	color: #464032;
	background: #141414;
}
ul.menu {
	margin: 0;
	padding: 0;
	list-style: none;
	padding-bottom: 30px;
}
ul.menu li {
	margin: 0;
	padding: 0;
	line-height: 35px;
	margin: 0px 30px;
	border-bottom: 1px solid #1F1F1F;
}
ul.menu li a {
}
ul.menu li a:hover {
}
ul.links {
	margin: 0;
	padding: 30px 0;
	list-style: none;
	padding-bottom: 30px;
	background: #000;
}
ul.links li {
	margin: 0;
	padding: 15px 0;
	line-height: 1.1em;
	margin: 0px 30px;
	border-bottom: 1px solid #1F1F1F;
}
ul.links li a {
}
ul.links li a:hover {
}
#side a {
	border: none;
	color: #464032;
}

#side a:hover {
	text-decoration: underline;
	color: #8A8A8A;
}


#main-content {
	float: right;
	width: 620px;
	padding: 0px 0px 0px 0px;
}
.content {
	margin-bottom: 15px;
}
h2.title ,
h3.title {
	margin-bottom: 10px;
	padding: 12px 0 0 0px;
	letter-spacing: -1px;
	color: #000000;
	text-transform: lowercase;
	color: #860B28;
	border: none;
}
.osusume {
	height: 30px;
	background: #1F1F1F;
	margin: 0px;
	padding: 0px 20px 0px 20px;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
}

#footer {
	clear: both;
	width: 940px;
	height: 50px;
	margin: 0 auto;
	padding: 0px 0 15px 0;
	border-top: 4px solid #1F1F1F;
	font-family: Arial, Helvetica, sans-serif;
}

#footer p {
	margin: 0;
	padding-top: 20px;
	line-height: normal;
	font-size: 10px;
	text-transform: uppercase;
	text-align: center;
	color: #444444;
}

