	@charset "utf-8";

.header {
	background: url(../images/header.png) no-repeat center bottom /* #663300 no-repeat center bottom*/;
	height: 150px;
	width: 760px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
}

body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #333 url(/images/swirl_bg.png);
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
.oneColElsCtr #container {
	width: 760px;
	background:  url(../images/bg_bar.jpg);
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
}


.oneColElsCtr #picbloc img{
border:none;
height:135;
}

.innerwrapper{
/*	background:url(../images/bg_bar.jpg) repeat-y);*/
}

/* navigation */
.navigation {
/*	background: #EAE7DF url(../images/nav.gif) repeat-x; height: 41px; */
	border: 4px solid #000;
	background:url(../images/banana_creme.gif);
height:30px;
}


.navigation .current_page_item a {color: #331;}


/* beginning of suckerfish CSS */

#nav, #nav ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 30px;
	width: 760px;
}

#nav a {
	display: block;
	font: bold 12px Tahoma,sans-serif;
	line-height:30px;
	color: #40371F;
	text-align: center;
	text-decoration: none;
}

#nav li { /* all list items */
	float: left;
	display: block;
	margin:0;
	background:url(../images/banana_creme.gif);
	width: 8em ;/* width needed or else Opera goes nuts */
	border-right: 1px solid #000;
	height:30px;
}

#nav li ul { /* second-level lists */
	position: relative;
	background:url(../images/banana_creme.gif);
	width: 8em;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
}

#nav li ul ul { /* third-and-above-level lists */
	margin: -1em 0 0 10em;
}

#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul {
	left: -999em;
}

#nav li:hover a{
	color: #FCE5B9;
	background: url(../images/peppercorn.gif);

}

#nav li:hover li:hover a{
	color: #FCE5B9;
	background: url(../images/storm_cloud.gif);

}

#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul { /* lists nested under hovered list items */
	left:0;

}

/* end of suckerfish CSS */


/* bottom */
.main {
	text-align:left;
	padding: 14px 20px;
	color:#40371F;
}

.style1 {font-size: smaller}




/* footer */
.footer {
	background:url(../images/big_bottom_b.png) no-repeat center top;
	height:110px;
	color: #EED;
	text-align:right;
	font-size:10px;
	vertical-align: bottom;
	width: 760px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
}
.footer a {color: #EED}

.footertext{
padding-right:30px;
}
