body {
	background: #000000;
	
	position: relative;
	text-align: center;
	font-family: verdana, arial, sans-serif;
	font-size: x-small;
	background-image:url(/media/bg_denus.jpg);
	background-position:bottom left;
	background-attachment: fixed;
	background-repeat:repeat-x;
}

h1 {
	font-size: large;
	color: #47741f;
}	

h2 {
	font-size: small;
	color: #47741f;
	margin-bottom:1px;
}	

h2 span	{
	color: #80a60a;
}	

h3 {
	font-size: medium;
}	

h4, h5, h6 {
	font-size: x-small;
}	

p	{
	font-family: verdana, arial, sans-serif; 
	font-size: x-small; 
	color: #ffffff;
}

a	{
	font-size: small; 
	color: #ffffff; 
	text-decoration: none;
}

a:hover	{
	font-size: small; 
	color: #ffffff; 
	text-decoration: underline;
}

#cms_wrapper {
margin:auto;
overflow:auto;
	width: 800px;
min-height:610px;
	vertical-align: top;
	text-align: left;
border:1px solid white;
background:#221e1f;
}

#cms_wrapper_two {
margin:auto;
overflow:auto;
	width: 800px;
min-height:610px;
	vertical-align: top;
	text-align: left;
border:1px solid white;
background:#221e1f;	
}

#cms_content {
	width: 568px;
	min-height: 470px;
	background: #221e1f;
	padding: 16px;
	vertical-align: top;
	float: right;
	text-align: left;
	overflow: auto;
color:#ffffff;
border-left:1px solid white;


}


#cms_content_two {
	width: 568px;
	height: 468px;
	background: #221e1f;
	padding: 16px;
	vertical-align: top;
	float: left;
color:#ffffff;
	text-align: left;
	overflow: auto;
border-right:1px solid white;

}

#cms_top {

	width: 800px;
	height: 107px;
	padding: 0 0 0 0;
	background-image: url(/media/header256.jpg);
	border-bottom: 1px solid white;
	
	
}

#cms_content a {
	color: #47741f;
	text-decoration: underline;
	font-size: x-small;


}

#cms_content_two a {
	color: #47741f;
	text-decoration: underline;
	font-size: x-small;

}

#cms_menu {
	width: 191px;
	min-height: 440px;
	float: left;
	padding: 60px 4px 0px 4px;
	background:#221e1f;
	
}

#cms_menu_two {
	width: 191px;
	height: 440px;
	float: right;
	padding: 60px 4px 0px 4px;
	background:#221e1f;
	
	
}

#cms_menu ul, li {
	margin: 0;
	padding: 0;
	list-style: none;
}


#cms_content ul, li {
	margin-left: 8px;
	padding-left: 8px;
	list-style: circle;
}

#cms_menu_two ul, li {
	margin: 0;
	padding: 0;
	list-style: none;
}


#cms_content_two ul, li {
	margin-left: 8px;
	padding-left: 8px;
	list-style: circle;
}