@charset "utf-8";
/* CSS Document */

body {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	background-color:#b79766;
}

.headerback {
	background-image:url(site-images/top-center.png);
	background-position:left bottom;
	background-repeat:repeat-x;
}

.mainback {
	background-image:url(site-images/mainback.png);
	background-position:top left;
	background-repeat:repeat-x;
	background-color:#aebdd4;
}

.top-left {
	background-image:url(site-images/top-left.png);
	background-position:bottom left;
	background-repeat:no-repeat;
}

.top-center {
	background-image:url(site-images/top-center.png);
	background-position:bottom left;
	background-repeat:repeat-x;
}

.top-right {
	background-image:url(site-images/top-right.png);
	background-position:bottom right;
	background-repeat:no-repeat;
}

.pageheader {
	font-family:Arial, Helvetica, sans-serif;
	font-size:20px;
	font-weight:bold;
	color: #fff;
}

.maintext {
	font-family:Arial, Helvetica, sans-serif;
	font-size:15px;
	color:#000;
}

.test-green {
	width:100px;
	height:100px;
	background-color: #0C0;
}

.test-red {
	width:100px;
	height:100px;
	background-color: #F00;
}

.test-blue {
	width:100px;
	height:100px;
	background-color: #009;
}

.bottomrow {
	background-image:url(site-images/bottom.png);
	background-position:bottom left;
	background-repeat:repeat-x;
}

.footer {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#291D03;
}
