@charset "UTF-8";
/* CSS Document */
* {
	margin: 0;
	padding: 0;
}
body {
	margin: 5px 0;
	padding: 5px 0;
	background: #FEE6CC;
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
}

#wrapper {
	width: 688px;
	border: solid 6px #FFF;
	margin: 0 auto;
	background: url(../img/bg.gif);
}

#header {
	height: 74px;
	background: url(../img/header.gif) no-repeat;
	font-family: "Courier New", courier, monospace;
	color: #27390C;
	position: relative;
}
#header h1 {
	font-size: 14px;
	position: relative;
	top: 38px;
	left: 90px;
	text-transform: uppercase;
	font-weight: bold;
}
#header #description {
	font-size: 9px;
	position: relative;
	top: -13px;
	padding-right: 10px;
	text-align: right;
}
#header h2 {
	position: absolute;
	top: 80px;
	left: 10px;
	width: 200px;
}

#side {
	position: relative;
	margin-top: 120px;
	width: 200px;
	float: left;
}
ul.menu {
	list-style-type: none;
	background: url(../img/nav_li.gif) repeat-y;
	margin: 0;
	padding-left: 8px;
}
ul.menu li {
}
ul.menu li a {
	display: block;
	border-left: solid 9px #C9CFE8;
	padding: 8px 0 8px 15px;
	color: #F2E8F3;
	text-decoration: none;
	font-weight: bold;
}
ul.menu li a:hover {
	border-left: solid 15px #F0F2F9;
	color: #C4DF9B;
}
ul.links {
	list-style-type: none;
	background: url(../img/nav_li.gif) repeat-y;
	margin: 0;
	padding-left: 8px;
	border-top: solid 3px #C9CFE8;
}
ul.links li {
	display: block;
	border-left: solid 9px #C9CFE8;
	padding: 16px 0 0px 15px;
}
ul.links li a {
	color: #F2E8F3;
	text-decoration: none;
	font-weight: bold;
}
ul.links li a:hover {
	border-left: none;
	color: #C4DF9B;
}

#main-content {
	float: right;
	padding-right: 7px;
	padding-top: 20px;
	text-align: right;
}
.content {
	background: url(../img/content_bg.gif);
	width: 452px;
	padding: 0 5px 5px 5px;
	border: solid 3px #E5EFE0;
	text-align: left;
	color: #4D6F1B;
	margin-bottom: 20px;
}
h2.title ,
h3.title {
	font-family: "Courier New", courier, monospace;
	font-size: 16px;
	background: #E5EFE0;
	margin-left: -5px;
	padding: 3px 8px 2px;
	display: inline;
	color: #4D6F1B;
	letter-spacing: 1px;
}
.osusume {
}
.content p {
	margin: 10px;
}
#footer {
	clear: both;
	background: url(../img/footer.gif) no-repeat;
	height: 17px;
	text-align: center;
	padding-top: 11px;
	color: #27390C;
	font-weight: bold;
	font-size: 10px;
	margin-top: 10px;
}
#footer p {
}
a {
	font-weight: bold;
	color: #A263A7;
}
a:hover {
	color: #FFFFFF;
}
