.yellow{
	color:#a8b400;
}

body {
  margin:0px;
  padding:0px;
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size:11px;
  background:#46a5ec url(/images/background_site.jpg) no-repeat;
  color:#723d14;
}
#Wrapper{
	width:922px;
	margin:10px 0 0 265px;
	background:#FFF;
}
#HeaderWrap{
	background:#FFF url(/images/background_Brand.png) no-repeat;
}
#HeaderWrap #Nav{
 	clear:both;
	background:url(/images/background_nav.png) repeat-x;
	height:55px;
}

#HeaderWrap #TopQuote{
	width:350px;
	height:70px;
	overflow:hidden;
	float:right;
	margin:147px 10px 0 0;
	font-size:14px;
	color:#723d14;
	font-weight:bold;
	line-height:18px;
}
#HeaderWrap #ContentTitle{
	float:left;
	width:500px;
	height:50px;
	padding:30px 0 0 30px;
	font-size:18px;
	font-weight:bold;
	color:#a8b400;
	overflow:hidden;
}
#HeaderWrap #SocialMedia{
	width:270px;
	height:80px;
	float:right;
	margin-right:4px;
	background:url(/images/background_Social.png) no-repeat;
}
#HeaderWrap #SocialMedia img{
	border:none;
	padding:0 5px 0 0;
}
#HeaderWrap #BodyQuote{
	width:550px;
	height:65px;
	padding:15px 0 0 30px;
	background:url(/images/background_BodyQuote.jpg) repeat-y;
	overflow:hidden;
	float:left;
	font-size:12px;
	color:#723d14;
	line-height:18px;
	font-style:italic;
}
#HeaderWrap #EmailSignup {
	width:270px;
	height:80px;
	float:right;
}
#HeaderWrap #EmailSignup h3{
	font-size:18px;
	font-weight:bold;
	color:#a8b400;
	line-height:24px;
}
	
#BodyWrap{
	background:#FFF;	
}
#ContentLeft{
	float:left;
	width:600px;
	padding:0 10px 0 30px;
	line-height:18px;
}
.imgBorder{
	border:#46A5EC solid 2px;
	margin:0 10px 10px 10px;
}
#MenuRight{
	float:right;
	width:270px;
	font-size:14px;
}

a{
	text-decoration:none;
	color:#46A5EC;
}
a:hover{
	text-decoration:underline;
	color:#46A5EC;
}
#MenuRight a{
	color:#723d14;
}
#MenuRight a:hover{
	color:#723d14;
}

#MenuRight h3{
	font-size:18px;
	font-weight:bold;
	color:#a8b400;
	line-height:24px;
	margin:10px 0 0 0;
}
#MenuRight h4{
	font-size:16px;
	margin:10px 0 0 0;
	font-weight:bold;
	color:#a8b400;
	line-height:22px;
}
#MenuRight p{
 margin:5px;	
}
#FooterWrap {
	clear:both;
	width:892px;
	height:79px;
	overflow:hidden;
	background:url(/images/background-FooterWrap.png) no-repeat;
	padding:25px 0 0 30px;
	font-size:10px;
}


/*  PhotoGallery */

#PhotoGallery {
	margin: 15px 0 0 0;
}

#PhotoGallery li{
	width:170px;
	height:170px;
	text-align:center;
	vertical-align: middle;
	
}
#PhotoGallery li img.thumbnail{
	padding:2px;
	border-width: 4px 1px;
	border-style:double;
	border-color:#723d14;
	background:#fff;
}