﻿/* CSS layout */
body {
	background-color: #000000;
	text-align:center;
	color: #ffffff;
	margin:0;
	padding:0;
	height:100%; 
}

#wrapper {
  	width: 800px;	
 	text-align:left;
	background:url("/images/backgnd.png") repeat;
	left:50%;
	position:absolute;
	margin:0 0 0 -400px;
        padding-bottom:10px;
	padding-top: 0px;
	height:100%;
	min-height: 620px;
}

#top_left {
	width: 170px;
	background:url("/images/s_parch.png");
	background-repeat: no-repeat;
	position: absolute;
	left: 0px;
	top: 0px;
	height: 200px;
	text-align: right;
}

#top_left a {
	padding-left: 170px;
	padding-bottom: 185px;
}

img.home{border: none;}
a img {border: none;}

#logo_top_left{
}

#header {
	width: 400px;
	position: absolute;
	background:url("/images/everhill.png");
	background-repeat: no-repeat;
	left: 170px;
	top: 100px;
	height: 50px;
	color: #ffffff;
	font-family: "Felix Titling";
}

a {
	color: #000099;
}

a:visited {
	color: #000000;
}

a.people_home {
        color: #000000;
        border: none;
        text-decoration: none;
}

a.people_home:hover {
        color: #000000;
        border: none;
}

#navigation {
	width: 600px;
	position: absolute;
	text-align: right;
	left: 170px;
	top: 10px;
	height: 50px;
/*	coloor: #ffffff; */
}

#navigation ul li {
	float: none;
	width: 100%;
	padding: 5px;
	margin: 0;
	list-style-type: none;
	display: inline;
}

#navigation li a {
	color: #ffffff;
}

#navigation li a:visited {
	color: #999999;
}

#content {
	width: 800px;
	background:url("/images/cnt_backgnd.png") repeat;
	position: absolute;
	left: 0px;
	top: 210px;
	color: #000000;
}
#contenttext{
	padding-left:70px;
	padding-right:70px;
}
#content_image {
	width: 800px;
	background:url("/images/backgnd.png") repeat;
	position: absolute;
	left: 0px;
	top: 210px;
	color: #000000;
}

#center { 
	text-align: center
} 