@charset "UTF-8";
body {
	margin: 0;
	padding: 0;
	text-align: center;
	color: #806B4B;
	background-image: url(images/background.jpg);
	background-repeat: no-repeat;
	background-color: #EBE1CA;
	background-position: center top;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
}
h1 {
	color: #604BA4;
	font-size: 12pt;
	font-weight: bold;
	text-transform: capitalize;
	bottom: 100px;
	vertical-align: bottom;
}
h2 {
	font-size: 10pt;
	font-weight: bold;
	color: #9E59AF;
}
a:link {
	font-weight: bold;
	text-decoration: none;
	color: #8E8066;
}
a:visited {
	font-weight: bold;
	text-decoration: none;
}
a:hover {
	color: #7D7C40;
	text-decoration: underline;
	font-weight: bold;
}
a:active {
	color: #B64391;
	font-weight: bold;
	text-decoration: underline;
}

#wrapbot {
	margin: 0;
	background-image: url(images/backgroundbottom.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
} 

#container {
	background-color: #F7F3E4;
	width: 779px;
	margin-top: 217px;
	margin-right: auto;
	margin-bottom:0px;
	margin-left: auto;
	background-image: url(images/containerbackground.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}
#leftcolumn {
	top: 218px;
	text-align: left;
	width: 200px;
	float: left;
	height: auto;
	margin-top: 25px;
	margin-right: 25px;
	margin-bottom: 0px;
	margin-left: 25px;
	padding-top: 25px;
	padding-right: 25px;
	padding-bottom: 0px;
	padding-left: 25px;
}
#content {
	text-align: left;
	margin-top: 25px;
	margin-right: 25px;
	margin-bottom: 0px;
	margin-left: 25px;
	padding-top: 25px;
	padding-right: 25px;
	padding-bottom: 0px;
	padding-left: 25px;
}
#footer {
	background-image: url(images/containerbottombg.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
	font-size: 10pt;
}
