body
{
	background-color: #ffffff;
	background-image: url(/static/img/backgrounds/body1.jpg);
	background-position: top;
	background-repeat: repeat-x;
	font-family: Verdana, Arial, Helvetica, sans-serif, Times new roman;
	font-size: 10pt;
	color: #AB7F02;
}

* {
	padding:0;
	margin:0
}


#container
{
	width: 940px;
	margin: 0 auto 0 auto;
}


#header
{
	height: 46px;
}


#nav
{
	padding: 10px 10px 0px 10px;
	height: 37px;
	float: right;
	font-size: 17px;
	color: #AB7F02;
}

#nav li
{
	margin: 0px;
	padding: 0px;
	list-style: none;
	float: left;
}

#nav li a
{
	display: block;
	padding: 0px 10px 14px 10px;
	margin: 0 1px 0 1px;
	color: #AB7F02;
	text-decoration: none;
	font-weight: bold;
}

#nav li a:hover, .active
{
	background-image: url(/static/img/backgrounds/menu_a_hover.gif);
	background-position: bottom;
	background-repeat: repeat-x;
	color: #AB7F02;
}


#sidebar
{
	width: 275px;
	height: 600px;
        margin: 37px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	float: left;
}


#content
{
  margin: 37px 0px 0px 290px;
	padding: 10px 0px 0px 0px;
	/*line-height: 25px;
	word-spacing: 2px;*/
	text-indent: 0px;
	min-height: 600px;
	width: 635px;
}

#content h1
{
	line-height: 20px;;
	text-transform: uppercase;
	letter-spacing: 1px;
	margin: 15px 0 3px 0;
	font-weight: bold;
	font-size: 14px;
}

#content h2
{
	font-size: 12px;
	font-weight: bold;
}

#content ul
{
	margin: 15px 0 15px 20px;
	padding: 0;
	/*border-top: 1px solid #eee;*/
}

#content li
{
	margin: 10px 0 10px 0;
	padding: 0 0 10px 15px;
	/*list-style: none;
	border-bottom: 1px solid #eee;
	background-position: top left;
	background-repeat: no-repeat;*/
}

#content a {
	color: #C69200;
	padding: 2px;
	/*text-decoration: none;*/
}

#content a:hover {
  background-color: #EBFF99;
	color: #000000;
}


#footer
{
	padding: 20px;
	text-align: center;
	font: 0.7em;
}

#footer a
{
	color: #C69200;
}


.clear {
	clear:both;
}


