body{
		margin:0px;
		padding:0px;
		background:url(../images/bg.gif);
		font-family:'Lucida Grande', Arial, Serif;
		font-size:12px;
	/*	text-align:center;  */

	}
	
h1,h2,h3,h4,h5 { font-family: Georgia, "Times New Roman", Times, serif; }
	
/* Styles for the 'wrapper' div (the main containing element) */
#wrapper{
		width: 876px;
		border: 3px solid #eec267;
		margin: 9px auto;
		overflow: hidden;
		background: #fff url(../images/bg.menu.gif) repeat-y left;
		}
	
/***\
| A | Sidebar
\***/

#sidebar { width: 216px; overflow: hidden; float: left; border-right: 3px solid #adadad; }
#sidebar h3 { line-height: 27px; background: #336600; border-bottom: 6px solid #9cba6e; color: #fff; padding-left: 10px; font-weight: normal; font-size: 1.5em; }

/* Main-Menu Position Styles (for actual menu styles, look at menu.css */
#menu { overflow: hidden; }
#categories1 { overflow: hidden; }

/* Events */
.events li { border-bottom: 3px solid #f6f6f4; line-height: 1.3em; padding: 4px 10px; font-size: 1.1em; color: #393939; }
.events li a { display: block; color: #7b7b24; } .events li a:hover { color: #336600; }



/***\
| B | Main (Left) Content
\***/

#content { float: right; width: 657px; }
#content h1 { color: #333; font-size: 21px; text-align: center; font-weight: normal; margin-top: 15px; }
#content h2 { color: #336600; font-size: 18px; margin: 0px 5px; padding: 15px 5px; background: url(../images/bg.h2.gif) repeat-x bottom; }
#content h3 { color: #336600; font-size: 15px; text-align: center; }
#content h4 { color: #000; font-size: 14px; font-weight: normal; font-family: Georgia, "Times New Roman", Times, serif; }
#content blockquote { color: #666; font-size: 1.2em; text-align: center; padding: 10px 50px; line-height: 1.3em; }

#content a { color: #00321d; } #content a:hover { color: #034629; }

#content ul, #content p { padding: 10px; margin-left: 10px; font-size: 1.1em; line-height: 1.3em; color: #222; }
#content strong { color: #000; }

#content #submenu {  background:url(../images/bg.submenu.gif) repeat-x; height: 31px; width: 100%; text-align: right; line-height: 31px; }
#content #submenu a { color: #333; margin-right: 15px; font-weight: bold; text-decoration: none; font-size: 1.1em; } #content #submenu a:hover { text-decoration: underline; }

#leftfloat {
  float:left;
} 


#footer { display: block; clear:both; background:url(../images/bg.submenu.gif) repeat-x; color: #777; line-height: 31px; text-align: center; border-top: 1px solid #adadad; }.left {
	float: left;
	height: auto;
	width: auto;
}
.leftsp {
	padding: 10px;
	float: left;
}
#rightspace {
	padding: 10px;
	float: right;
}
.leftspacing {
	padding: 10px;
	float: left;
}
.rightspacing {
	padding: 10px;
	float: right;
}
