@charset "utf-8";
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #191c0d;
	text-decoration: none;
	margin: 0px;
	padding: 0px;
	background-attachment: fixed;
	background-image: url(images/BG.gif);
	background-repeat: repeat-y;
	background-position: center top;
	background-color: #EFFFD1;
}
a:link {
	color: #83AD01;
	font-weight: bold;
	text-decoration: none;
}
#header{
	background-attachment: fixed;
	background-image: url(images/headerBG.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	height: 126px;
	width: 100%;
}
#headerimg {
	background-image: url(images/head.png);
	background-repeat: no-repeat;
	background-position: center top;
	padding: 0px;
	height: 126px;
	width: 526px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#content {
	width: 490px;
	margin-right: auto;
	margin-left: auto;
	height: 500px;
}

.h1 {
	font-size: 24px;
}
.updates {
	background-color: #EFFFD1;
	width: 340px;
	padding: 5px;
}
#rightmenu {
	padding: 5px;
	float: right;
	width: 120px;
	background-color: #EFFFD1;
	height: 250px;
}
#headercontent {
	background-color: #EFFFD1;
	width: 480px;
	margin-right: auto;
	margin-left: auto;
	padding: 5px;
}
#contentblock {
	background-color: #516B01;
	height: 10px;
	width: 490px;
	margin-right: auto;
	margin-left: auto;
	padding: 5px;
}
