
body {
	background-color: #060;
	margin-top: 0px;
	text-align: center;
	font-family: Georgia, Times New Roman, Serif;
}

body, a, a:link, a:visited, a:active {
	color: #9e9;
}

div#everything {
	width: 800px;
	margin: 0 auto;
	padding: 0;
}



img {
	border: none;
}




ul#navmenu {
	list-style-type: none;
	padding: 0px;
	margin: 5px 0px;
	position: relative;
}

ul#navmenu li {
	display: block;
	float: left;
	margin: 0 auto; 
	padding: 5px 0 0 0;
	width: 160px;
	text-align: center;
}
ul#navmenu li a{
	padding: 0;
	margin:0;
	text-decoration:none;
	font-weight: bold;
	font-size: 20px;
	font-family: georgia;
}



DIV#content_top_round {
	background-color: #9e9;
	margin: 0;	padding: 0;
	height: 21px;
	font-size:2px;
}
DIV#content_top_round DIV#leftside {
	background-image: url(img/topleft.gif);
	background-repeat: no-repeat;
	font-size: 2px;
	width: 22px;
	height: 21px;
	float: left;
	margin: 0;	padding: 0;
}
DIV#content_top_round DIV#rightside {
	background-image: url(img/topright.gif);
	background-repeat: no-repeat;
	font-size: 2px;
	width: 22px;
	height: 21px;
	float: right;
	margin: 0;	padding: 0;
}



div#content {
	background-color: #9e9;
	margin: 0; padding: 0 20px;
	font-size: 13px;
	text-align:left;
}

#content, #content a, #content a:link, #content a:visited, #content a:active {
	color:#030;
}

h1 {
	font-size: 130%;
	margin:0 0 .6em 0;padding:0px;
	color: #631;
}
h2 {
	font-size: 110%;
	margin:0 0 .4em 0;padding:0 0 0 15px;
	color: #060;
}

#content ul {
	list-style-type:circle;
}
#content li {
	margin:0 0 .4em 0;
	padding:0;
	font-size:95%;
}



div#illustration {
	float:right;
	margin: 0 0 0 20px;
	text-align: center;
	color:#631;
	font-weight:bold;
	font-size:110%;
	text-align:center;
}
div#illustration img.illo {
	display: block;
	padding:0;margin:0 0 10px 0;
}

DIV#content_bottom_round {
	background-color: #9e9;
	margin: 0 0 10px 0;	padding: 5px 0 0 0;
	height: 21px;
	font-size:85%;
	font-weight: bold;
	color:  #631;
}
DIV#content_bottom_round DIV#leftside {
	background-image: url(img/bottomleft.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	font-size: 2px;
	width: 22px;
	height: 21px;
	float: left;
	margin: 0;	padding: 0;
}
DIV#content_bottom_round DIV#rightside {
	background-image: url(img/bottomright.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
	font-size: 2px;
	width: 22px;
	height: 21px;
	float: right;
	margin: 0;	padding: 0;
}

div#footer {
	font-size:10px;
	text-align: left;
	width: 100%;
	margin:0; padding: 0;
}

div#grass {
	background-image: url(img/grass.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
	font-size: 2px;
	width: 100%;
	margin: 3px 0 0 0;	padding: 0 0 0 0;
	text-align: right;
}

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
/* End hide from IE-mac */
