body, html, form, h1, h2, h3, h4, p{
	padding:0px;
	margin:0px;
}

body {
	background-color: #D6BA7A;
	color:#4F3324;
 	font-family: "Trebuchet MS",Trebuchet,Arial,Verdana,Sans-serif;
	font-size:14px;
}

#top-shade{
	position:absolute;
	top:0px;
	left:50%;
	margin-left:-385px;
	width:770px;
	height:12px;
	background-image: url(images/topshade.jpg);
	background-repeat: no-repeat;
}

#left-shade{
	position:absolute;
	top:0px;
	left:50%;
	margin-left:-405px;
	width:20px;
	height:712px;
	background-image: url(images/leftshade.jpg);
	background-repeat: no-repeat;
}

#right-shade{
	position:absolute;
	top:0px;
	left:50%;
	margin-left:385px;
	width:20px;
	height:712px;
	background-image: url(images/rightshade.jpg);
	background-repeat: no-repeat;
}

#container{
	position:absolute;
	left:50%;
	margin-left:-385px;
	top:12px;
	width:770px;
	min-height:750px;
	background-image: url(images/sitebgr.jpg);
	background-repeat: repeat-y;	
}

* html #container{
	height:750px;
}

#logo{
	position:absolute;
	left:31px;
	top:25px;
	width:704px;
	height:111px;
}

#nav{
	position:absolute;
	left:14px;
	top:146px;
	width:747px;
	height:38px;
}

.navcell{
	float:left;
	height:38px;
}

#biscuit{
	margin-bottom:10px;
	font-size:12px;
	margin-left:2px;
}

#biscuit a{
	font-size:12px;
	color:#8C5A40;
}

#content{
	padding-top:200px;
	width:726px;
	margin-left:22px;
	margin-bottom:20px;
}

#advert{
	width:726px;
	margin-bottom:10px;
}

#main{
	width: 686px;
	padding: 20px;
	background-image: url(images/contentbgr.png);
	background-repeat: repeat;
	padding-bottom:50px;
	min-height:400px;
}

* html #main{
	height:400px;
}

#left{
	width: 450px;
	padding: 20px;
	background-image: url(images/contentbgr.png);
	background-repeat: repeat;
	float:left;
	padding-bottom:50px;
}

#right{
	width:215px;
	float:right;
}

#footer{
	margin-bottom:0px;
	width:770px;
	background-color: #D6BA7A;
	height:70px;
	font-size:11px;
	padding-top:3px;
}

.spacer{
	clear:both;
	width:665px;
	height:8px;
	background-image: url(images/spacer.jpg);
	margin-top:0px;
	margin-bottom:10px;
}

h1{
	font-size:24px;
	font-weight:normal;
	margin-bottom:15px;
}

h2{
	font-size:20px;
	font-weight:normal;
}

p{
	font-size:14px;
	margin-bottom:15px;
}

a{
	color:#4F3324;
	text-decoration:underline;
}

a:hover{
	color:#8C5A40;
}
