@charset "UTF-8";
/* CSS Document */
html,body
{
	margin:0;
	padding:0; 
	text-align: center; 
}

body
{
	font: 11px Verdana,sans-serif; 
	line-height: 1.8em; 

}

#wrapper {
	width: 760px;
	margin: 10px auto; 
	text-align: left;
	border-left: 1px solid #96B566; 
	border-right: 1px solid #96B566; 
}

#header {
	background-color: #88AA77;
	color: white;
	padding: 5px;
}
#header h1 {
	font-size: 20px;
	font-family:  Helvetica, Georgia;
	font-weight: bold;
}
#header #description {}
#header h2 {}

#side {
	float:right;
	width: 200px; 
	padding: 2px;
	padding: 5px;
}
ul.menu {}
ul.menu li {
	list-style-type: none;
	margin-top: 12px;
}
ul.menu li a {
	text-decoration: none;
	color: black;
	font-size: 15px;
	font-weight: bold;
	font-family:  Helvetica, Georgia;
	color: #88AA11;
}
ul.menu li a:hover {
	border-bottom: 1px dashed #88AA77;
	color: #000000;
}
ul.links {
	margin-top: 30px;
}
ul.links li {
	list-style-type: none;
	margin-top: 12px;
}
ul.links li a {
	text-decoration: none;
	color: black;
	font-size: 15px;
	font-weight: bold;
	font-family:  Helvetica, Georgia;
	color: #88AA11;
}
ul.links li a:hover {
	border-bottom: 1px dashed #88AA77;
	color: #000000;
}

#main-content {
	padding: 5px;
	float: left;
	width: 540px; 
	font-family:  Helvetica, Georgia;
}
.content {}
h2.title ,
h3.title {
	border-bottom: 1px solid #BCE27F;
	font-size: 14px;
	font-family:  Helvetica, Georgia;
}
.osusume {}

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

