body{
	margin: 0px;
	background: #aede4c url(images/bg.jpg) center repeat-y;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666
}
#wrapper{
	margin: auto;
	width: 780px;
}
#header{
	background-image: url(images/header.jpg);
	height: 26px;
	padding-top: 186px;
	padding-right: 10px;
	text-align: right;
}
#secondBG{
	position: absolute;
	width: 100%;
	height: 287px;
	background: url(images/bg2.jpg) top repeat-x;
}
#thirdBG{
	position: absolute;
	width: 100%;
	height: 287px;
	background: url(images/bg3.jpg) center top no-repeat;
}
#content{
	padding: 10px;
	padding-left: 7px;
}
#columnLeft{
	float: left;
	width: 235px;
	margin-bottom: 15px;
}
#columnLeft img{
	display: block;
	margin-bottom: 15px;
}
img{
	border: none;
}
#columnRight{
	float: right;
	width: 510px;
}
#columnRight .photo{
	border: solid 1px;
}
#columnRight .title{
	display: block;
	margin-bottom: 20px;
}
#footer{
	background-color: #c8de9e;
	clear: both;
	padding: 10px;
}
#pageNumbers{
	padding-bottom: 5px;
	text-align: right;
}

a {
color:#3f6204;
	text-decoration:none;
}