body {
  text-align: center;
  background-color: #CBB293;
  margin-top:10px;
  margin-bottom:10px;
}

#wraper {
	height:auto;
	width:750px;
	margin-left: auto; 
	margin-right: auto;
	border:1px solid #000;}

#header {
	position:relative;
	width:750px;
	height:150px;
	background-color:#000000;
	border-bottom:2px solid #000;
	background-image:url(images/header.jpg);}

#contentWraper{
	position:relative;
	width:750px;
	height:auto;
	background-color:#5C2E0D;}

#leftWraper {
	position:absolute;
	width:200px;
	left:0px;
	bottom:0px;
	top:0px;
	float:left;
	background-color:#5C2E0D;}

#menu {
	position:relative;
	height:auto;
	width:200px;}
#menu ul{ list-style-type:none; margin:0px; padding:10px 0 10px 10px;}
#menu li{ text-align:left;}
#menu a{ color:#FFFFFF; font:Georgia, "Times New Roman", Times, serif; text-decoration:none;}
#menu a:hover{ text-decoration:underline;}
	

#content {
/*	position:relative;*/
	width:510px;
	margin-left:200px;
	height:auto;
	background-color:#B9B7AB;
	padding-left:30px;
	padding-right:10px;}
	
#content h1{ text-align:left; margin:0; padding:10px 0 0 0; text-decoration:underline;}
#content p{ text-align:left; margin:0; padding: 10px 0 10px 0;}

#footer {
	position:relative;
	height:20px;
	width:750px;
	border-top:1px solid #000;
	background-color:#CA421C;}
#toprightad {
	position:relative;
	float:right;
	margin:10px 10px 10px 20px;}
#bottomad {
	position:relative;
	text-align:center;
	width:100%;}
#bottommenu {
	position:relative;
	text-align:center;
	width:100%;}
#bottommenu ul{ padding:0; margin:0;}
