body {
	margin:0;
	padding:0;
	background:#eee7cd url(../images/bg.jpg) top center repeat-x;
	font-size:.8em;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	}
	
#main {
	width:1000px;
	margin:0 auto;
	height:400px;
	position:relative;
	}
	
h1 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:30px;
	color:#6e2306;
	margin:15px 0 8px;
	padding:0;
	font-weight:normal;
	}
	
img {
	border:none;
	}
	
p {
	margin:0 0 15px;
	padding:0;
	line-height:20px;
	color:#3a3a3a;
	}
	
#bottom {
	background:#d6d0b8;
	clear:both;
	text-align:right;
	color:#4e4b40;
	font-size:.85em;
	padding:7px 7px 7px 0;
	*padding-top:3px;
	}
	
#bottom a {
	color:#4e4b40;
	text-decoration:none;
	padding:0 3px;
	}
	
#bottom a:hover {
	text-decoration:underline;
	}
	
#slogan {
	float:right;
	}
	
#logo {
	position:absolute;
	left:1px;
	top:-1px;
	}
	
#content {
	width:866px;
	background:#faf8f0 url(../images/content-bg.jpg) no-repeat;
	float:left;
	margin:0 0 0 73px;
	}
	
#left-col {
	width:172px;
	float:left;
	margin:0 46px 0 0;
	position:relative;
	z-index:999;
	}
	
#nav, #subscribe {
	background:#6e2306;
	list-style:none;
	margin:20px 0 20px -14px;
	padding:0;
	border-left:14px solid #df9963;
	}
	
#projects {
	background:#6e2306;
	color:#FFFFFF;
}

#projects a {
	color:#FFFFFF;
}
	
#subscribe {
	background:#6e3e06;
	border-color:#eec67d;
	padding:6px 0;
	}
	
#subscribe form {
	width:160px;
	margin:0 auto;
	color:#FFF;
	}
	
#subscribe form #email {
	width:156px;
	color:#7f7f7f;
	font-size:.9em;
	margin:8px 0 0;
	}
	
#subscribe form #submit {
	padding:2px;
	background:#351e04;
	font-size:.9em;
	color:#d7d2cd;
	border:0;
	font-weight:bold;
	margin:3px 0 0;
	}
	
#subscribe p {
	margin:0;
	font-size:.85em;
	color:#FFF;
	}
	
#nav li a, #subscribe li a {
	color:#FFF;
	text-decoration:none;
	display:block;
	padding:8px 7px 8px 0;
	border-bottom:1px dotted #9b6753;
	text-indent:5px;
	width:86%;
	margin:0 0 0 5px;
	background:url(../images/arrow.jpg) 98% 48% no-repeat;
	}
	
#nav li a:hover, #subscribe li a:hover {
	text-decoration:underline;
	}
	
#nav li a.last, #subscribe li a.last {
	border:0;
	}
	
#right-col {
	width:634px;
	float:left;
	padding:0 0 25px;
	}
	
#photos {
	float:right;
	margin:0 1px 0 0;
	}
	
#right-side {
	background:url(../images/right-side.jpg) no-repeat;
	width:61px;
	height:555px;
	float:right;
	}
	
#cws {
	display:block;
	text-align:center;
	padding:15px 0 0;
	font-size:.8em;
	color:#a7a28d;
	text-decoration:none;
	background:#eee7cd;
	}
	
#cws:hover {
	text-decoration:underline;
	}
	
.comment {
	visibility:hidden;
	}