body
{
	background-image: url(../images/bg_pattern.gif);	margin: 0px;
	padding: 0px;
}
#pagestart
{
	position: relative;
	width: 939px;
	top: 0;
	margin: 0px auto;
	padding: 0px;
	border-left: 1px solid #4a3e2f;	border-right: 1px solid #4a3e2f;	background-color: #d0bc9c;}
#pagecontainer
{	margin: 0px;
	padding: 0px;
	border: 0px solid red;	position: relative;
	background-color: #d0bc9c;
}
#header
{	margin: 0px;
	padding: 0px;
	border-bottom: 1px solid #5c503f;	position: relative;
	background-image: url(../images/header.jpg);
	background-repeat: no-repeat;
	width:939px;	
	height: 205px;
	z-index: 5;
}				
#main
{	margin: 0px auto;
	padding: 0px;
	border: 0px solid red;	position: relative;	width: 100%;
    background-image: url(../images/background_body.jpg);
	background-repeat:repeat-y;
	width: 939px;	
	text-align: center;
}				
#menu
{
	position: relative;
	text-align:left;
	font-size: 70%;
	top: 4px;
	left: 60px;
}
#left
{
		position: relative;	top: -3px;	width: 100%;
	padding: 0px;
	margin: 0px;	border: 0px solid red;
}#left-content
{	position: relative;	width: 100px;
	padding: 0px;
	margin: 0px;	border: 0px solid red;
}
#right
{
	float: right;
}
#all
{
	clear: both;
}

#content
{	position: relative;
	padding: 10px;	margin: 0px auto;	width: 800px;
	text-align: left;
}
#footer
{
    height:50px;
    background-color: #1d160d;
}
#copy
{
    text-align: right;
    color:  #927f61;
    position: relative;
    bottom: -20px;
    font-size: 80%;
}#contact
{
	left: 20px;    position: relative;
 } #copyleft
{
	left: 10px;    position: relative;    text-align:left;     float: left;    bottom: -32px;
    font-size: 80%;    
 } .under
 {  text-decoration: underline;  color:  #927f61;
 }  .under.hover
 {  text-decoration: none;  color:  #c37427;
 }