body {
	background: #000;
	margin: 8px;
	position: relative;
	text-align: center;
	font-family: verdana, arial, sans-serif;
	font-size: x-small;
	color: #000000;
}

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

h2 {
	font-size: small;
	color: #47741f;
}	

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

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

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

#cms_wrapper {
	width: 770px;
	vertical-align: top;
	text-align: left;
}

#cms_content {
	width: 532px;
	height: 560px;
	background: #ffffff;
	padding: 20px;
	vertical-align: top;
	float: left;
	text-align: left;
	overflow: auto;
}

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

#cms_menu {
	width: 189px;
	height: 363px;
	float: right;
	padding: 60px 4px 177px 4px;
	background: url("/design/graphics/cms_menubg.jpg") top left no-repeat;
}

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