@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: 15px;
	top: 13px;
	width: 371px;
	height: 360px;
	z-index: 3;
	background-image: url(/images/sunshineroadmedium.jpg);
}

#HomeSmallPic {
	position: absolute;
	left: 254px;
	top: 46px;
	width: 150px;
	height: 112px;
	z-index: 4;
	background-image: url(/images/sunshineroadsmall-eyes2.jpg);
}

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

#HomeNews {
	position: absolute;
	left: 19px;
	top: 12px;
	width: 230px;
	height:226px;
	z-index: 6;
	background-position: top;
}

#HomeNews2 {
	position: absolute;
	left: 20px;
	top: 222px;
	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;
}
