@charset "UTF-8";
/* CSS Document */
* {
	margin:0;
	padding:0;
}
body
{
	font-size: 11px;
	font-family: Verdana, Arial, SunSans-Regular, Sans-Serif;
	margin: 0px;	
	padding-left:50%;
	background: #f4f4f4 url(../img/bg.gif) center repeat-y;
}

a {text-decoration: none; color: #f00000;}
a:hover {text-decoration: underline;}

#wrapper {
	width: 700px;
	margin-left: -350px;
}

#header {
	background: #000000 url(../img/banner.gif) left bottom no-repeat; 
	height: 90px;
	text-align: right;
	padding-top: 40px;
	position: relative;
}
#header h1 {
	text-align: left;
	color: #f00000;
	position: absolute;
	top: 4px;
}
#header #description {
	padding-top: 6px;
}
#header h2 {}
#header h2 a:hover {
	color: #F90;
}

#side {
	background-color: #000000;
	width:197px;
	border:1px solid #f00000;
	float:left;
	margin-top:20px;
	margin-right: 10px;
	margin-left: 0px;
	margin-bottom: 10px;
	padding: 3px;
	text-align:left;
}
ul.menu {
	list-style: none;
}
ul.menu li {
	padding: 4px 6px 8px;
}
ul.menu li a {}
ul.links {
	margin-top: 20px;
	list-style: none;
	color: #eee;
}
ul.links li {
	padding: 4px 6px 8px;
	border-top: 1px dotted #f00;
}
ul.links li a {}

#main-content {
	padding: 5px;
	width: 470px;
	margin-top:20px;
	text-align: justify;
	color: #000000;
	line-height: 1.6em;
	float: right;
}
.content {}
h2.title ,
h3.title {
	font-family:"Century Gothic", "Trebuchet MS", "Arial Narrow", Arial, sans-serif;
	text-transform:uppercase;
	font-size:20px;
	font-weight: bold;
	color: #f00000;
	padding-top: 5px;
}
.osusume {}

#footer {
	background-color:#000000;
	color: #f00000;
	text-align:center;
	vertical-align:middle;
	height: 20px;
	padding-top:5px;
	clear:both;
}
#footer p {}

