@charset "utf-8";
body {
	background-image: url(../Images/TemplateImages/background.png);
	background-repeat: repeat-x;
	margin-top: 0px;
}



#wrapper {
	width: 950px;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	height: auto;
}
#wrapper #leftcontenwrapper {
	height: 802px;
	width: 696px;
	float: left;
	background-image: url(../Images/TemplateImages/shadowleft.png);
	background-repeat: repeat-y;
	background-position: left;
}

#wrapper #rightcontentwrapper {
	height: 802px;
	width: 254px;
	float: right;
	background-color: #FFFFCC;
	background-repeat: repeat-y;
	background-position: left;
	background-image: url(../Images/TemplateImages/shadowright.png);
}


#wrapper #leftcontenwrapper #banner {
	height: 100px;
	width: 690px;
	margin-left: 6px;
	background-image: url(../Images/TemplateImages/banner.jpg);
}

#wrapper #leftcontenwrapper #navbar {
	height: 30px;
	width: 690px;
	margin-left: 6px;
	background-color: #D0B580;
	
}

#wrapper #leftcontenwrapper #maincontent {
	background-color: #FFFFFF;
	height: 630px;
	width: 690px;
	margin-left: 6px;
}

#body #wrapper #rightcontentwrapper #percontactform {
	margin-right: 15px;
	margin-left: 20px;
	margin-top: 70px;
	border-top-width: thin;
	border-bottom-width: thin;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #5C1C1D;
	border-bottom-color: #5C1C1D;
}
#body #wrapper #leftcontenwrapper #footer {
	height: 40px;
	width: 690px;
	background-position: bottom;
	margin-left: 6px;
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #5C1C1D;
	background-image: url(../Images/TemplateImages/footer.jpg);
}

