*{
	margin:0;
	padding:0;
}
html,body{
	background-image:url('images/backgroundimage.jpg');
	background-position:left;
	background-repeat:repeat;
	margin:auto;
	margin-top:0px;
}
h1{
	background-image:url('images/logo.png');
	background-position:left;
	background-repeat:no-repeat;
	margin-top:20px;
	width:140px;
	height:65px;
}
h1 span{
		display:none;
}
li{
	color:#6c6957;
	display:block;
	font-size:12px;
	font-style:italic;
}
span.light{
	color:#B2A15E;
}
a{
	text-decoration:none;
	color:#6c6957;
}
a:hover{
	text-decoration:none;
	color:#b1a05d;	
}
#body, #wrapper, #header, #footer, #nav, #flashcontent{
	position:absolute;
}
body{
	font-family: Georgia, Times, serif;
	font-size:12px;
	position:clear;
}
div#wrapper{
	margin-left:100px;
	margin-top:100px;
	width:830px;
	height:555px;
	background-image:url('images/wrapper.png');
}
div#header{
	width:175px;
	height:450px;
	margin-top:50px;
	margin-left:30px;
	border-right:1px solid #b1a05d;
}
div#nav{
	width:175px;
	margin-top:15px;
}
ul#navigation li{
	list-style-type:none;
	display:block;
	margin-top:0.3em;
}
ul#navigation li a{
	display:block;
}
div#flashcontent{
	background-color:#efefe6;
	width:565px;
	height:370px;
	margin-top:125px;
	margin-left:230px;
}
div#footer{
	color:#6c6957;
	font-style:italic;
	font-size:10px;
	margin-top:505px;
	float:right;
	margin-left:647px;
}
