/* Filter Dread */

body {
	margin:0;
        background:#333333;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px; line-height: 18px;
}

h2 {font-size:21px; line-height: 24px;}

img {border: 0;}

.wysiwyg {
        margin-left: -32px;
        margin-top: -4px;
}

.wysiwyg textarea { width: 602px;}

a:link, a:visited {
	text-decoration: none; color: #7d4812;
}

a:hover {
	text-decoration: underline; color: #7d4812;
}

#container {
        width:800px;
	margin-left: auto;
	margin-right: auto;
}

#header {
	width:800px;
        height:128px;
	background: #ab8b86;
        text-align:center;
	margin:0;
}

.logo {
	margin-top: 16px;
}

.description {
	color:white;
}

.headernav {
	float:right;
	margin: -46px 16px 0 0;
 }

.headernav a:link, .headernav a:visited, .headernav a:hover {
	color: white;
}

#searchform, #colophon { display:none;}

#content {
        padding: 4px 32px 32px 32px;
        background:#ffffff;
	width:544px;
        border-left-style:solid;
        border-left-width:192px;
	border-left-color: #555555;
}

#navigation {
        position:absolute;width:192px;
	font-size:18px;
        font-weight:bold;
	z-index:1;
}

#navigation ul {
	list-style:none;
        padding:0;
        margin:0;
}

#navigation li {
	display:block;
        padding:10px 0 0 32px;
        height: 32px;
}

#navigation p {
	display:block;
	margin: 0;
        padding:10px 0 0 16px;
        height: 32px;
}

#navigation .on {
	background: #ffffff;
}

#navigation a:link, #navigation a:visited, #navigation a:hover {
	color: white;  text-decoration:none;
}

#navigation .on a:link, #navigation .on a:visited, #navigation .on a:hover {
	color: #333333; text-decoration:none;
}

#footer {
	margin:0;
	padding-top: 8px;
	height: 48px;
	width:800px;
	background: #ab8b86;
}
