a:link {
	color: #817676;
}
a:visited {
	color: #A99999;
}
a:hover {
	color: #000;
}
body  {
	margin-left: 0px;
	margin-right: 0px;
	background-color: #305424;
	background-image: url(site-files/bg.jpg);
	background-repeat: no-repeat;
	background-position: 50% 0px;
}
#navigation {
	height: 40px;
	background-color: #A99999;
	border-top-width: 2px;
	border-bottom-width: 2px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #817676;
	border-bottom-color: #817676;
}

#navigation a{
	display: block;
	height: 40px;
	line-height: 40px;
	padding-right: 50px;
	padding-left: 50px;
	float: left;
	background-image: url(site-files/divider.png);
	background-repeat: no-repeat;
	background-position: right center;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFF;
	text-decoration: none;
}

#navigation a:hover{
	background-color: #817676;	
}


h1 {
	font-size: 20px;
	color: #817676;
	font-weight: lighter;
	margin-bottom: 25px;
}
#right-photo {
	float: right;
	margin-bottom: 10px;
	margin-left: 20px;
	width: 300px;
	padding-right: 20px;
}
#right-trophy {
	float: right;
	margin-bottom: 10px;
	margin-left: 20px;
	width: 300px;
	padding-right: 20px;
	padding-left: 20px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #817676;
}

.dot_h
{
	background-image:url(images/dot_h.gif);
	background-repeat:repeat-x;
	height:1px;
}
.dot_v
{
	background-image:url(images/dot_v.gif);
	background-repeat:repeat-y;
	background-position:top;

}



#container {
	width: 920px;
	margin-top: 50px;
	margin-right: auto;
	margin-left: auto;
	min-height:580px;
	background-color: #FFF;
	background-image: url(site-files/container-bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
#header {
	height: 162px;
	background-image: url(site-files/header.png);
	background-repeat: no-repeat;
	background-position: center center;
}
#mainblock {
	padding-top: 25px;
	padding-bottom: 25px;
	padding-left: 20px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #686964;
}
#footer  {
	width: 890px;
	margin-right: auto;
	margin-left: auto;
	height: 40px;
	line-height: 40px;
	background-color: #A99999;
	padding-right: 15px;
	padding-left: 15px;
	text-align: right;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #817676;
}

#footer a{
	color: #817676;
}


#footer a:hover {
	color: #FFF;	
	
}
#testimonial-block {
	width: 700px;
	padding: 10px;
	border: 1px solid #817676;
	margin-bottom: 25px;
	margin-right: 25px;
	margin-left: 25px;
}
.testimonial-block-img {
	float: right;
	margin-left: 25px;
	margin-bottom: 5px;
}

.clearfloat { 
   clear:both;
   height:0;
   font-size: 1px;
   line-height: 0px;
}
* {
	margin: 0px;
}

