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

body {
	font-family:"Trebuchet MS", Verdana, Helvetica, Arial, sans-serif;
	font-size:12px;
	color:#666666;
	background:url(../img/bg-body.png) repeat-x #3f3f3f;
	}

p {
	margin-bottom:20px;
	}

img {
	border:0;
	}

a {
	text-decoration:none;
	color:#88CBD2;
	}
a:hover {
	color:#666666;
	}

#wrapper {
	width:700px;
	padding:0 15px;
	margin:0 auto;
	background:url(../img/bg-wrapper.png) repeat-y #ffffff;
	}

#header {
	height:140px;
	border-bottom:10px solid #4d4d4d;
	background:url(../img/bg-header.jpg) no-repeat;
	/*line-height:140px;*/
	padding-left:20px;
	}
#header h1 {
	text-align: left;
}
#header #description {
	text-align: left;
}
#header h2 {
	text-align: left;
}

#side {
	width:190px;
	float:left;
	padding:5px;
	min-height:400px;
	background-color:#ececec;
	}
ul.menu {
	list-style-type:none;
	margin-bottom:15px;
	background-color:#ffffff;
	padding:5px;
	}
ul.menu li {
	background:url(../img/sidebar-li.png) no-repeat;
	background-position:0px 0;
	height:20px;
	padding-left:22px;
	padding-top:1px;
	overflow: hidden;
	}
ul.menu li a {
	font-weight:normal;
	}
ul.links {
	margin-top: 20px;
	}
ul.links li {
	margin-bottom: 10px;
	}

#main-content {
	width:485px;
	min-height:400px;
	float:right;
	padding:5px;
	}
.content {
	margin-bottom:30px;
	}
h2.title {}
h3.title {}
.osusume {}

#footer {
	clear:both;
	padding:15px 20px;
	}
#footer p {
	text-align: center;
	}

