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

body {
	background: #eee;
	font-family: "Trebuchet MS" Verdana, Arial, sans-serif;
	font-size: 12px;
	color: #333333;
	line-height: 24px;
}

a {
	text-decoration: none;
	color: #0171AF;
}
a:hover {
	text-decoration: underline;
	color: #111;
}

#wrapper {
	width: 800px;
	margin: 40px auto;
}

#header {
	height: 100px;
	background: #eee url(../img/header.gif) no-repeat;
}
#header h1 {
	text-decoration: none;
	color: #EC8714;
	font-size: 34px;
	font-weight: 100;
	letter-spacing: -3px;
	padding: 30px 0 5px 30px;
}
#header h2 ,
#header #description {
	color: #89A537;
	font-size: 20px;
	font-weight: 100;
	padding: 0 0 0 31px;
}

#side {
	height: 180px;
	background: #eee url(../img/menu.gif) no-repeat;
}
ul.menu {
	list-style-type: none;
	padding: 10px 0 0 40px;
}
ul.menu li {}
ul.menu li a {
	color: #E7D68D;
	font-size: 12px;
	font-weight: 600;
	letter-spacing: -1px;
}
ul.menu li a:hover {
	color: #333;
	text-decoration: none;
}

#main-content {
	background: #eee url(../img/content.gif) repeat-y;
	padding: 20px;
}
.content {
	border-top: 1px solid #aaa;
	background: #eee;
	padding: 20px 10px;
}
h2.title ,
h3.title {
	font-size: 18px;
	font-weight: 100;
	padding: 7px 0 7px 0;
}
.osusume {}

#footer {
	background: #eee url(../img/content.gif) repeat-y;
	font-size: 11px;
	color: #999;
	text-align: center;
}
#footer p {
	margin: 0;
	background: transparent url(../img/bottom.gif) bottom no-repeat;
	line-height: 3em;
}

