body {
	background-color: #CAC1B5;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
    font: 12px "Lucida Grande", "Trebuchet MS", Helvetica, sans-serif;
    color: #53291D;	
	}

a:link {
	color: #E2082A;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #E2082A;
}
a:hover {
	text-decoration: underline;
	color: #E2082A;
}
a:active {
	text-decoration: none;
	color: #E2082A;
}	

#container {
	width: 790px;
	margin-right:auto;
	margin-left:auto;
	background-color:#FFF;
	background-image:url(/images/production/bg.jpg);
	}
	
#header {
	width: 790px;
	height: 140px;
	}	
	
#logo {
	padding-left:20px;
	float:left;
	width:508px;
	}	
	
#contact {
	padding-right:20px;
	padding-top: 20px;
	float:right;
	width:200px;
	text-align:right;
	font-weight:bold;
	}		
	
#nav {
	width: 777px;
	margin-right:auto;
	margin-left:auto;	
	height:30px;
	clear:both;
	background-image:url(/images/production/nav_bg.jpg);
	}	
	
#navlist {
	margin: 0;
	height: 20px;
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 10px;
	font-size:12px;
	font-weight: bold;
 	font:Arial, Helvetica, sans-serif;
}

#navlist li {
  margin: 0;
  padding: 0;
  display: inline;
  list-style-type: none;
}	

#navlist a:link, #navlist a:visited, #navlist a:active {
  float: left;
  padding: 4px;
  margin: 0 5px 4px 10px;
  text-decoration: none;
  color: #FFF;
  text-shadow: 2px 2px;
}

#navlist a:hover {
  color: #fefefe;
  text-decoration:none;
  background-color:#A18F79;
}

.nav_active {
  color: #fefefe;
  background-color:#A18F79;
  }	
	
#banner {
	width: 750px;
	height:180px;
	margin-right:auto;
	margin-left:auto;
	clear:both;
	background-image:url(/images/production/banner_bg.jpg);
	}	

#content {
	width: 750px;
	margin-right:auto;
	margin-left:auto;
	clear:both;
	}		
	
#banner_content {
	width: 425px;
	height: 130px;
	padding-left:300px;
	padding-top:35px;
	*padding-top: 45px;
	color: #666;
	font-size:13px;
	line-height:16px;
	}
	
#bottom {
	width: 790px;
	clear:both;
	height:20px;
	}				

#footer {
	width: 775px;
	hieght:20px;
	margin-right:auto;
	margin-left:auto;
	margin-top:5px;
	padding:3px;
	background-color:#6A5B46;
	border: 1px solid #C1B8AA;
	text-align:center;
	color: #ccc;
	font-size:10px;
	}

#inside_content {
	font-size: 14px;
	line-height:19px;
	padding-left: 10px;
	padding-top:25px;
	padding-bottom:25px;
	}

#event_list {
	margin-left: 20px;
	padding-left: 0;
	list-style: none;
	}
	
#event_list li {
	padding-left: 25px;
	background-image: url(/images/production/tick.gif);
	background-repeat: no-repeat;
	background-position: 0px;
	}
	
#gallery_list {
	margin-left: 50px;
	padding-left: 0;
	list-style: none;
	}

#gallery_list li {
	padding-left: 25px;
	display: inline;
	}	

#gallery_list img {
	border: 4px #A18F79 solid;
	}	