@charset "UTF-8";
/* CSS Document */
*{
	margin:0px;
	padding:0px;
}
body{
	background:rgb(180,180,180) url(../images/bodybg.png) repeat-x center top;
	font-family:Verdana,'Times New Roman',Times,serif;
	font-size:11px;
	color:#222;
	line-height:18px;
}
a  {
	color:#394132;
	text-decoration:none;	
}
h1,h2,h3{
	font-family:Georgia, "Times New Roman", Times, serif;
	padding:5px 0px 5px 0px;
}

#wrapper {
	margin-left:auto;
	margin-right:auto;
	width:768px;
	border-right:6px solid #222;
	background-color: #fff;
}

#header {
	width:770px;
	height:100px;
	background-color:#373737;
	position: relative;
}
#header h1 {
	padding-top: 0px;
	font-size: 25px;
	font-family: "Trebuchet MS", Georgia, "Times New Roman", Times, serif;
	font-weight:lighter;
	color: #933B39;
	border-bottom: 1px solid #EDEDED;
	text-align: right;
	position: absolute;
	top: 140px;
	right: 10px;
	width: 500px;
}
#header #description {
	color: #999;
	font-size: x-small;
	font-family:Georgia,Arial,'Trebuchet MS', serif;
	position: absolute;
	top: 110px;
	right: 10px;
}
#header h2 {
	position: absolute;
	top: 40px;
	font-size: x-large;
	width:770px;
	text-align: center;
}
#header h2 a {
	color: #fff;
}
#header h2 a:hover {
	color: #fff;
	text-decoration: underline;
}

#side {
	float: left;
	padding: 5px;
	margin: 60px 10px 10px 0px;
	width: 230px;
}
ul.menu {
	margin-top:8px;
	padding-bottom:12px;
}
ul.menu li {
	list-style-type:none;
	padding:10px 0px 5px 5px;
	border-bottom:1px solid #EDEDED;
	background-color:#4F6577;
}
ul.menu li a {
	color:white;
    font-weight:bold;
}
ul.menu li a:hover {
	/*color:#007FBD;*/
	text-decoration:none;
}

#main-content {
	float: right;
	padding: 5px;
	margin: 70px 0px 10px 0px;
	width: 500px;
}
.content {}
h2.title {}
h3.title {}
.osusume {
	width:400px;
	margin-left:auto;
	margin-right:auto;
	background-color:#f5f5f5;
	color:#222;
	border-top:1px dashed #394132;
	border-bottom:1px dashed #394132;
	padding:10px;
	margin-top:10px;
	margin-bottom:10px;
}

#footer {
	clear: both;
	margin-left:auto;
	margin-right: -6px;
	text-align: right;
	font-size: small;
	background: url(../img/footer.png) center bottom repeat-x;
	padding-bottom: 21px;
}
#footer p {
	padding-right: 8px;
}

