html {
	margin: 0;
	padding: 0;
}

body {
	margin: 0;
	padding: 0;
	background-color: #252525;
	color: #e6e6d8;
	font: 12px Arial, Palatino, "Lucida Bright", sans-serif;
}

h1 {
	background-image: url(../media/header_house.jpg);
	background-position: left top;
	background-repeat: no-repeat;
	height: 160px;
	margin: 0;
	padding: 10px 0 0 20px;
	font: 36px Arial, Palatino, "Lucida Bright", sans-serif;
	font-weight: bold;
	letter-spacing: 3px;
	text-align: left;
	border-bottom: 1px solid #f6de7e;
}

span.header {
	font-size: 28px;
	padding-left: 0px;
	letter-spacing: 6px;
}

#navbar {
	margin: 0;
	padding: 3px 0 0 32px;
	font: 22px Arial, Palatino, "Lucida Bright", sans-serif;
	text-align: left;
}

#navbar li {
	margin: 0 25px 0 50px;
	padding: 0 0 0 0px;
	display: inline;
	list-style: none;
	letter-spacing: 2px;
}

#navbar a {
	line-height: 26px;
	font-weight: bold;
	margin: 0px 10px 0 10px;
	text-decoration: none;
	color: #f6de7e;
	background-color: #252525;
}

#navbar a.active, #navbar a:hover {
	border-top: 3px solid #d7b21e;
	padding-top: 1px;
	color: #d7b21e;
	background-color: #252525;
}

#navbar a:hover {
	color: #d7b21e;
}


/*
Top Right Bottom Left
*/



#home_text {
	position: absolute;
	width: 520px;
	margin: 40px 0 0 0;
	padding: 15px 0 15px 0;
	background:url(../media/bg_home_text.gif) repeat-y;
	border-top: 1px solid #676666;
	border-right: 1px solid #676666;
	border-bottom: 1px solid #676666;
}

#home_text p {
	width: 400px;
	text-indent: 35px;
	font: 12px Arial, Helvetica, sans-serif;
	padding: 0 0 0 90px;
}

#home_text p.contact {
	text-align: right;
}

#footer {
	position: absolute;
	padding: 350px 0 20px 10px;
	font: 10px Verdana, Arial, Helvetica, sans-serif;
}

a {
	text-decoration: none;
	color: #f6de7e;
}

a:hover, active { 
	text-decoration: none; 
	color: #d7b21e;
}



/*
About this Site
*/



#siteBox {
	background-image: url(../media/site_tree.jpg);
	background-position: right top;
	background-repeat: no-repeat;
	position: relative;
	margin-left: auto;
	margin-right: auto;
	margin-top: 5%;
	width: 750px;
	height: 400px;
	text-align: left;
	background-color: #3B3839;
	border: 1px solid black;
}

#box_top {
	position: absolute;
	left: 32px;
	top: 20px;
}

#box_bottom {
	position: absolute;
	left: 32px;
	bottom: 12px;
}

span.site_back {
	padding-left: 320px;
}

p.site_header {
	color: #A88B8B;
	margin: 0;
	text-align: right;
	letter-spacing: 1px;
	width: 240px;
	font: 11px Arial, Helvetica, sans-serif;
	border-bottom: 1px solid;
}

p.site_subtext {
	margin: 0;
	padding-top: 4px;
	padding-bottom: 20px;
}







