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

body, html
{
	height: 100%;
}

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

a
{
	color: #601e4a;
	text-decoration: none;
}

a:hover
{
	text-decoration: underline;
}

/******************************************************/

#outer
{
	background: #fff;
}

#header
{
	background: #601e4a;
	color: #c2dea4;
}

#menu
{
	background: #a1a197;
}

#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 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 p
{
	margin-bottom: 12px;
}

#footer
{
	color: #A8A88D;
}

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