body {	
	margin: 0px;	
	padding: 0px;	
	background-image: url(../images/inside_bg.jpg);	
	background-repeat: repeat-x;
	font-family: Arial;
}

#wrapper {
	width: 760px;
}

#header {
	height: 107px;
	margin: 1px 0px 0px 0px;
}

#nav {
	background-image: url(../images/nav_bg.jpg);
	background-repeat: repeat-x;
	height: 30px;
	font-size: 12px;
	font-weight: bold;
	padding: 0px 0px 0px 0px;
}






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

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

/*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: 8px 10px 7px 10px;
text-decoration: none;
color: #FFF;
}
	
/*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: 167px; /*width of sub menu levels*/
color: #000;
text-decoration: none;
padding: 5px 8px;
background-color: #CCC;
border-bottom: #333 solid 1px;
font-weight: normal;
}

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

.suckertreemenu ul li a:hover{
color: #000;
}
	
/* Holly Hack for IE \*/
* html .suckertreemenu ul li { float: left; height: 1%; }
* html .suckertreemenu ul li a { height: 1%; }
/* End */






#main {
}

#flash {
	height: 180px;
}

#content {
	min-height: 233px;
	background-color: #FFF;
	padding: 1px 20px 10px 20px;
	line-height: 18px;
	font-size: 12px;
}

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

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

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

h1 {
	font-family: Times;
	color: #A94F01;
	border-bottom: #777 solid 1px;
	font-weight: normal;
	padding: 0px 0px 10px 0px;
}

#footer {
	clear: both;
	color: #999;
	font-size: 11px;
	text-align: right;
	padding: 20px 0px;
	line-height: 17px;
}

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

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

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

#cms_content {
	width: 720px;
}
