body
 {
   background-color: #171717;
   margin: 0;
   padding: 0;
   color: white;
 }

img
 {
	border: 0px;
 }

input, textarea, button, select, option
 {
   background-color: #ded5aa;
   border: solid 1px #8e8858;
   font-family: Arial;
   font-size: 12px;
   font-weight: bold;
 }

a
 {
	font-family: Comic Sans MS;
	font-size: 12px;
	text-decoration: none;
	font-weight: bold;
	color: white;
 }

a:hover
 {
	font-family: Comic Sans MS;
	font-size: 12px;
	text-decoration: none;
	font-weight: bold;
	color: black;
 }

.maindiv
 {
	background-color:#171717;
	position: absolute;
	left: 50%;
	width: 800px;
	margin-left: -400px;   
 }

.content
 {
	position: relative; 
	left: 10px; 
	top: 10px;
	width: 579px;
	color: black;
	font-family: Comic Sans MS;
	font-size: 18px;
	text-align: justify;
	/*height:1000px;
	background-color: green;*/
 }

.menu_top
 {
	position: absolute;
	left: 599px;
	top: 158px;
	width: 200px;
	height: 10px;
	color: white;
	background-image: url('images/menu_top.jpg');
	background-repeat: no-repeat;
 }

.menu_body
{
	position: absolute;
	left: 599px;
	top: 168px;
	width: 200px;
	background-color: #171717;
	font-family: Arial;
	font-size: 10px;
	color: white;
	text-align: left;
}

.menu_item
{
	width: 200px;
	height: 13px;
	background-image: url('images/menu_item.jpg');
	text-align: right;
}

.menu_subitem
{
	width: 190px;
	height: 13px;
	background-image: url('images/menu_subitem.jpg');
	text-align: right
}

.menu_bottom
{
	position: absolute;
	left: 599px;
	bottom: 25px;
	_bottom: 27px;
	width: 199px;
	height: 250px;
	font-family: Arial;
	font-size: 12px;
}

.gal_pictures
{
	height: 112px; 
	width: 150px; 
	float: left;
	padding: 2px;
	background-color:#B6A86B;
	background-repeat: no-repeat; 
	background-position: top center; 
	overflow: hidden;
}

.gal_pictures img
{
	border: 0px;
	margin: 0px;
	padding: 0px;
}

.cistic {
	clear: both;
}
