body {	
	margin: 0px;	
	padding: 0px;	
	background-image: url(../images/back.jpg);	
	background-repeat: repeat-x;
	font-family: Arial;
	color: #666;
	font-size: 11px;
	background-color: #323337;
}

#wrapper {
	width: 762px;
	margin: 0 auto;
}

#header {
	height: 103px;
}

#nav {
	height: 42px;
	color: #FFF;
	font-size: 12px;
	background-image: url(../images/nav_bg.jpg);
	background-repeat: repeat-x;
	font-family: Trebuchet MS;
}




/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.suckertreemenu {
	padding: 0px 0px 0px 3px;
}

.suckertreemenu ul{
margin: 0;
padding: 0;
list-style-type: none;
padding: 13px 0px 10px 0px;
}

/*Top level list items*/
.suckertreemenu ul li{
position: relative;
display: inline;
float: left;
}

/*Top level menu link items style*/
.suckertreemenu ul li a {
display: block;
padding: 0px 10px 0px 10px;
margin: 0px 0px 0px 0px;
text-decoration: none;
color: #FFF;
}

.suckertreemenu ul li a:hover {
	color: #CCC;
}
	
/*1st sub level menu*/
.suckertreemenu ul li ul{
left: 0;
position: absolute;
top: 1em; /* no need to change, as true value set by script */
display: block;
visibility: hidden;
background-color: #CCC;
}

/*Sub level menu list items (undo style from Top level List Items)*/
.suckertreemenu ul li ul li{
display: list-item;
float: none;
background-color: #CCC;
}

/* Sub level menu links style */
.suckertreemenu ul li ul li a{
display: block;
width: 150px; /*width of sub menu levels*/
color: #000;
text-decoration: none;
padding: 3px 7px;
background-color: #CCC;
border-bottom: #333 solid 1px;
font-weight: normal;
}

.suckertreemenu ul li ul li a:hover{
display: block;
width: 150px; /*width of sub menu levels*/
color: #FFF;
text-decoration: none;
padding: 3px 7px;
background-color: #7F1300;
border-bottom: #333 solid 1px;
font-weight: normal;
}

.suckertreemenu ul li ul li ul{ 
left: 159px; /* no need to change, as true value set by script */
top: 0;
}

.suckertreemenu ul li ul li ul li a{ 
left: 159px; /* no need to change, as true value set by script */
top: 0;
background-color: #999;
}
	
/* Holly Hack for IE \*/
* html .suckertreemenu ul li { float: left; height: 1%; }
* html .suckertreemenu ul li a { height: 1%; }
/* End */




#picture {
}

#main {
	background-image: url(../images/main_bg.jpg);
	background-repeat: repeat-y;
}

#sidebar {
	background-color: #E7E3DA;
	border-right: #D1CFC3 solid 1px;
	width: 222px;
	float: left;
}

#sidebar a {
	color: #AC4701;
	text-decoration: none;
}

#sidebar a:visited {
	color: #AC4701;
	text-decoration: none;
}

#sidebar a:hover {
	color: #000;
	text-decoration: none;
}

#item {
	border-bottom: #D1CFC3 solid 1px;
	padding: 15px 5px 15px 10px;
}

#content {
	width: 519px;
	float: right;
	line-height: 17px;
	padding: 10px;
}

#content a {
	color: #AC4701;
	text-decoration: none;
}

#content a:visited {
	color: #AC4701;
	text-decoration: none;
}

#content a:hover {
	color: #000;
	text-decoration: none;
}

#footer {
	color: #CCC;
	clear: both;
	padding: 5px 0px 5px 0px;
	text-align: right;
	line-height: 16px;
}

#footer a {
	color: #CCC;
	text-decoration: none;
}

#footer a:visited {
	color: #CCC;
	text-decoration: none;
}

#footer a:hover {
	color: #FFF;
	text-decoration: none;
}

h1 {
	color: #AC4701;
	font-family: Times New Roman;
	font-weight: normal;
	font-size: 21px;
	padding: 0px 0px 8px 0px;
	border-bottom: #999 solid 1px;
}

h2 {
	color: #AC4701;
	font-family: Times New Roman;
	font-weight: normal;
	font-size: 18px;
}

.style1 {
	color: #333;
	font-family: Times New Roman;
	font-weight: normal;
	font-size: 16px;
}