body {
	margin: 0;
	padding: 0;
	font-family: Verdana, Arial, sans-serif;
	font-size: 80%;
	color: #333;
	background-color: #efdaba;
	text-align: left;
}

#navUtility {
  padding-bottom:10px;
  text-align:right;
  width:260px;
  position:absolute;
  right:30px;
  top:30px;
}

p {
	margin: 0.1em 0 8px 0;
}


h1 {
	margin-top: 0px;
	margin-bottom:7px;
	font-size: 106%;
	font-weight: bold;
}


.titleholder {
position: relative;
}



.titleholder .back
{
position: absolute;
right: 30px;
top: 0px;
color: #AFAFA4;
font-weight: normal;
}


div {
	margin: 0; 
	padding: 0; 
	display: block;
}

a:link {
	color: #2D651C; 
}
a:visited {
	color: #2D651C; 
	text-decoration: underline;}
a:hover {
	color: #2D651C; 
}

a:active {
	color: #2D651C; 
}




.container {
	background-image: url(images/layout/content.gif); 
	background-repeat: repeat; 
	background-position: center;
	margin: 0 auto 0 auto; 
	padding:0; 
	width: 766px;
}

.header {
position: relative;
	padding: 0; 
	margin: 0; 
	text-align: left;
	background-image: url(images/layout/header.gif); 
	background-repeat: no-repeat; 
	background-position: center;
	height: 210px;
}

.header p {
	text-indent: 8em; 
	color: #3B4471;
}


.left {
	float: left; 
	clear: both; 
	width: 200px; 
	margin: 0;
	padding-left:20px;
}

.left p {
	margin-bottom: 0.1em;
}

.leftcontent {
	margin: 0; 
	padding-left: 0px; 
	text-align: left;
}

.menu {
	width: 200px;
	float: right;
	height: 50px;
	background: url(images/layout/button.gif);
	margin-bottom: 3px;
}

.contacts {
	margin-top:35px;
	width: 200px;
	float: right;
	height: 101px;
	background: url(images/layout/infobox.gif);
	margin-bottom: 3px;
}

.menu p.first {
font-weight:bold; font-size: 94.1%; color: #333;
padding-left: 5px; padding-right: 5px; padding-top: 5px;
}

.contacts p.first {
font-weight:bold;
color: #fff;
padding-left: 5px; padding-right: 5px; padding-top: 5px;
}

.menu p.second {
padding-left: 5px; padding-right: 5px; padding-top: 3px;
}

.contacts p.second { color: #111;
padding-left: 5px; padding-right: 5px; padding-top: 3px;
}


.leftcontent p a:link, a:visited{
	color: #2D651C;
	text-decoration: underline;
	
}

.leftcontent p a:hover{
	color: #2D651C;
}

.leftcontent p a:active {
	color: #2D651C;
}

.left h2 {
	text-align: left;
}

.leftlinks a {
	display: block;
}

.content {
	float: right;
	width: 512px;
	text-align: left; 
	padding-right: 20px;
	padding-bottom: 20px;
	margin: 0 auto;
}

.holder {
	widht: auto;
	clear: both;
	height: 200px;
}

.photoholder {
	float:left;
	width: 245px;
	
}

.featholder {
	float: right;
	width: 245px;
}

.featholder p{
	margin-bottom:3px;
	border-bottom: 1px dashed #ccc;
	padding-bottom: 5px;
}

.featholder p.lente{
	margin-bottom:3px;
	background: url(images/layout/lente1.gif) 0% 40% no-repeat;
	padding-left:20px;
	border-bottom: 1px dashed #ccc;
	padding-bottom: 5px;
}

.featholder p.mail{
	margin-bottom:3px;
	background: url(images/layout/mail.gif) 0% 40% no-repeat;
	padding-left:20px;
	border-bottom: 1px dashed #ccc;
	padding-bottom: 5px;
}

b {
	font-size: 94.1%;
	font-weight: bold;
}

b.green {
	font-size: 94.1%;
	font-weight: bold;
	color: #2D651C;
}

.photoholder img{
	border: 1px solid #ccc; padding:2px;
}


.footer {
	border-top: 2px solid #efdaba;
	background-image: url(images/layout/footer.gif); 
	background-repeat: no-repeat; 
	background-position: bottom;
	font-size: 75%; 
	height: 50px; 
	text-align: right; 
	clear: both;
}

.footer p { 
	padding-right: 20px;
	padding-top:10px;
}

table{
width: 512px;
font-size: 13px;
border-collapse: collapse;
margin-bottom: 15px;
}
th{
background: #336699;
color: #FFF;
padding: 3px;
border: 0px solid #fff;
text-align: left;
font-size: 12px;
}

td{
background-color:#fff;
vertical-align: top;
line-height: 18px;
padding: 3px;
border-top: 1px solid #fff;
text-align:left;
}

/* form elements */
form {
	margin-top:10px; margin-bottom:10px; padding: 0 5px;
	border: 1px solid #ddd; 
	background-color: #f4f4f4; 
}
label {
	display:block;
	font: bold 91.7% Verdana, Arial, sans-serif;
	margin:5px 0;
}
input {
	padding: 2px;
	border:1px solid #ddd;
	font: normal 89.1% Verdana, Arial, sans-serif;
	color:#777;
}
textarea {
	width:400px;
	padding:2px;
	font: normal 89.1% Verdana, Arial, sans-serif;
	border:1px solid #ddd;
	height:100px;
	display:block;
	color:#777;
}
input.button { 
	margin: 0; 
	font: bolder 89.1% Verdana, Arial, sans-serif; 
	border: 1px solid #CCC; 
	padding: 1px; 
	background: #FFF;
	color: #777;
}

img.gal {border:1px solid #e4e4e4; padding: 2px;}
.small {font-size: 81.3%}

