body {
	background: #ffffff;
	
	position: relative;
	text-align: center;
	font-family: verdana, arial, sans-serif;
	font-size: x-small;
	
	background-position:bottom left;
	background-attachment: fixed;
	background-repeat:repeat-x;
}

h1 {
	font-size: large;
	
}	

h2 {
	font-size: small;
	
	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: #888888;
}

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

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

#cms_wrapper {
margin:auto;
overflow:auto;
	width: 800px;
min-height:610px;
	vertical-align: top;
	text-align: left;


}

#cms_wrapper_two {
margin:auto;
overflow:auto;
	width: 800px;
min-height:610px;
	vertical-align: top;
	text-align: left;

	
}

#cms_content {
	width: 568px;
	min-height: 470px;
	padding: 16px;
	vertical-align: top;
	float: right;
	text-align: left;
	overflow: auto;
color:#000000;
border-left:1px solid #363636;


}


#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: 60px;
	padding: 0 0 0 0;
	background-image: url(/design/graphics/Denus_logo_small.jpg);
	background-repeat:no-repeat;
	background-position:top leftr;
	border-bottom: 10px solid #363636;
	
	
}
#cms_bund {

	width: 800px;
	height: 35px;
	padding: 0 0 0 0;
	font-size:13px;
	font-weight:bold;
	padding-top:8px;
	border-top:10px solid #363636;
	text-align:center;
	
	
}

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


}

#cms_content_two a {

	text-decoration: underline;
	font-size: x-small;

}

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

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

#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;
}