@charset "UTF-8";
/* CSS Document */
* {
    padding: 0;
    margin: 0;
	font-size: 12px;
} 

body {
    background: #fff;
	font: .74em "Trebuchet MS" Verdana, Arial, sans-serif;
	line-height: 1.5em; 
}
a {
	color: #3B6EBF;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}


#wrapper {
	margin: 20px auto;
	width: 724px;
	background: #fff url('../img/midbg.jpg');
	background-repeat: repeat-y;
}

#header {
	background: transparent url('../img/topbg.jpg') no-repeat;
	height: 40px;
	padding: 40px;
}
#header h1 {
	background: transparent url(../img/hidr.jpg) repeat-x;
	height: 20px;
	padding: 10px;
	color: #fff;
	font-size: 18px;
}
#header #description {
	background: transparent url(../img/hidr.jpg) 0px -40px repeat-x;
	height: 20px;
	padding-left: 10px;
}
#header h2 {
	background: transparent url(../img/hidr.jpg) 0px -60px repeat-x;
	height: 20px;
	padding-left: 10px;
}
#header h2 a {
	color: #fff;
}
#side {
	padding: 0 40px 0 40px;
	float: right;
	width: 200px;
}
ul.menu {
	list-style: disc;
	padding-top: 8px;
}
ul.menu li {
	color: #3b6ebf;
	list-style-type: square;
	margin-bottom: 5px;
}
ul.menu li a {}

#main-content {
	padding: 0 0 0 40px;
	float: left;
	width: 400px;
}
.content {}
.content p {
	margin: 4px;
}
h2.title ,
h3.title {
	margin: 8px 4px;
	color: #3B6EBF;
	font-size: 16px;
	margin-bottom: 10px;
	margin-top: 10px;
}
.osusume {}

#footer {
	clear: both;
	background: #fff url('../img/botbg.jpg');
	height: 30px;
}
#footer p {
	text-align: center;
	font-size: 9px;
}

