*
{
padding: 0px;
margin: 0px;
}

body
{
background: #8f8b65;
font-size: 11px;
font-family: "trebuchet ms", helvetica, sans-serif;
color: #8C8C73;
line-height: 18px;
}

a
{
	color: #63141c;
	text-decoration: none;
}

a:hover
{
	text-decoration: underline;
}

#outer
{
	position: relative;
	width: 707px;
	margin: 0 auto;
	background: #fff;
	border-left: 4px solid #ddd;
	border-right: 4px solid #ddd;
}

#inner
{
	position: relative;
	padding: 13px 10px 13px 10px;
	z-index: 2;
}

#header
{
	position: absolute;
	background: #49472b;
	width: 260px;
	height: 92px;
	color: #fff;
	padding-left: 20px;
}

#header span
{
	font-weight: normal;
}

#header h1
{
	position: absolute;
	font-size: 23px;
	top: 30px;
	height: 92px;
}

#header h2
{
	position: absolute;
	font-size: 16px;
	font-weight: normal;
	top: 51px;
}

#splash
{
	position: absolute;
	right: 10px;
	background: #EAEAE2 url('images/header.jpg') no-repeat;
	width: 400px;
	height: 92px;
}

#menu
{
	position: relative;
	background: #63141c;
	height: 42px;
	padding: 0px 20px 0px 5px;
	margin: 98px 0px 20px 0px;
}

#menu ul
{
	padding-top: 10px;
}

#menu ul li
{
	display: inline;
	line-height: 23px;
	padding-left: 3px;
}

#menu ul li a
{
	background-color: transparent;
	background-repeat: repeat-x;
	padding: 3px 12px 8px 12px;
	font-size: 14px;
	color: #fff;
	font-weight: bold;
	text-decoration: none;
}

#menu ul li a:hover,
#menu ul li a.active
{
	background: #fff;
	color: #4A4A24;
	text-decoration: none;
}

#primarycontent
{
	position: relative;
	width: 100%;
	float: left;
}

#primarycontent h3
{
	position: relative;
	top: 4px;
	font-size: 18px;
	line-height: 25px;
	color: #656551;
	background: url('images/a22.gif') bottom repeat-x;
	padding: 0px 0px 10px 0px;
	clear: both;
	margin-bottom: 20px;
}

#primarycontent .post
{
	margin-bottom: 30px;
}

#primarycontent .post p
{
	margin-bottom: 12px;
}

#footer
{
	position: relative;
	clear: both;
	height: 66px;
	text-align: center;
	line-height: 66px;
	background-image: url('images/a50.gif');
	color: #A8A88D;
}

#footer a
{
	color: #8C8C73;
	text-decoration: underline;
}

