@charset "UTF-8";
/* CSS Document */
body { 
	margin:0px 0;
	padding:0;
	font: 74% Arial, Sans-Serif;
	color:#ccc;
	background: #303B41 url(../img/bg.jpg) repeat-x;
	line-height: 1.4em;
}

#wrapper {
	background: #FFF url(../img/mainbg.jpg) repeat-y center;
	color: #ccc;
	margin: 0 auto;
	padding: 0;
	width: 800px;
}

#header {
	margin: 44px 0 0;
	width: 800px;
	background: #000 url(../img/header.jpg) no-repeat center top;
	height: 149px;
	color: #FFF;
}
#header h1 {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 22px; font-weight: bold;
	margin: 0;
	padding: 45px 0 0 50px;
}
#header #description {
	padding-left: 50px;
}
#header h2 {
	padding-left: 50px;
}

#side {
	width: 770px;
	margin: 0 auto;
	padding: 0;
}
ul.menu {
	margin:0; list-style:none; padding: 5px 0 0 20px;
}
ul.menu li {
	float:left;
	color: #FFF;
	background: #000 url(../img/menu.jpg) no-repeat center bottom;
	height: 35px;
	margin: 5px 0 5px 0px; 
	padding: 0 5px; 
	list-style: none;
}
ul.menu li a {
	color: #546078;
	text-decoration: none;
	padding: 5px 0 0 0px;
	display: block;
	margin-bottom: 2px;
	
	display:block;
	color:#fff;
	text-decoration:none;
}
ul.menu li a:hover {
	text-decoration:underline;
	margin-bottom: 2px;
}

#main-content {
	clear:both;
	padding: 15px 20px;
}
.content {
	color: #333;
	line-height: 1.4em;
	margin-bottom: 20px;
}
.content p {
	margin: 0.5em 0;
}
h2.title ,
h3.title {
	background: url(../img/h.gif) no-repeat left;
	color:#075181;
	font-size:140%; 
	font-weight:bold; 
	margin: 5px 0 5px 0px; 
	padding:0 0 0 30px; 
}
.osusume {}

#footer {
	clear:both;
	height: 43px;
	color:#ccc;  
	background: #000 url(../img/footer.jpg) top no-repeat; 
	font-size:90%; 
	padding: 0; 
	text-align:center; 
}
#footer p {}

