@charset "utf-8";
/* CSS Document */

h1 {
	text-transform:uppercase;
	font-size: 13px;
}

#wrapper { 
 	margin: 200px auto;
 	width: 940px;
	height: 100%;
 	background: #fff;
	border: none;
}

#content {
	width: 900px;
	height: 100%;
	margin: 5px;
	padding: 5px;
}

#main {
	clear: both;
	width: 930px;
	height: 15px;
	margin: 0px 0px 25px 0px;
	padding: 5px;
	border-top: #000000 thin;
	
}

#main ul {
	margin: 0px 0px 10px 0px;
	padding: 0px 20px;
	list-style: none;
	width: 700px;
	background: #fff;
}

#main ul li {
	float: left;
	text-transform: uppercase;
	padding: 5px;
}

#main a {
	color: #000;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
}

#main a:hover {
	color: #8da23b;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
}

img {
	border: none;
	padding: 3px;
}

#main .current {
	font-size: 11px;
	color: #8da23b;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: overline;
}
