* {
	margin: 0;
	padding: 0;
	border: 0;
	color: white;
}
html{
	overflow-y: scroll;
	overflow-x: hidden;
	height: 100%;
}	
body {
	background-color: #303030;
	font-family: 'Arial', 'Helvetica', sans-serif;
	color: #666666;
}
input {
	color: #000000;
}
td {
	vertical-align: top;
}
a img{
	border: 0;
}
a {
	color: #999999;
	text-decoration: underline;
}
a:hover {
	color: #91c530;
}
H1 {
	color: #FFCC33;
}
#cms_edit___Frame{
	width: 600px;
}
#header_wrapper{}
#header {
	background-color: #ffffff;
	margin: auto;
	padding:10px 0;
	width: 1024px;
	height: 160px;
}
#headimg {
	position: relative;
	width: 613px;
	height: 104px;
	float: left;
}
#logo {}
#header_bothmenus{
	top:0;
	height: 14px;
	width:auto;
	background: none;
	float: right;
}
#header_editmenu {
	width:auto;
	float: right;
	height: 14px;
	font-size: 11px;
}
#header_editmenu ul {
	list-style-type: none;
}
#header_editmenu ul li {
	display: inline;
	padding-right: 8px;}
#header_editmenu a {
	color: #666666;
	text-decoration: none;
}
#header_editmenu a:hover {
	color: #91c730;
}
#header_menu {
	font-size: 11px;
	float: right;
}
#header_menu ul {
	list-style-type: none;
}
#header_menu ul li {
	display: inline;
	padding-right: 8px;
}
#header_menu a {
	color: #666666;
	text-decoration: none;
}
#header_menu a:hover {
	color: #91c730;
}
#maincontent {
	padding: 0;
	width: 500px;
	float: left;
}
#centerwrapper {
	width: 100%;
	height: auto;
}
#content {
	margin: 0 auto;
	background: #ffffff;
	width: 1024px;
	position: relative;
}
#center_content {
	width: 600px;
	position: relative;
}
#content_right_column {
	margin-top: 30px;
	right: 20px;
	width: 260px;
	position: relative;
	padding-left: 3px;
	padding-bottom: 20px;
	float: right;
}
#content_right_column h2 {
	border-top: 1px solid #a5e749;
	font-size: 12px;
	color: #91c730;
	margin-top: 8px;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 10px;
}
#content_right_column .content_right_column_container {
	padding: 0px 10px;
	background-color: #f5f5f5;
	margin-bottom: 20px;
}
#content_right_column .content_right_column_container h3 {
	font-family: 'Arial', 'Helvetica', sans-serif;
	padding-top: 7px;
	font-size: 11px;
	color: #333333;
}
#content_right_column .content_right_column_container p {
	font-size: 11px;
	color: #999999;
}
#content_right_column .content_right_column_container a {
	font-size: 11px;
	color: #999999;
}
#content_right_column .content_right_column_container a:hover {
	color: #a5e749;
}
#adm{
	font-size: 8pt;
	margin-left: -30px;
}
#adm table{
	max-width: 650px;
	min-width: 650px;
}
.contact input {
	width: 204px;	
}
.contact textarea {
	width: 300px;	
}
#footer{
	clear: both;
	position: fixed;
	bottom: 0;
}
#footer a {
	color:#BBBBBB;
	font-size:x-small;
	padding:5px;
	text-decoration:none;
	clear: both;
}

#leftdiv {
	margin: 0;
	border: none;
	font-size: 14pt;

	width:  282px;
	height: 768px;

	position: absolute;
	top:  0px;
	left: 0px;
}

#rightdiv {
	background-image: url(/img/right_bg.jpg);
	background-repeat: no-repeat;
	background-color: #EEEEEE;

	margin:     0;
	padding:   30px;
	border:    none;
	font-size: 14pt;
	overflow-y: scroll;
	overflow-x: hidden;

	width:  681px;
	height: 708px;

	position: absolute;
	top:    0px;
	left: 282px;
}

#rightdiv_home {
	background-image:url(/img/right.jpg);
	background-repeat:no-repeat;

	margin:     0;
	padding:   30px;
	border:    none;
	font-size: 14pt;

	width:681px;
	height:708px;

	position:absolute;
	top:0px;
	left:282px;
}
