/* CSS Document */
BODY,HTML {
scrollbar-face-color:#D6E7E8;
scrollbar-highlight-color:#D6E7E8;
scrollbar-3dlight-color:#483723;
scrollbar-darkshadow-color:#483723;
scrollbar-shadow-color:#D6E7E8;
scrollbar-arrow-color:#483723;
scrollbar-track-color:#D6E7E8;
}
.uppercontent {
	background-image: url(images/content.png);
	background-repeat: no-repeat;
	background-position: top;
}
.contactable {
	border: 2px dotted #CC3366;
}
body {
	margin-top: 0px;
	margin-bottom: 2px;
	background-image: url(images/bckground2.jpg);
	background-repeat: repeat-x;
	background-position: top;
	background-color: #483723;
	font-family: "Century Gothic";
	font-size: 12.5px;
	font-weight: normal;
	color: #483723;
}
.contentarea {
	padding-top: 20px;
	padding-right: 3px;
	padding-bottom: 3px;
	padding-left: 3px;
}
.footerstyle {
	font-family: "Century Gothic";
	font-size: 9px;
	font-weight: bold;
	color: #483723;
}
.urbandic {
	border-top-width: 2px;
	border-top-style: dotted;
	border-top-color: #D5E7E7;
	background-color: #FFD0DB;
}
a:link {
	color: #483723;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #999999;
}
a:hover {
	text-decoration: none;
	color: #333333;
}
a:active {
	text-decoration: none;
	color: #483723;
}
