*{ 
	margin:0; 
	padding:0; 
}

html, body {
    height: 100%;
}

body{ 
	background-color:#000000;
	color:#FFFFFF;
	font-family:Georgia, "Times New Roman", Times, serif;
	margin-top:0px;
	font-size:12px;
}

h1{
	font-size:20px;
}

p{
	margin-bottom:10px;
	margin-top:5px;
}

#left{ 
	float:left;
	width:200px;
	padding:8px;
	text-align:center;
}

#right{ 
	float:right;
	width:200px;
	padding:8px;
	text-align:center;
}

.nav{
	padding-top: 100px;
	text-align:center;
	height:110px;
}

.nav ul{
	list-style:none;
	margin:0px;
}

.nav li a{
	color:#72b24f;
	text-decoration:none;
	font-weight:bold;
	margin-bottom:10px;
	height:15px;
	width:150px;
	display:block;
}

.nav li a:hover{
	color:#90cf6d;
	background-color:inherit;
	text-decoration:none;
}

#center{ 
	margin-right:215px;
	margin-left:215px;
	background-color:#6db54c; 
	height:100%;
	min-height:100%;
}

.main_text{
	padding: 20px;
	text-align:center;
}

.main_text a{
	color:#000000;
}

.main_text a:hover{
	color:#666666;
	text-decoration:none;
}