body {
	background:url('background.jpg');
	font-family:Verdana;
	font-size:12px;
}

#mainbody {
	width:80%;
	min-width:700px;
	margin:auto;
	margin-top:30px;
	background:#FBE9DC;
	border:solid 1px #8C5D39;
	padding:10px;
}

#subheader, #headerBanner {
	width:64%;
	margin: 0 auto;
	text-align:right;
}

.box {
	background:#fff;
	border:solid 1px #E2CEC2;
	margin:5px;
	padding:10px;
	margin-bottom:20px;
}

.col {
	vertical-align:top;
}

.col#photos {	
	max-width: 200px;
	min-width: 110px;
	width: 18%;
}


.col#navbar {
	max-width: 200px;
	min-width: 110px;
	width: 18%;
}

.box#footer {
	/*clear:both;*/
	/*width:730px;*/
	text-align:center;
	/*float:none;*/
	margin-bottom:0px;
}

p, li {
	font-size:12px;
	line-height:20px;
	margin: 8px;
	margin-left:10px;
}

h1 {
	font-size:22px;
	color:#4D5B7D;
	font-weight:normal;
	letter-spacing:5px;
	margin-top:2px;
	margin-bottom:10px;
}

h2 {
	font-size:16px;
	font-weight:normal;
	margin-top:1em;
}

h3 {
	font-size:14px;
	font-weight:normal;
}

h4 {
	font-size:12px;
	margin:2px;
}

h5 {
	font-size:11px;
	color:#808080;
	margin:5px;
	margin-bottom:0px;
}

h6 {
	font-size:10px;
	margin:5px;
	margin-bottom:8px;
}

a {
	color:#4D5B7D;
	text-decoration:none;
	font-weight:bold;
}

a img {
	border:0px;
}

input, textarea {
	margin-bottom: 8px;
}

textarea {
	margin-top: 5px;
}