body {
	background: #4f4510 url(images/bg.jpg) repeat center;
	text-align: center;
	font: 90% "Courier New", Courier, monospace;
	color: #6E6230;
	margin: 0px;
	padding: 0px;
}
#holder {
	background: url(images/bgpage.jpg) repeat-y center top;
	margin: 0px auto;
	width: 770px;
	border-top: 5px double #574B17;
	text-align: left;
}
#nav {
	background: url(images/bgnav.jpg);
	height: 48px;
	width: 770px;
	font-family: "Courier New", Courier, monospace;
	font-weight: normal;
	color: #3a3102;
	text-align: center;
}

#footer {
	background: url(images/bgfooter.jpg) no-repeat center bottom;
	height: 60px;
	width: 770px;
	color: #fdf9f1;
	font-weight: bold;
	vertical-align: bottom;
}
#content .text {
	padding-right: 25px;
	padding-left: 25px;
}


#header {
	background: no-repeat center top;
	height: 211px;
	width: 770px;
}
a:link {
	color: #3c3300;
}
a:visited {
	color: #4F4510;
}
a:hover {
	color: #663300;
}
#post {
	color: #fdf7ee;
	background: #574d1a;
}
