* {
	margin: 0;
	padding: 0;
	font-family:"Lucida Grande","Lucida Sans Unicode",Arial,Helvetica,sans-serif;
}
html, body {
	background-color: #4e9a06;
}
#wrap {	
	color: #888;
}
#content {
}
#top {
	background-color: #3465a4;
	padding-top: 40px;
}
#topbar {
	background: url(topbar.gif) no-repeat;
	height: 20px;
	width: 780px;
	margin: auto;
}
#top-content {
	width: 780px;
	margin: auto;
	margin-bottom: -200px;
	/*padding-bottom: 40px;*/
	background-color: #fff;	
}
#main-content {
	margin: 0 20px;
	z-index: 100;
	position: relative;
	left:0px;
	top:0px;
}
#main-content ul {
	list-style-type: none;
	padding: 10px 0;
}
#main-content li {
	padding: 10px 0;
}
#main-content em {
	color: #333;
	font-weight: bold;
	font-style: normal;
}
#main-content hr {
	color: #888;
	background-color: #888;
	height: 5px;
}
#bottombar {
        background: url(bottombar.gif) no-repeat;
        height: 20px;
        width: 780px;
        margin: auto;
}
#background {
	margin-bottom: -100px;
	background: url(gradient.png) repeat-x;
	height: 396px;
}
#background-content {
	margin: auto;
	width: 780px;
	background: #fff;
	height: 200px;
}
#bottom {

}
#bottom-content {
	width: 780px;
	margin: auto;
	padding-bottom: 40px;
	}
#bottom-content ul {
	list-style-type: none;
}
#bottom-content a {
	text-decoration: none;
	color: #666;
	font-size: 20px;
}
#bottom-content a:hover {
        text-decoration: underline;
}
#footer {
	margin: auto;
	width: 780px;
	text-align: center;
	clear: both;
	padding-top: 20px;
}
