/* CSS Document */

body,html
{
	margin: 0;
	padding: 0;
	font-size: 90%;
	font-family:Arial, Helvetica, sans-serif;
	text-align: center;
	color: #333;
	background-color: #37A61E;
	height: 100%;
}
img {
border:0px;
padding:0px;
float:left;
}
a:link {
	color: #008C00;
	background-color: inherit;
}
a:visited {
	color: #008C00;
	background-color: inherit;
}

a:hover, a:active
{
	color: #00CC00;
	background: inherit;
}

h1 {
	color:#008C00;
	font-size:120%;
	background: inherit;
}

.categoryList{
	line-height:1.1em;

}
.categoryList a{text-decoration:none}
.categoryList a:link {
	color: #333333;
	background-color: inherit;
}
.categoryList a:visited {
	color: #333333;
	background-color: inherit;
}

.categoryList a:hover, a:active
{
	color: #00CC00;
	background: inherit;
}

ul{
	margin-top:    3px;
	margin-bottom: 10px;
	padding-left:  16px;
	margin-left:   0px;
}
#container
{
	margin-left: auto;
	margin-right:auto;
	width: 770px;
	text-align: left;
	background-color: #FFFFFF;
	border: 1px;
	border-style:solid;
	border-color:#000000;

}

#header
{
	height: 45px;
	width: 100%;

}

#header h1
{
	font-size: 1px;
	text-align: right;
	color: #fff;
	margin: 0;
	padding: 0;
}


#menu
{
	float: left;
	width: 165px;
	border-right: 1px;
	border-right-style: solid;
	border-right-color: #C5CAC5;
	padding-left: 5px;
	padding-right: 3px;
	padding-top: 0px;
	padding-bottom: 0px;
	margin:0px;
	background-color: #F0FFF0;
	height: 100%;
}
#menu li{color:#EE6900}

#contents {
	margin-right: 3px;
	margin-left: 175px;
	padding-left: 3px;
	padding-right: 3px;
	padding-top: 0px;
	padding-bottom: 0px;
}

.blogentry { border-bottom: 1px solid #C5C877; }
.imagefloat { float: right; }

#footer
{
	clear: both;
	color: #272900;
	text-align: center;
	font-size: 90%;
	background-color: #F0FFF0;	
	margin: 0px;
	padding: 5px;
	border-top: 1px;
	border-top-style: solid;
	border-top-color: #C5CAC5;	
}
.w3cfooter {
	width:770px;
	margin-left:auto;
	margin-right:auto;
	margin-top:10px;
	margin-bottom:10px;
}