body{
background: rgb( 231,231,195 );

}

a img{
border: none;
}

#header{
  background: url("images/logo.jpg") no-repeat left center;
  width: 920px;
  height: 129px;
}

#header span{
  display: none;
}

#wrapper{
  margin-left: auto;
  margin-right: auto;
  width: 945px;
  align: center;
}

#content{
  margin-top: -3px;
  padding-top: 10px;
  padding-bottom: 10px;
  width:945px;
  background: rgb( 255,255,255 );
}

/* navigation */
.navigation {
	background: #FFF url(images/nav2b.png) repeat-x; height: 60px;
	margin-top:0px;
	left:50%;
        font: 12px georgia;
}
.navigation a {
	background: #FFF url(images/nav2b.png) repeat-x;
	color: #777;
	float: left;	
	padding: 0 10px;
	line-height: 56px;
	text-align: center;
	text-decoration: none;
	width: 100px;
}
.navigation a:hover,.navigation a#active {background-position: left bottom; color: #1C3037;}

#blog table.bottom_row {
  width: 950px;
  border-spacing:5px;
}

#blog table.bottom_row td.bottom_button{
  vertical-align: top;  
  background: url(images/bottom_tan.png) repeat-x;
}

#bottomButtons{
  width: 950px;
  height: 200px;
  align: center;
}

#facebook{
float: right;
}

#testimonials entry{
  background: rgb( 251,251,215 );
  color: rgb( 131,131,95 );
  font-size: 13px;
}


#vpagecontent{
  margin-top: -3px;
  padding-top: 10px;
  padding-bottom: 10px;
  width:945px;
  height: 500px;
  background: rgb( 255,255,255 );
}

#videocontent{
color: rgb( 131,131,95 );;
font-size: 12px;
width: 950px;
margin-left: -25px;
align: center;
}

#videocontent ul li{
  float: left;
  width: 215px;
  height: 220px;
  background: rgb( 251,251,215 );
  padding-top: 8px;
  padding-left: 4px;
  padding-right: 4px;
}

#btn_testimonial{
  font: italic .6em georgia, sans-serif;
  letter-spacing: 1px; 
  margin-bottom: 0; 
  color: brown;
}

#btn_testimonial name{
  font: bold 1.2em georgia, sans-serif;
  letter-spacing: 1px; 
  margin-bottom: 0; 
  color: brown;
}

.homeLink a {
  background: url("images/home_inactive.png") no-repeat;  
  width: 226px;
  height: 60px;
  line-height: 60px;
}

.homeLink a.hover{

}