@charset "utf-8";
body {
	background-color: #d1cbb2;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
}
* {
	margin: 0px;
	padding: 0px;
}
#wrapper {
	width: 950px;
	margin-top: 40px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
}
#wrapper #navigation {
	width: 225px;
	float: left;
}
#wrapper #contentarea {
	margin-left: 220px;
	padding: 4px;
	width: 580px;
}
#wrapper #contentarea #back {
	float: left;
	height: 321px;
	width: 40px;
}

#wrapper #contentarea #maincontent {
	background-color: #FFFFFF;
	padding: 7px;
	font-size: 13px;
	color: #9d986d;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 17px;
	height: 321px;
	width: 460px;
	float: left;	
	border: 2px solid #9D986D;
}
#wrapper #contentarea #maincontent p {
	padding-top: 5px;
	padding-bottom: 10px;
}
#wrapper #contentarea #maincontent a:link {
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	color: #9D986D;
}
#wrapper #contentarea #maincontent a:visited {
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	color: #9D986D;
}
#wrapper #contentarea #maincontent a:hover {
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	color: #9D986D;
}

#wrapper #contentarea #maincontent a:active {
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	color: #9D986D;
}
#wrapper #contentarea #next {
	float: left;
	width: 40px;
}
#wrapper #contentarea #logo {
	clear: both;
	margin-left: 50px;
}




#wrapper #contactinfo {
	font-size: 12px;
	color: #FFFFFF;
	margin-left: 54px;
	font-weight: bold;
}
#wrapper #contentarea #contactinfo a:link {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
}
#wrapper #contentarea #contactinfo a:visited {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
}
#wrapper #contentarea #contactinfo a:hover {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
}
#wrapper #contentarea #contactinfo a:active {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
}
