@charset "UTF-8";
/* CSS Document */
* {
	margin: 0;
	padding: 0;
}
a {color: #682;}
a:hover {color: #9A6;}
body {
	background: #333 url(../img/bg.gif);
	color: #333;
	font: normal 62.5% "Lucida Sans Unicode",sans-serif;
	margin: 3% 0;
}
p,ul {
	padding-bottom: 1em;
}
ul {margin-left: 1.2em;}
li {list-style: none;}
h1,h2,h3 {color: #994;}

#wrapper {
	font-size: 1.2em;
	background: url(../img/bgcontainer.gif) repeat-y;
	margin: 0 auto;
	width: 640px;
	border: 12px solid #222;
}

#header {
	float: left;
	width: 640px;
	height: 150px;
	background: url(../img/header.jpg) no-repeat;
	text-align: center;	
}
#header h1 {
	font-size: 20px;
	padding-top: 30px;
	padding-bottom: 20px;
}
#header #description {
	font-size: 11px;
}
#header h2 {
	font-size: 14px;
}

#side {
	float: left;
	width: 160px;
}
ul.menu {margin: 0; padding: 0;}
ul.menu li {
	border-bottom: 1px solid #696755;
	list-style: none;
}
ul.menu li a {
	background: #89866F;	
	color: #111;
	display: block;
	padding: 8px 0 8px 12px;
	width: 148px;
	text-decoration: none;
}
ul.menu li a:hover {
	background: #9C997C;
	color: #000;
}
ul.links {
	color: #FFF;
	list-style: none;
	padding: 10px 5px 10px 0;
	line-height: 1.5em;
}
#main-content {
	float: left;
	width: 480px;
}
.content {
	margin: 10px;
}
h2.title ,
h3.title {
	font-size: 22px;
}
.osusume {}

#footer {
	clear: both;
	background: url(../img/bgfooter.gif) repeat-x;
	color: #CCC;
	font-size: 0.9em;
	line-height: 39px;
	width: 100%;
	text-align: center;
}
#footer p {
	margin: 0;
	padding: 0;
}

