body{
 width:800px;
 text-align:center;
 margin-right:auto;
 margin-left:auto;
}

a{
	color:#663333;
	text-decoration:none;
}

a img{
	border:none;
}
#wrapper{
   background:#e9dec2;
	width:800px;
	height:2495px;
}
#header{
	
}
#banner_strip{
	padding:10px 0 0 0;
}
#nav{
	
}

#content{
  background:#eee2c5;
	
}

#content .text{
	font-family:Arial;
	font-size:10pt;
	line-height:20px;
	font-weight:100;
	color:#666666;
	padding:30px 20px 13px 20px;
	text-align:left;	
}
#main{
  background:#eee2c5;	
}
#main .text{
	font-family:Arial;
	font-size:10pt;
	line-height:20px;
	font-weight:100;
	color:#666666;
	padding:30px 20px 13px 20px;
	text-align:left;
}

#left{
  float:left;
  width:268px;
  height:auto;

}

#right{
  float:right;
  width:532px;
  background:#eee2c5;
height:auto;	
}

#right .text{
	font-family:Arial;
	font-size:10pt;
	line-height:20px;
	font-weight:100;
	color:#666666;
	padding:30px 20px 13px 20px;
	text-align:left;
}

#footer{
	clear:both;
	width:800px;
	height:30px;
	background:#ffffff;
	
}

#footer p{
	color:#663333;
	text-align:right;
	padding:10px;
	
}
