/* CSS By Jason Bobich */

body {
	margin: 0px;
	padding: 0px;
        padding-bottom: 10px;
	background-color: #fef6e4;
	text-align: center;
	background: #fef6e4 url(images/main-bg.png) top center no-repeat;
	font-family: Tahoma, Helvetica, sans-serif;
}

a {
	color: #006600;
}

h1 {
	font-size: 15px;
	font-weight: bold;
	color: #006600;
	margin-bottom: 2px;
	margin-top: 0px; 
}

h2 {
	font-size: 13px;
	font-weight: bold;
	color: #006600;
	margin-bottom: 0px;
	margin-top: 15px; 
}

#wrapper {
	margin: auto;
}

#header {
	height: 108px;
	width: 900px;
	margin: auto;
	text-align: left;
}

#header img {
	margin-top: 21px;
	margin-left: 406px;
}

/* Main Navigation for Page Header (start) */

#menu-wrapper {
	height: 30px;
	width: 900px;
	margin: auto;
}

#menu ul {
	margin:0;
	padding: 0;
	list-style: none;
}

#menu li {
	position: relative;
	top: 0px;
	float: left;
	background: none;
	margin: 0;
	padding: 0;
}

#menu,
#menu a {
	font-family: Tahoma, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	float:left;
	display: block;
	height: 30px;
	line-height: 30px;
	padding: 0 15px;
	color: #fff;
	text-decoration: none;
}

#menu a:hover {
	line-height: 30px;
	color: #fff;
	background: url(images/menu-hover.png) top repeat-x;
}

/* Main Navigation for Page Header (END) */

#header-divider {
	background: url(images/header-divider.png) no-repeat;
	width: 900px;
	height: 26px;
	margin: auto;
}

#page-wrapper {
	width:900px;
    background: url(images/main-content-body.png) center repeat-y;
	margin: auto;
}

#content {
	float: left;
	width: 550px;
	padding-left: 10px;
	padding-right: 5px;
	padding-top: 0px;
	padding-bottom: 20px;
	text-align: left;
	font-size: 12px;
}

#content a {
	color: #006600;
}

.content-divider {
	background: #fff url(images/content-divider.png) center no-repeat;
	height: 3px;
	margin-top: 10px;
	margin-bottom: 10px;
}

#right {
	float: left;
	width: 301px;
	padding-left: 17px;
	padding-right: 17px;
}

.sponsors img {
	margin: 3px;
}

.clear {
	clear:both;
}

#bottom-divider {
	height: 10px;
	width: 900px;
	background: url(images/bottom-divider.png) repeat-x;
	margin: auto;
}

#bottom-module {
	background: #fdfaf3;
	width: 870px;
	padding: 15px;
	margin: auto;
}

#bottom {
	background: url(images/page-bottom.png) no-repeat;
	width: 900px;
	height: 57px;
	margin: auto;
}

#quick-links {
	text-align: left;
	margin: auto;
	padding: 30px;
	width: 800px;
}

#quick-links a {
	color: #000;
	text-decoration: none;
}

#quick-links a:hover {
	text-decoration: underline;
}

#quick-links div {
	float: left;
	margin: auto;
	padding: 15px;
	font-size: 10px;
	font-weight: bold;
	margin: 0px;
	color: #000;
	text-align: left;
}

#quick-links h3 {
	font-size: 11px;
	font-weight: bold;
	margin: 0px;
	margin-top: 10px;
	color: #006600;
	text-align: left;
}