@charset "UTF-8";
body
{
	text-align: center;
	margin: 0px;
	
}div#wrapper
{
	margin-left: auto;
	margin-right: auto;
	width: 700px;
	text-align: left;
	
}

div#container
{
	width: 700px;
	text-align: left;
	
	background-repeat: repeat-x;
	background-position: 0px bottom
}


.mainleafBG {
	margin-left: -130px;
	margin-top: -30px;
	background-image: url(/images/leaves-BG.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	background-attachment: scroll;
	display: block;
}

.resetPos{
	margin-left: 268px;
	margin-top: 0px;
}
.mainContent{
	width: 350px;
	float: right;
	margin-top: 85px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	color: #333333;
	line-height: 18px;
	margin-right: 30px;
}
.photoLable{
	margin-top: 10px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
	font-style: italic;
	color: #333333;
	margin-bottom: 20px;
}
.mainContent b{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	color: #8AA01A;
}

a:link {
	color: #A5B33C;
	font-weight: bold;
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #525539;
	font-weight: bold;
}
a:hover {
	text-decoration: none;
}
a:active {
	text-decoration: underline;
}
