@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;
}

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


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

a:hover {
	color: #CC9900;
}


/* Navigation bar */

#navcontainer {
	position: absolute;
	left: 4px;
	top: 20px;
	width: 130px;
	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: 130px;
	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;
}

/* Navigation bar end */

#HomeLargePic {
	position: absolute;
	left: 49px;
	top: 1px;
	width: 550px;
	height: 413px;
	z-index: 2;
	background-image: url(/images/sunshineroadlarge.jpg);
}

#HomeContent {
	position: absolute;
	height: 503px;
	left: 143px;
	top: 16px;
	width: 600px;
	z-index: 2
}

#HomeMediumPic {
	position: absolute;
	left: 52px;
	top: 14px;
	width: 417px;
	height: 362px;
	z-index: 3;
	background-image: url(/images/sunshineroadmedium.jpg);
}

#HomeSmallPic {
	position: absolute;
	left: 444px;
	top: 3px;
	width: 155px;
	height: 200px;
	z-index: 4;

}

#HomeTitel {
	position: absolute;
	left: 186px;
	top: 14px;
	width: 93px;
	height: 53px;
	z-index: 5
}

#HomeNews {
	position: absolute;
	left: 55px;
	top: 57px;
	width: 378px;
	height:310px;
	z-index: 6;
	background-position: top;
}

#HomeNews2 {
	position: absolute;
	left: 52px;
	top: 243px;
	width: 360px;
	height:131px;
	z-index: 7;
	background-position: top;
}


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

