@charset "utf-8";

#maincontainer {
	background-image: url(images/layout.png);
	background-repeat: no-repeat;
	background-position: center 0px;
	position: relative;
	width: 950px;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
}
#topmenu {
	margin-right: auto;
	margin-left: auto;
	position: relative;
	width: 850px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #E6E2C8;
	border-right-color: #E6E2C8;
	border-bottom-color: #E6E2C8;
	border-left-color: #E6E2C8;
	top: 130px;
	background-color: #FDFAF2;
	padding-top: 3px;
	padding-bottom: 3px;
	color: #D26E3A;
	z-index: 20000;
}
#topmenu a {
	color: #01702C;
	text-decoration: none;
	padding-right: 10px;
	padding-left: 10px;
}
body {
	margin: 0px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	background-color: #D5CCCA;
	
}

#tilecontainer {
	
	background-image: url(images/tile.png);
	background-repeat: repeat-y;
	background-position: center;
}

#maincontent {
	width: 850px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	padding-top: 180px;
}
#footer {
	clear: both;
	position: relative;
	color: #666666;
	background-color: #FDFAF2;
	width: 850px;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-right: auto;
	margin-left: auto;
	border-top-width: 1px;
	border-right-width: 15px;
	border-bottom-width: 15px;
	border-left-width: 15px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #E6E2C8;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
}
#footer a {
	color: #666666;
	padding-right: 10px;
	padding-left: 10px;
}
