html, body {
	height: 100%;
	margin: 0;
	padding: 0;
}

body{
	background-color: #777;
	font-family: "Courier New",Courier,monospace;

	font-size: 9.5pt;
	color: #ddd;

	margin:0px 0px; padding:0px;
	text-align:center;
}

a:link{
	font-family: "Courier New",Courier,monospace;
	font-size: 8.5pt;
	text-decoration: none;
	color: #1a5e1e;
	font-weight: bold;
}

a:visited{
	font-family: "Courier New",Courier,monospace;
	font-size: 8.5pt;
	text-decoration: none;
	color: #1a5e1e;
	font-weight: bold;
}

a:active{
	font-family: "Courier New",Courier,monospace;
	font-size: 8.5pt;
	text-decoration: none;
	color: #1a5e1e;
	font-weight: bold;
}

a:hover{
	font-family: "Courier New",Courier,monospace;
	font-size: 8.5pt;
	text-decoration: underline;
	color: #1a5e1e;
	font-weight: bold;
}

.whitelinks a:link{
	font-family: "Courier New",Courier,monospace;
	font-size: 8.5pt;
	text-decoration: none;
	color: white;
	font-weight: bold;
}

.whitelinks a:visited{
	font-family: "Courier New",Courier,monospace;
	font-size: 8.5pt;
	text-decoration: none;
	color: white;
	font-weight: bold;
}

.whitelinks a:active{
	font-family: "Courier New",Courier,monospace;
	font-size: 8.5pt;
	text-decoration: none;
	color: white;
	font-weight: bold;
}

.whitelinks a:hover{
	font-family: "Courier New",Courier,monospace;
	font-size: 8.5pt;
	text-decoration: overline;
	color: white;
	font-weight: bold;
}

#site{
	min-height: 100%;
	position: relative;	
}

#header{
	width: 736px;
	margin: 0 auto;
	padding-top: 7px;
}

#main{
	background-color: white;
	border-top: 3px solid #1a5e1e;
	border-left: 3px solid #1a5e1e;
	border-right: 3px solid #1a5e1e;
	width: 736px;
	margin: 0 auto;
	clear: both;
	color: #333;
	min-height: 30px;
}

#main_content{
	padding: 0px;
	margin: 0px;
}

#footer{
	background-color: #1a5e1e;
	border: 3px solid #1a5e1e;
	width: 736px;
	height: 15px;
	margin: 0 auto;
	font-size: 8pt;
}

#headerL{
	border-left: 3px solid #1a5e1e;
	border-right: 3px solid #1a5e1e;
	border-top: 3px solid #1a5e1e;
	width: 25%;
	background-color: #1a5e1e;
	float:left;
	text-align: center;
	margin-left: -3px;
	color:white;
	font-weight:bold;
}

#headerR{
	width: 65%;
	float:right;
	text-align: right;
	color: #aaa;
}

#footerL{
	width: 39%;
	float:left;
	text-align: left;
}

#footerR{
	width: 39%;
	float:right;
	text-align: right;
}

#blog_top{
	background-color: red;
	color: white;
	font-weight: bold;
}

.navitem{
	float: right;
	padding-left: 15px;
	cursor: pointer;
}

