﻿body	{
	margin:0;
	padding:0;
	background-color:#b89333;
	text-align:left;
	font-family: "Lucida Grande", Verdana, Trebuchet, sans-serif;
	font-size:.9em;
	line-height:1.2em;
	color:#5e4423;
	}
	
h1	{
	margin: 3px 0 5px;
	font-weight: lighter;
	color:#A43907;
	}

h1 a	{
	text-decoration:none;
	color:#A43907;
	}

h2	{
	font-size:1.3em;
	line-height:1.4em;
	color:#A43907;
	}

h2.accordion:hover{
	cursor:pointer;
	}

#head	{
	width:735px;
	height:185px;
	margin:25px auto 0;
	background-image: url("/_img/head2.gif");
	clear:both;
	text-align:right;
}

#head h1	{
	padding:70px 25px 0 0;

	font-weight:lighter;
	}

#head p	{
	font-size:.9em;
	line-height:1.5em;
	padding:0 25px 0 0px;
	}


#wrap	{
	width:735px;
	padding:0;
	margin:auto;
	margin-top:25px;
	margin-bottom:0;
	background-image: url("/_img/body-bg.gif");
	}

#top	{
	width:735px;
	height:25px;
	margin:0;
	padding:0;
	background-image: url("/_img/body-top2.gif");
	clear:both;
	}

#bottom	{
	width:735px;
	height:24px;
	margin:0;
	padding:0;
	background-image: url("/_img/body-bottom2.gif");
	}
	
#content	{
	margin:25px;
	width:450px;
	float:left;
	}
	
#content h1	{
	line-height:1em;
	}

#side	{
	width:200px;
	margin:0px;
	float:right;
	}
	
#navtop	{
	width:180px;
	height:23px;
	margin:0;
	padding:0;
	background-image: url("/_img/nav-top.gif");
	}

#navbottom	{
	width:180px;
	height:23px;
	margin:0;
	padding:0;
	background-image: url("/_img/nav-bottom.gif");
	}
	
#navbox	{
	width:180px;
	margin:10px;
	padding:0;
	font-weight:bolder;
	color:#fff1cd;
	background-image: url("/_img/nav-bg.gif");
	}

#navbox ul	{
	padding:0;
	margin:10px 0px 10px 25px;
	}

#navbox li	{
	line-height:1.3em;
	padding-bottom:6px;
	}

#navbox a	{
	color:#fff1cd;
	text-decoration:none;
	}

#navbox a:visited	{
	color:#fff7e3;
	}	

#navbox a:hover	{
	color:#fff;
	}

.accordion-wrap	{
	padding:5px;
	background-color:#fff7e3;
	}

.clear	{
	clear:both;
	}

