body, a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #CCCCCC;
	margin: 0;
	padding: 0;
	background-color: #000000;
}
/**********LAYOUT***************/
#wrapper {
	width: 760px;
	border: 0px solid white;
	margin: 0 auto;

}
#banner {
	width: 100%;
	height: 150px;
}
#contacts {
	width: 100%;
	text-align: center;
	color: #c0c0c0;
	
	background-color: #000000;	
	background-image:url(images/bg2.gif);
	background-repeat: repeat-y;	
}
#contacts p {
	margin-left: 10px;	
}
#content {
	width: 100%;
	background-color: #000000;	
	background-image:url(images/bg2.gif);
	background-repeat: repeat-y;
	border-width: 0 0 10px 0;
	border-bottom-style: solid;
	border-color: #808000;
	padding: 0;
	margin: 0;
}
#left {
	width: 500px;
	float: left;	
	/*border: 1px solid white;	*/
	margin: 0;
	padding: 0;
	padding-left: 40px;
	text-align: justify;
}
#right {
	width: 200px;
	float: right;	

}
.clear {
	clear: both;
}
#credits {
	text-align: center;	
}
#credits, #credits a {
	font-size: 11px;	
}
/********** Menu ************/
#menu {
	margin: 0;
	padding: 0;
	background-color: #808000;
	width: 100%;
	height: 19px;
}
#navigation {
	list-style-type: none;
	margin: 0;
	padding: 0;	
	float: right;	
}
#navigation li{
	margin: 0;
	padding:0;	
	display: inline;
}
#navigation a{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #373701;		
	background-color: #808000;
	text-decoration: none;
	display: block;
	float: left;
	padding: 2px 10px;
}
#navigation a:hover {
	/*color: #808000;		
	background-color: #373701;	*/
	color: #C8C803;
	background-color: #373701;
	
}

/**********TEXT***************/
#contacts {
	font-weight: bold;
}

#content {
	width: 100%;
	color: #A0A000;
	margin: 0;
	padding: 0;
}
#content #left td {
	padding: 15px 0;
}

#content #left .cellunderline td {
	border: 1px solid #cccccc;
	border-width: 0 0 1px 0;
	text-align: left;
}
#content #left .cellunderline td p {
	text-align: left;
}

.mceContentBody {
	color: #A0A000;
}
.mceContentBody a {
	color: #CCCCCC;
}
#content p {
	line-height: 20px;

}
#content u {
	color: #C0C0C0;
}
.text {
	color: #A0A000;
}
/**********IMAGES***************/
#slideshow {
	width: 760px;
	height: 150px;
	margin: 0;
	padding: 0;

}
.silver {
	color: #CCCCCC;	
}


