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

* {
	margin: 0;
	padding: 0;
}

a {color: #048;}
a:hover {color: #06C;}

body {
	background: #E7E7E2 url('../img/body.jpg') no-repeat center top;
	color: #444;
	font: normal 62.5% Tahoma,sans-serif;
	padding-top: 64px;
}

p,code,ul {padding-bottom: 1.2em;}

li {list-style: none;}

h1 {font: normal 1.8em Tahoma,sans-serif;}
h2 {font: bold 1.4em sans-serif;}
h3 {font: bold 1em Tahoma,sans-serif;}

form,input {margin: 0; padding: 0; display: inline;}

h1,h2,h3 {padding-top: 6px; color: #553; margin-bottom: 4px;}

/* misc */
.clearer {clear: both; font-size: 0;}
.left {float: left;}
.right {float: right;}

#wrapper {
	border: 2px solid #D7D7D2;
	background: #FFF;
	font-size: 1.2em;
	margin: 0 auto;
	padding: 10px;
	width: 780px;
}

#header {
	background: #222 url('../img/header.jpg') no-repeat;
	height: 160px;
	margin-bottom: 5px;
	text-align: center;
}
#header h1 {
	color: #FFF;
	padding-top: 20px;
	font-weight: bold;
}
#header #description {
	color:#CCC;
	font: normal 1.1em Verdana,sans-serif;
	padding-top: 6px;
}
#header h2 a {
	border-bottom: 1px dashed #657382;
	color: #FFF;
	padding-bottom: 2px;
	text-decoration: none;
}

#side {
	float: left;
	width: 210px;
}
ul.menu {
	padding: 0;
	border-top: 1px solid #EAEADA;
}
ul.menu li {border-bottom: 1px solid #EAEADA;}
ul.menu li a {
	font-size: 1.1em;
	color: #554;
	display: block;
	padding: 8px 0 8px 5%;
	text-decoration: none;
	width: 95%;
}
ul.menu li a:hover {
	background: #F0F0EB;
	color: #654;	
}

#main-content {
	float: right;
	width: 538px;
}
.content {}
h2.title {}
h3.title {}
.osusume {
	background: url(../img/quote.gif) no-repeat;
	display: block;
	font-weight: bold;
	padding-left: 28px;
}

#footer {
	clear: both;
	background: #949490;
	color: #F7F7F2;
	font: bold 1em sans-serif;
	margin-top: 5px;
	padding: 10px 12px;
	height: 3em;
}
#footer a {
	color: #F7F7F2;
	text-decoration: none;
}

#footer a:hover {color: #FFC;}
#footer .right, .footer .right a {color: #C8C8C3;}
#footer .right a:hover {color: #F7F7F2;}
