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

body {
	background-image: url(../images/background.jpg);
	background-color: #B08448;
}

p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #8A4500;
}

.maincontent {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #8A4500;
}

h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 22px;
	color: #964d1a;
	font-variant: normal;
	font-style: normal;
	text-transform: none;
	margin: 1px;
	padding: 1px;
}

h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #964d1a;
	font-variant: normal;
	font-style: normal;
	text-transform: none;
	margin: 1px;
	padding: 1px;
}

ol {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #964d1a;
}

ul {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #964d1a;
}

a:link   {
	color: #964d1a;
	text-decoration: none;
		}
		
a:visited   {
	color: #964d1a;
	text-decoration: none;
		}

a:hover {
	color: #CC9900;
}

/* Navigation bar */

#navcontainer {
	position: absolute;
	left: 4px;
	top: 20px;
	width: 120px;
	z-index: 2;
}

#navcontainer ul
{
	margin-left: 0;
	padding-left: 0;
	list-style-type: none;
	font-family: Algerian;
	font-size: 18px;
}

#navcontainer a
{
display: block;
padding: 0.25em;
width: 120px;
background-color: #fbe2bb;
border-bottom: 1px solid gray;
}

#navcontainer a:link, #navlist a:visited
{

text-decoration: none;
}

#navcontainer a:hover
{
background-color: #964d1a;
color: #f4e6db;
}

#Border {
	border: medium double #996600;
	height: 635px;
	width: 800px;
	position: relative;
}

#Content {
	position: absolute;
	height: 631px;
	left: 162px;
	top: 19px;
	width: 579px;
	z-index: 2
}

#ContentBackground {
	position: absolute;
	height: 600px;
	left: 8px;
	top: 4px;
	width: 550px;
	z-index: 3;
	background-image: url(../images/sunshineroadbackground.jpg);
}

#ContentScroll {
	position: absolute;
	height: 539px;
	left: 1px;
	top: 59px;
	width: 545px;
	z-index: 3;
	overflow: scroll;
}

#ContentNoScroll {
	position: absolute;
	height: 539px;
	left: 1px;
	top: 59px;
	width: 545px;
	z-index: 3;
}

#HomeTitel {
	position: absolute;
	left: 215px;
	top: 4px;
	width: 90px;
	height: 48px;
	z-index: 4
}

#Newsdate {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #993300;
}

#Newscontent {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #8A4500;
}

#Footer {
	position: absolute;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #CC9933;
	left: 8px;
	top: 606px;
	width: 564px;
	height: 25px;
	z-index: 6
}

button {
	font-family: "Rosewood Std Regular";
	font-size: 12px;
	font-weight: bold;
	background-color: #964d1a;
}
