body {
  text-align: center;
  background:#CEC698;
  margin-top:15px;
  margin-bottom:30px;
  color:#333333;
}

A:link {
	COLOR: #000000; text-decoration: underline
}
A:visited {
	COLOR: #000000; text-decoration: underline
}
A:active {
	COLOR: #000000; text-decoration: underline
}
A:hover {
	COLOR: #000000; text-decoration: none
}

#page_wrapper {
  background: #FFFFFF;
  margin-left: auto; 
  margin-right: auto;
  width: 755px;
  text-align: left;
  border: 4px solid #000000;
}

#page_header {
  height: 66px;
  margin-left: 8px;
  background: #FFFFFF url('../img/header.png') top left no-repeat;
}  

#left_logo {
  float: left;
  width: 205px;
  margin:0;
  padding-bottom: 185px;
  padding-right: 3em;
  background: #FFFFFF url('../img/logo-bottom.png') top left no-repeat;
}

#home_title {
  margin-left: 267px;
  max-width: 42em;
  background: #FFFFFF url('../img/page-titles/home-title.png') top left no-repeat;
  font-family: verdana;
  font-size:11px;
}

#about_title {
  margin-left: 267px;
  max-width: 42em;
  background: #FFFFFF url('../img/page-titles/about-title.png') top left no-repeat;
  font-family: verdana;
  font-size:11px;
}

#restaurant_title {
  margin-left: 267px;
  max-width: 42em;
  background: #FFFFFF url('../img/page-titles/restaurant-title.png') top left no-repeat;
  font-family: verdana;
  font-size:11px;
}

#catering_title {
  margin-left: 267px;
  max-width: 42em;
  background: #FFFFFF url('../img/page-titles/catering-title.png') top left no-repeat;
  font-family: verdana;
  font-size:11px;
}

#login_title {
  margin-left: 267px;
  max-width: 424em;
  background: #FFFFFF url('../img/page-titles/login-title.png') top left no-repeat;
  font-family: verdana;
  font-size:11px;
}

#contact_title {
  margin-left: 267px;
  max-width: 42em;
  background: #FFFFFF url('../img/page-titles/contact-title.png') top left no-repeat;
  font-family: verdana;
  font-size:11px;
}

#content_wrapper {
}

#left_side {
  float:left;
  padding-left:40px;
  width:225px;
}
  
#left_side h3 {
  margin:10px;
  margin-right:15px;
  font-family: verdana;
  font-size:14px;
  font-weight: bold;
  line-height:18px;
  color: #A0410D;
}
  
#left_side p {
  margin:10px;
  margin-right:15px;
  font-family: verdana;
  font-size:11px;
  line-height:18px;
  color: #333333;
}

#right_side {
  float:right;
  width:490px;
  font-family: verdana;
  font-size:11px;
  line-height:16px;
}
  
#right_side h3 {
  margin-right:15px;
  margin-bottom: 5px;
  font-family: verdana;
  font-size:12px;
  font-weight: bold;
  line-height:16px;
  color: #FCF8E3;
  background: #807943;
  padding:4px;
  border:1px solid #3A3B22;
}
  
#right_side p {
  margin-bottom:15px;
  padding-right:16px;
  font-family: verdana;
  font-size:11px;
  line-height:16px;
  color: #333333;
}


#page_footer {
  height: 40px;
  background: #807943;
}  

#page_footer A:link {
	COLOR: #F2C968; text-decoration: underline
}
#page_footer A:visited {
	COLOR: #F2C968; text-decoration: underline
}
#page_footer A:active {
	COLOR: #F2C968; text-decoration: underline
}
#page_footer A:hover {
	COLOR: #F2C968; text-decoration: none
}

#page_footer p {
  text-align:center;
  padding-top:12px;
  font-family: verdana;
  font-size:11px;
  line-height:16px;
  color: #FCF8E3;
}

.spacer {
  margin:0px;padding:0px;height:10px;clear:both;
}