@charset "UTF-8";
/* CSS Document */
* {
	margin: 0;
	padding: 0;
}
body {
	margin: 0;
	padding: 0;
	font-family: "Lucida Grande", Verdana, sans-serif;
	font-size: small;
	color: #38230E;
}
a:link, a:visited {
	color: #268CCD;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}

#wrapper {
	background-image:url(../img/bg1.jpg);
	background-repeat: repeat-x;
	background-color:#F6F1DE;
	background-position: 0px 88px;
	width:760px;
	margin-left:auto;
	margin-right:auto;
}

#header {
	height:88px;
	background-color:#006699;
	border-top: 8px solid #6699CC;
	margin-left:auto;
	margin-right:auto;
	width:760px;
	position: relative;
}
#header h1 {
	background: url(../img/logo.gif) no-repeat;
	padding-left: 36px;
	color:#FFFFFF;
	font-size:16px;
	margin: 12px;
	padding-top:8px;
	text-indent: 1em;
	height: 50px;
}
#header #description {
	position: absolute;
	top: 0px;
	right: 12px;
	color:#CCC;
}
#header h2 {
	position: absolute;
	top: 56px;
	right: 12px;
}
#header h2 a {
	color: #fff;
}
#header h2 a:hover {
}

#side {
	width:200px;
	float:left;
	margin-top:25px;
	clear:both;
	background: url(../img/nav_btm.jpg) bottom no-repeat;
	padding-bottom: 5px;
}
ul.menu {
	list-style: none;
}
ul.menu li {
	width:184px;
	padding-left:6px;
	padding-right:6px;
	background-image:url(../img/nav_side.jpg);
}
ul.menu li a {
	background:url(../img/arrow.gif) no-repeat 2px center;
	font-weight:bold;
	color: #006699;
	display: block;
	padding: 3px 0;
	padding-left: 20px;
	text-decoration: none;
	border-bottom: 1px solid #B5B5B5;
	list-style-type: none;
	list-style:none;
}
ul.links {
	list-style: none;
	margin-top: 30px;
}
ul.links li {
	width:184px;
	padding-left:6px;
	padding-right:6px;
	background-image:url(../img/nav_side.jpg);
}
ul.links li a {
	background:url(../img/arrow.gif) no-repeat right;
	font-weight:bold;
	color: #006699;
	display: block;
	padding: 3px 0;
	padding-right: 20px;
	text-decoration: none;
	border-bottom: 1px solid #B5B5B5;
	border-top: 1px solid #B5B5B5;
	list-style-type: none;
	list-style:none;
}

#main-content {
	width:545px;
	float:right;
	margin-top:25px;
	margin-bottom:25px;
	border-left: solid 1px #E0D0B1;
	padding-left: 10px;
}
.content {
	background: url(../img/hr.gif) center bottom no-repeat;
	padding-bottom: 20px;
	margin-bottom: 20px;
}
h2.title ,
h3.title {
	color: #006699;
	background: url(../img/h2.gif) no-repeat;
	text-indent: 26px;
	height: 26px;
	font-size: 18px;
	line-height: 26px;
}
.osusume {}

#footer {
	clear: both;
	background-color:#EFE6CE;
	padding-top:25px;
	padding-bottom:25px;
}

#footer p {
	text-align: center;
}

