body {
	color: #000000;
	font: 14px/17px Verdana, Arial, Helvetica, sans-serif;
	background: #000000;
	padding: 0px;
	margin: 0px;
}
img { 
	border: none; 
	display: block;
}
a { 
	color: #047442; /* 99BF47 #ECF4E9;  */
}
a:hover { 
	text-decoration: none; 
	color : #999; 
}
h2 { 
	
	color: #000000; 
	padding-bottom: 4px; 
	font-weight: 80; 
	font-size: 16px; 
	letter-spacing: -1px;
}

h3 { 
	border-bottom: 0px dotted #333; 
	color: #047442; 
	padding-bottom: 4px; 
	margin: 14px 0 7px 0; 
	font-weight: 100; 
	font-size: 22px; 
	letter-spacing: -1px;
}
h3 a { 
	text-decoration: none; 
	font-size: 22px; 
	letter-spacing: -1px; 
}
h3 a:hover { 
	color: #999; 
}
h4 { 
	text-align: center; 
	border-bottom: 1px solid #22980A; 
	color: #0E7273; 
	padding-bottom: 4px; 
	margin: 14px 0px 17px 0pv; 
	font-weight: 100; 
	font-size: 20px; 
}
/* 22980A 00ffff*/
h4 a { 
	text-decoration: none; 
	font-size: 16px; 
}
h4 a:hover { 
	color: #999; 
}
h5 {  
	color: #047442; 
	padding-bottom: 5px 0px 5px 0x; 
	font-weight: 100; 
	font-size: 16px; 
}
h5 a:hover { 
	text-decoration: underline; 
	color: #999; 
}
h6 {  
	color: #047442; 
	padding-bottom: 5px 0px 5px 0px; 
	font-weight: 100; 
	font-size: 13px; 
}
#wrap {
	width: 800px;
	margin: 20px auto;
}
#menu {
	background: #ECF4E9;
	height: 30px;
	line-height: 30px;
	text-align: center;
}
#menu a {
	color: #333333;
	padding: 0px 10px;
	text-decoration: none;
}
#menu a:hover {
	color: #999999;
	text-decoration: none;
}
#player {
	padding: 0px;
}

#content {
	padding: 20px;
	background: #F3A11E;
	word-spacing: 0.1em;
}
/* url(images/content.jpg) repeat-y
#left{
padding: 10px 0;
width: 560px;
float: left;
font-size: 12px;
text-align: justify;
}
*/
#header h1 {
	font-size: 35px;
	font-weight: 100;
	padding: 50px 0px 0px 33px;
	text-align: left;
}
#header h1 a {
	color: #fff;
	text-decoration: none;
}
#header h1 a:hover {
	color: #111;
	text-decoration: none;
}
#header h2 {
	font-size: 13px;
	color: #eee;
	padding: 4px 0 0 33px;
	text-align: left;
	font-weight: 100;
}
#left h3 { 
	border-bottom: 0px dotted #333; 
}
#left h4 { 
	border-bottom: 1px dotted #333;
}
#right {
	padding: 25px 0;
	width: 180px;
}
#right h3 { 
	font-size: 14px; 
	border: none; 
	padding: 0 0 0 10px; 
	margin: 0; color: #fff; 
	background: #ECF4E9 url(images/sidebarh3.jpg) no-repeat; 
	height: 30px; 
	line-height: 30px; 
}
#right ul { 
	list-style-type: none; 
	padding: 10px 0 20px 20px; 
}
#right ul li { 
	padding: 2px 0 3px 0; 
}
#right ul li a { 
	color: #D2803A; 
	font-weight: 100; 
	display: block; 
	text-decoration: none; 
	font-size: 12px;  
}
#right ul li a:hover { 
	color : #999; 
}
#footer {
	font-size: 10px;
	line-height: 15px;
	color: #FFFFFF;
	text-align: center;
	height: 40px;
	padding: 22px 0px 28px;
	background: #ECF4E9 url(images/footer2.jpg) no-repeat;
}
#footer a { 
	color: #FFFFFF;
	text-decoration: none;
}
#footer a:hover {
	color: #000000; 
	text-decoration: underline; 
}
/* Classes */
.imgleft {
	float: left;
	margin: 5px 15px 5px 0px;
}
.imgright {
	float: right;
	margin: 5px 0px 5px 10px;
}
.imgmidL {
	float: left;
	margin: 5px 20px 0px 0px;
}
.clear {
	clear: both;
}
.captionL {
	color: #333333;
	font: 11px/12px Arial, Helvetica, sans-serif;
	text-align: center;
	margin: 5px 15px 5px 0px;
	float: left;
}
.captionR {
	color: #333333;
	font: 11px/12px Arial, Helvetica, sans-serif;
	text-align: center;
	margin: 5px 0px 5px 10px;
	float: right;
}