body {
	padding: 0;
	margin: 0;
	background: #ffffff url(/images/bg.gif);
	text-align: center;
}	

.main {
	margin-left: auto; 
 	margin-right: auto; 
	width: 1024px;
	text-align: left;
	background: #dcffa8
}


.menu1 {
	font: bold 14px Arial;
	color: #ffffff;
	padding-top: 20px;
	padding-left: 14px;
	float: left;
	
}	


.menu2 {
	color: #808080;
	font: bold 14px Arial;
	padding-top: 0px;
	padding-left: 8px;
	float: left;
	
}	


.menu2 a {
	color: #808080;
	text-decoration: none;
	font: bold 14px Arial;
	display: block;
	height: 26px;
	width: 180px;
	background-image: url(/images/Menu_button.jpg);
	text-align: center;
	margin-bottom: 5px;	
	line-height: 22px;
	
}

.menu2 a:hover{
	color: #808080;
	background-image: url(/images/Menu_button.jpg);
	
} 


.header {
	background: url(/images/logo_1024.png) no-repeat;
	height: 200px;
}
	

	
.menu {
	text-align: center;
	margin-left: auto; 
 	margin-right: auto; 
	padding-left: 30px;
	padding-bottom: 5px;
}

	
.menu a {
	color: #808080;
	text-decoration: none;
	font: bold 14px Arial;
	display: block;
	height: 26px;
	width: 180px;
	background-image: url(/images/Menu_button.jpg);
	text-align: center;
	margin: 5;
	float: left;
	line-height: 22px;
	
}

.menu a:hover{
	color: #808080;
	background-image: url(/images/Menu_button.jpg);
	margin: 5 5 5 5;
	
} 

.content {
	border-right: 6px solid #00cc38;
	border-left: 6px solid #00cc38;
	font: bold 12px Arial;
	color: #0f110b;
	width: 1024px;
	padding: 5 5 5 5;
	text-align: center;
}

.text {
	padding: 0 7 0 7;	
	font: 12px Arial;
	color: #0f110b;

}

.pict {
	padding: 20 0 30 0;
}

.photo {
	border: 1px solid rgb(192, 192, 192);
}

.photo_sv {
	background: rgb(255, 255, 255);
	border: 1px solid rgb(192, 192, 192);
	padding: 5px;
}

.photo_of {
	background: rgb(255, 255, 255);
	border: 1px solid rgb(192, 192, 192);
	padding: 5px;
	margin: 0 10 0 5;
	float: left;
}

.photo_of2 {
	border: 1px solid rgb(192, 192, 192);
	margin: 0 10 0 5;
	float: left;
}

.photo_H {
	border: 1px solid rgb(192, 192, 192);
	margin: 0 0 10 0;
}


.copyright {
	font: bold 12px Arial;
	color: #339966;
	text-align: center;
	height:70px;
}

.footer {
	background: url(/images/grass.gif) repeat-x;
	height: 28px;
}

.contact {
	background: url(/images/pencil.gif) no-repeat;
	width: 300px;
	margin-left: auto;
	margin-right: auto;
	height: 70px;
	padding-top: 15px;
}

.contacttop {
	text-align: center;
	padding-left: 804px;
	padding-right: 0px; 
 	padding-top: 43px;
	padding-bottom: 0px; 
	font: bold 12px Arial;
	color: #8a3324;
	}

a {
	color: blue;
	text-decoration: none;
}
a:hover {
	color: #ff0000;
	text-decoration: underline;
}

