body {
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	background: url(images/stony_bg2.gif) 50% 0%;
	background-repeat: fixed;
	text-align: center;
}
#wrapper {
	position: relative;
	text-align: left;
	width: 882px;
	margin-right: auto;
	margin-left: auto;
	background-color: #c1c9c9;
	height:auto;
}

#header {
	background-image: url(images/header.jpg);
	background-repeat:no-repeat;
    height:180px;
    position:relative;
}

#header h1 {
	margin: 0;
	padding: 0;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight:lighter;
	color: #b3c5c5;
	font-size: .94em;
	position:absolute;
	bottom: 67px;
	right: 47px;
}

#header h1 a {
	color: #b3c5c5;
	text-decoration:none;
}

#header h1 a:hover {
	color: #F9F6C2;
	text-decoration:none;
}

h2 {
	color: #49240f;
	text-decoration: none;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 1.3em;
	font-weight:lighter;
	padding-top: 18px;
	padding-bottom: -10px;
}

h3 {
	color: #49240f;
	text-decoration: none;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-weight:lighter;
	padding-top: 18px;
	padding-bottom: -10px;
}

#content {
	margin-left: 150px;
	padding: 0 50px 0 45px;
	border-left: 1px solid #49240f;
}
#content p {
	font-size: 80%;
	line-height: 1.8em;
}


#navigation {
	position: absolute;
	top: 184px;
	left: 3px;
	width: 110px;
	padding: 0 0px 0 20px;
}

#navigation ul {
	list-style: none;
	margin: 1em 0 0 0;
	padding: 0;
	border: none;
}

#navigation li {
	font-size: 90%;
}

#navigation a:link, #navigation a:visited {
	color: #49240f;
    background-color:transparent;
    display:block;
    padding: 0.2em 0 0.2em 0;
    text-decoration:none;
}

#navigation a:hover {
	color: #476A36;
}


#footer {
	font-size: 80%;
	padding-top: 40px;
    text-align:center;
    color: #333;
    background-color: c1c9c9;
}

