body {
	font: 0.8em Lucida Grande, Verdana, Arial, Helvetica, sans-serif;
	background: #1c1918;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color:#a7866d;
}

#topbar{
	height:100px;
}

#header {
	width: 700px;
	text-align:left;
	height: 100px;
	margin: 0 auto;
}

#logo{
	float:left;
	margin-top:20px;
	width:298px;
	height:65px;
	background-image:url(../img/logo.gif);
}

#navigation{
	float:right;
	width:370px; 
	margin-top:20px; 
	text-align:left; 
}

.navlink{
	float:left;
	padding:0 9px;
	font-size:10px;
	margin-top:20px;
	color:#ccc;
}

.navlink a{
	font-size:13px;
	color:#fff;
	text-decoration:none;
	text-transform:uppercase;
}

.navlink a:HOVER{
	color:#c00;
}

.oneColFixCtr #container {
	width: 700px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColFixCtr #maincontent {
	color:#a7866d;
}

#leftcolumn{
	float:left; width:400px; background-color:none;overflow:auto;
}

#leftcolumn p{
	padding-right:10px;
}

h1{
	color:#fff;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight:bold;
	margin:10px 0px 15px 0px;
}

h2{
	color:#fff;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:1.3em;
	font-weight:bold;
	margin:10px 0px 15px 0px;
}

#item{padding-right:10px;}
#date{width:42px;height:45px;background-image:url(../img/calendar.jpg);float:left;margin-right:10px;text-align:center;font-weight:bold;color:#000;padding-top:7px;background-repeat:no-repeat;}
#item_content{}
#item_title{color:#f8e297;font-size:1.1em;font-weight:bold;}
#iten_description{}


#featured_photos td{
	text-align:center;
}

.sectiontitle{
	background-color:#222222;
	padding:5px;
	margin:10px 0px 10px 0px;
	color:#ccc;
	font-size:1.2em;
	font-weight:bold;
}


.footer{
	padding-top:30px;
	margin-bottom:20px;
	font-size:0.8em;
	color:#ccc;
	text-align:center;
	clear:both;
}

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

table.pricelist{}


td{
	vertical-align:top;
}

td.packagename{
	width:150px;
	text-align:left;
}

td.packagedescription{
	text-align:left;
}

td.packageprice{
	width:100px;
	text-align:right;
}

.formitem{
	margin:5px 10px;
	clear:both;
}

.formlabel{
	float:left;
	width:150px;
	font-weight:bold;
}

.textbox{
	width:250px;
}

textarea{
	width:250px;
}

#submit{
	background-color:#222222;
	border:1px solid #fff;
	color:#fff;
}