html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,b,big,cite,code,del,dfn,em,font,i,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td{margin:0;padding:0;border:0;outline:0;font-weight:inherit;font-style:inherit;font-size:100%;font-family:inherit;vertical-align:baseline}:focus{outline:0}body{line-height:1;color:black;background:white}ol,ul{list-style:none}table{border-collapse:separate;border-spacing:0}caption,th,td{text-align:left;font-weight:normal}blockquote:before,blockquote:after,q:before,q:after{content:""}blockquote,q{quotes:""""}

body {
	background: #FFF8F0;
	color: #371b15;
	font: 13px/19px Georgia, Time, Serif;
}
em { font-style: italic; }
strong { font-weight: bold; }
p {	
	margin: 12px 0;
}
a {
	color: #8f2300;
	text-decoration: none;
	border-bottom: 1px dotted #8f2300;
}
a:hover {
	color: #b24227;
	border-bottom: 1px solid #b24227;
}

#layout-wrapper {
	background: #f5e3c5 url(../images/washbg.jpg) 0 0 repeat-y;
	width: 1017px;
	margin: 0 auto;
	min-height: 650px;
}
#mast {
	width: 1017px;
	margin-left: -2px;
	height: 222px;
	background: url(../images/washhead2.jpg) 0 0 no-repeat;
	position: relative;
}
#mast h1 a {
	position: absolute;
	left: 7px;
	top: 0;
	width: 1017px;
	height: 130px;
	text-indent: -9000px;
	z-index: 5;
}
.no-js #logo { display: block; }
#nav {
	position: absolute;
	right: 0;
	top: 0;
	width: 404px;
	margin: 0;
	padding: 0;
}
#nav li a, #nav li a:hover, #mast h1 a, #mast h1 a:hover { border-bottom: none; }
#footer {
	width: 1017px;
	background: url(../images/washfoot.gif) 0 0 no-repeat;
	height: 60px;
	
	margin: 0 auto;
	color: #6f4828;
	font-family: Helvetica, Arial, Sans-Serif;
}
#copyright {
	float: right;
	margin: 0;
	font-size: 10px;
}
#copyright span { font: 16px Georgia,Times,Serif; }
#content { }
h2 {
	font-size: 33px;
	color: #2b5c5a;
	margin: 1px 0;
	font-weight: normal;
	line-height: 38px;
}
h3 {
	font-size: 20px;
	color: #10404a;
	font-weight: normal;
margin: 25px 0 2px 0;
}
h4 {
	margin: 20px 0 15px;
	font-weight: normal;
	color: #3a7b78;
	font-size: 15px;
}
ol, ul { margin: 12px 0; }
ol {
	list-style: decimal;
    margin-left: 20px;
    padding-left: 10px;	
}
#copy {
	width: 720px;
	margin: 2px 0 0 50px;
	float: left;
	line-height: 22px;
}
#top{
	width: 728px;
	height: 90px;
	position:relative;
	top:-90px;
	left:140px;
	filter:alpha(opacity=80); opacity:0.8;
	background: #ede5d8;	
	margin: 0 0 0 0;
	font: 11px/20px Helvetica,Arial,Sans-Serif;
	z-index:10;
}
#aside {
	float: right;
	width: 200px;
	background: #ede5d8;	
	margin: 0px -10px 0 0;
	font: 11px/20px Helvetica,Arial,Sans-Serif;
}
#aside h4 {
	font-family: Georgia,Times,Serif;
	font-size: 16px;
	font-style: italic;
	color: #b24227;
	margin: 15px 0 8px;
}
#aside-inside {
	padding: 10px 20px 20px;	
}
	.ie7 #aside-inside {
		width: 195px;
		position: relative;
	}
.collapse { cursor: pointer; }
.collapse span {
	background: #b24227;
	font: 12px/normal Helvetica,Arial,Sans-Serif;
	padding: 3px 5px;
	margin-right: 5px;
	float: right;
	display: block;
	font-weight: bold;
	color: #fff;
	border-radius: 3px;
	-moz-border-radius: 3px;	
	-webkit-border-radius: 3px;	
}
#content-divider {
	height: 50px;
	clear: both;
}
.post {
	margin-top: 1px;
}
.post h2 {
	font-size: 28px;
	line-height: 35px;
	margin-bottom: 10px;
}
.post h2 a {
	color: #3a7b78;
	border-bottom: none;
}
.post h2 a:hover {
	color: #33a8ac;
}
#nav-below {
	margin-top: 5px;
	padding-top: 35px;	
}
.nav-next {
	float: right;
}

