@charset "UTF-8";
/* CSS Document */
* {
	margin: 0;
	padding: 0;
}
html,
body {
	margin: 0;
	padding: 0;
	text-align: center;
	background-color: #A1B3C9;
	background: #A1B3C9 url(../img/bg_grad.gif) repeat-x;
}
h1,
h3,
h3 {
	margin: 0;
	padding: 0;
}
p {
	margin-bottom: 1em;
}
#wrapper {
	width: 760px;
	text-align: left;
	margin: auto;
}
#header {
	width: 760px;
	height: 50px;
	text-align: left;
	margin: auto;
	position: relative;
}
#header h1 {
	color: #e0e0e0;
	font-size: 18px;
	padding: 25px 20px 20px;
}
#header #description {
	font-size: 12px;
	color: #fff;
	text-align: center;
}
#header h2 {
	position: absolute;
	top: 0px;
	right: 0px;
	margin-left: 310px;
	padding-top: 5px;
	padding-right: 0px;
	padding-left: 30px;
	font-family:"Lucida Grande", "Lucida Sans Unicode", arial, sans-serif;
	font-size: 10px;
	color:#DBDFEE;
}
#header h2 a {
	text-decoration:none;
	color:#DBDFEE;
}
#header h2 a:hover {
	color:#ffffff;
	background-color:#939FB2;
}
#side {
	width: 168px;
	position: absolute;
	top: 125px;
	margin-left: 575px;
	background: url(../img/right_bg.gif) no-repeat;
	padding: 10px;
}
ul.menu {
	list-style: none;
}
ul.menu li {
	width: 148px;
	margin-bottom: 12px;
}
ul.menu li a {
	font-size: 12px;
}
ul.menu li a:hover {
	color: #eee;
}
ul.links {
	margin-top: 2em;
	list-style: none;
}
ul.links li {
	width: 148px;
	margin-bottom: 12px;
	font-size: 12px;
}
ul.links li a {
	font-size: 12px;
}
ul.links li a:hover {
	color: #eee;
}
#main-content {
	margin-top: 50px;
	width: 520px;
	margin-left: 20px;
	text-align:justify;
	background: url(../img/main_grad.gif) repeat-x;
}
.content {
}
.content p {
	font-size: 12px;
	margin: 8px;
}
h2.title {
}
h3.title {
}
.osusume {
}
#footer {
	width: 100%;
	height: 60px;
	clear: both;
	padding-top: 8px;
	text-align: center;
	border-top: 1px solid #C6D4E6;
	color: #000000;
	font-size: .75em;
	background-color: #414243;
	background-image: url(../img/footer.gif);
}
#footer p {
}

