@charset "UTF-8";
/* CSS Document */
* {
}
body,
html {
	background:#e3f0c1;
	color:#1B403E;
	margin:0;
	padding:0;
}
body {
	min-width:800px;
	background:#e3f0c1 url(../img/wrap_bg.gif) repeat-y top center;
	font:0.8em/1.4em Tahoma, Geneva, sans-serif;
}
#wrapper {
	background:#F4F7EB;
	width:760px;
	margin:0 auto;
}
#header {
	background:#B29742 url(../img/header_bg.jpg) no-repeat top center;
	height:175px;
	margin:0;
	padding:0;
}
#header h1 {
	color:#7AA410;
	font:italic bold 180% "Times New Roman", Times, serif;
	margin:0;
	padding:10px;
}
#header #description {
	padding: 10px;
	margin:0;
	font-size: small;
}
#header h2 {
	padding: 10px;
	margin:0;
}
#side {
	background:#F4F7EB;
	float:right;
	width:240px;
	padding:20px 0;
}
ul.menu {
	padding-bottom:1em;
}
ul.menu li {
	color:#AFCD70;
	list-style:circle;
	margin-bottom: 12px;
}
ul.menu li a {
	text-decoration:none;
	color:#547999;
}
ul.menu li a:hover {
	color:#999254;
}
ul.links {
	padding-bottom:1em;
	list-style: none;
}
ul.links li {
	color:#360;
	margin-bottom: 1em;
}
ul.links li a {
	text-decoration:none;
	color:#547999;
}
ul.links li a:hover {
	color:#999254;
}
#main-content {
	color:#1B403E;
	background:#F4F7EB;
	float:left;
	width:500px;
	border-right:1px dashed #E3F0C1;
	padding:20px 0;
}
.content {
}
.content p {
	padding:0 20px;
}
.title {
	font-size: 16px;
	padding:0 20px;
	color:#B19A53;
}
.title  a {
	color:#B19A53;
}
.osusume {
	background:#e3f0c1;
	border-left:2px solid #afcd70;
	font:0.9em/1.5em "Palatino Linotype", "Book Antiqua", Palatino, serif;
	color:#898D67;
	letter-spacing:.05em;
	margin:15px;
	padding:6px;
}
#footer {
	color:#060;
	border-top:2px solid #889F57;
	border-bottom:2px solid #889F57;
	background:#AFCD70;
	clear:both;
	font-size:0.75em;
	text-align:center;
}
#footer p {
}

