html{
	height:100%;
}

body{
	padding:0px;
	margin:0px;
	background:#524b39 url('../img/bck.jpg') top left repeat-x;
	font-size:12px;
}

img{
	border-style:none;
}
.homeheader{
	position:relative;
	top:0px;
	margin:0px auto 17px auto;
	padding:0px 0px 0px 352px;
	background:transparent url('../img/home_header.jpg') top left no-repeat;
	width:598px;
	height:274px;
}

.nav{
	width:594px;
	padding:0px;
	margin:0px;
	height:39px;
	top:0px;
	left:0px;
	position:relative;
}

.nav .cell{
	position:relative;
	float:left;
	height:28px;
	text-transform:uppercase;
	letter-spacing:2px;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	padding:10px 8px 0px 8px;
	font-size:14px;
	margin-right:8px;
}

.nav .cell a:link, .nav .cell a:visited, .nav .cell a:hover{
	color:black;
	text-decoration:none;
}

.clear{
	clear:both;
}

.footerbar{
	position:relative;
	top:0px;
	left:0px;
	width:100%;
	height:50px;
	background:transparent url('../img/footer_bck.jpg') top left repeat-x;
}

.container .newsitem{
	width:500px;
	margin:10px;
	position:relative;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	float:left;
}

.container .newsitem .title h1{
	font-size:18px;
	color:#585244;
	margin-bottom:1px;
}

.container .newsitem .title p{
	color:black;
	margin:0px;
}

.container .photoholder{
	float:right;
	position:relative;
	width:350px;
	min-height:100px;
}

.container .newsitem .title{
	position:relative;
	margin-bottom:5px;
	padding-bottom:10px;
	border-bottom:1px dashed black;
}

.container .newsitem .body{
	position:relative;
	margin-bottom:10px;
	margin-left:10px;
	font-family:Geneva, Arial, Helvetica, sans-serif;
}

.homelink{
	position:absolute;
	top:11px;
	left:4px;
	width:174px;
	height:38px;
}

.container{
	width:930px;
	background:#ebe7db url('../img/container.jpg') top left no-repeat;
	min-height:350px;
	position:relative;
	padding:25px 10px 15px 10px;
	margin:0px auto 10px auto;
}

#posts h2{
	font-weight:bold;
	font-size:14px;
	color:#585244;
}

#posts p{
	margin:0px 0px 8px 0px;
}

#posts a:link, #posts a:visited, #posts a:hover{
	text-decoration:underline;
	color:#3b3830;
}