body {
	margin: 0;
	font-family: georgia, serif;
	font-size: 13px;
	background-color: #000000;
	color: #efefef;
	line-height: 20px;
}

h1 {
font-size: 18px;
}

p {
	font-size: 13px;
	line-height: 20px;
}
	
table {
font-size: inherit;
}

a:link {color: #fffb97}     /* unvisited link */
a:visited {color: #fffb97}  /* visited link */
a:hover {color: #fffb97}   /* mouse over link */
a:active {color: #fffb97}   /* selected link */

a.green:link {color: #08dc0a; text-decoration: none;}     /* unvisited link */
a.green:visited {color: #06b30b; text-decoration: none;}  /* visited link */
a.green:hover {color: #028f03; text-decoration: none;}   /* mouse over link */
a.green:active {color: #028f03; text-decoration: none;}   /* selected link */
	
#header {
	height: 100px;
	margin: 10px 150px;
}

#logo img{
    display: block;
    margin-left: auto;
    margin-right: auto 
	}
	
#links {
	float: right;
	font-size: 14px;
	text-align: right;
	margin-right: 150px;
	}

#contenttopper {
	width: 100%;
	height: 32px;
	background-image: url(img/content_topper.jpg);
	background-repeat: repeat-x;
}

#contentwrapper {
	width: 100%;
	background-color: #06b30b;
	background-image: url(img/content_bg.jpg);
	background-position: bottom center;
	background-repeat: repeat-x;
}

#content {
	padding: 10px 155px;
}

#contentbottom {
	width: 100%;
	height: 48px;
	background-image: url(img/content_bottom.jpg);
	background-repeat: repeat-x;
}

#credits {
	float: left;
	font-size: 11px;
	text-align: left;
	margin-left: 150px;
	}

#footer {
	/*
	background-color: #666666;
	background-image: url(img/footer_bg.jpg);
	background-repeat: repeat-x;
	*/
	width: 100%;
}

#indexfooter {
	width: 100%;
	text-align: center;
	font-size: 11px;
}