/*
	Author: Emil G. Purugganan, BigBear Design
			bigbeardesign.net/blog
*/

body {
	background: #77d622 url(img/bg.gif) top repeat-x;
	margin: 0;
	padding: 0;
	font: normal 0.8em/1.5em Verdana, Helvetica, sans-serif;
	color: #000;
	}

h1, h2, h3, h4, h5, h6 { 
	line-height: 1.5em;
	font-weight: bold;
	}
h1 { font-size: 2.4em }
h2 { font-size: 2.0em }
h3 { font-size: 1.4em }
h4 { font-size: 1.2em; margin: 2em 0; }
h5 { font-size: 1.1em }
h6 { font-size: 1.0em; margin: 1em 0; }

h1, h2 { margin: 0; padding: 0; }
p { margin: 0; padding: 0 0 1em 0; }
a img { border: none; }

a { color: #080; text-decoration: none;	}
a:hover { text-decoration: underline; }

.clear { clear: both; line-height: 1px; }
.hide { display: none; }
.carrot { font-size: 1.2em; font-weight: bold; }

#main-container {
	width: 772px;
	margin: 0 auto;
	}

#header {
	padding: 0 30px;
	height: 113px;
	background: white url(img/bg-header.gif) center no-repeat;
	}

#body {
	padding: 0 30px;
	background: white url(img/bg-body.gif) center repeat-y;
	}

#footer {
	background: url(img/bg-footer.gif) top center no-repeat;
	padding: 40px 0 20px 0;
	font-size: 0.8em;
	color: #060;
	text-align: center;
	}





#header h1 {
	width: 220px;
	height: 100px;
	background: url(img/logo.gif);
	float: left;
	}
#header h1 a {
	width: 220px;
	height: 100px;
	display: block;
	}
#header h2 {
	width: 470px;
	height: 110px;
	float: right;
	}

/*--- Navigation ---*/

#body #body-nav {
	width: 220px;
	float: left;
	}
#body #body-nav a {	color: #46911a }
#body #body-nav a:hover { color: #54ab1f; text-decoration: none }
#body #body-nav a.selected { color: #346a13 }

#body #body-nav #nav-top {
	min-height: 200px;
	background: url(img/nav-top.gif) top no-repeat #99e66a;
	padding-bottom: 10px;
	}
#body #body-nav #nav-bottom {
	height: 10px;
	background: url(img/nav-bottom.gif) top no-repeat;
	}
#body #body-nav #nav-top ul {
	margin: 0;
	padding: 20px 30px 0 30px;
	list-style: none;
	}
#body #body-nav #nav-top ul li {
	margin-bottom: 10px;
	}


/*--- Content ---*/

#body #body-content {
	width: 470px;
	min-height: 400px;
	_height: 400px;
	padding-top: 10px;
	float: right;
	}
#body #upcomingevent-sidebar {
	margin-bottom: 10px;
	text-align: center;
	background: #d95427;
	border-width: 2px;
	border-style: solid;
	border-top-color: #f8602d;
	border-right-color: #b44520;
	border-bottom-color: #b44520;
	border-left-color: #f8602d;
	}
#body #upcomingevent-sidebar a {
	display: block;
	padding: 10px 10px 10px 10px;
	color: #ffc3a1;
	}
#body #upcomingevent-sidebar a:hover {
	color: #ff9f72;
	}