/* BASIC */
body {
	font-size: 62.5%;
	font-family: "Gill Sans MT", Verdana, Geneva, Lucida, Arial, Helvetica, sans-serif;
	margin: 20px;
}
h2 {font-family: "Lucida Handwriting", "Apple Chancery", "Zapf Chancery", cursive 
}
h3 {font-family: "Lucida Handwriting", "Apple Chancery", "Zapf Chancery", cursive 
}
h1, h2, h3, p, br, ul {
	padding: 0;
	margin: 0;
}
/* WRAPPER: wraps entire contents of page */
#wrapper {
	border: solid 1px black;
	background-image: url(images/bg3.jpg);
	background-repeat: no-repeat;
	background-attachment: fixed;
}
/* CONTENTWRAPPER: wraps entire contents of page except banner and mainNav */
#contentWrapper {
	position: relative;
	clear: both;
	width: 100%;
}
/* BANNER */
#banner {
	position: relative;
}
#banner h1 {
	font-family: "Gill Sans MT", Verdana, Geneva, Lucida, Arial, Helvetica, sans-serif;
	font-size: 4em;
	font-weight: normal;
	color: #000000; /* black */
	margin-left: 20px;
	padding: 15px 0 15px 0;
	position: relative; /* jumping logo fix for IE */
}

/* NAV BAR */
#mainNav ul {
	margin: 0;
	padding: 0;
	list-style: none;
	font-size: 1em;
	background: url(images/bg_nav.png) repeat-x left top;
	float: left;
	border-bottom: 1px solid #000;
	width: 100%;
}
#mainNav li {
	float: left;
	padding: 0;
	margin: 0;
}
#mainNav li a, #mainNav li a:link {
	color: #000000;
	text-decoration: none;
	padding: .5em 1em;
	border-right: 1px solid #000;
	display: block;
	font: bold 1em "Lucida Grande", Verdana, Geneva, Lucida, Arial, Helvetica, sans-serif;
}
#mainNav li a:hover {
	background: url(images/bg_nav_h.png);
}
/* IE 6 hack to make entire button clickable */
* html #mainNav a { width: 1px; }

/* MAIN CONTENT */
#main {
	margin-left: 200px;
	margin-right: 200px;
	padding: 15px 15px 15px 20px;
	border: 1px solid #666666;
	border-top: none;
	border-bottom: none;
}
#main h1 {
	font-size: 2.8em;
	font-weight: normal;
	border-bottom: 1px solid #106A9B;
	margin-bottom: 5px;
	color: #09727e;
}
#main h2 {
	text-align: center;
	font-size: 2em;
	font-weight: bold;
	margin-bottom: 5px;
	color: #000000;
}
#main h3 {
	font-size: 2em;
	margin-bottom: 3px;
	color: #000000;
}
#main p, ul, br {
	font-size: 1.7em;
	margin-bottom: 10px;
}
#main blockquote {
	font-size: 2.0em;
	margin-bottom: 5px;
	color: a9a9a9;
}
#main img {
	padding: 15px 15px 10px 0px;	
}
/* SIDEBAR */
#sidebar {
	position: absolute;
	top: 15px;
	left: 10px;
	width: 180px;
}
#sidebar ul {
	list-style-type: none;
}
#sidebar p {
	margin-right: 5px;
	margin-bottom: 10px;
	margin-left: 5px;
}
#sidebar li {
	font-style: italic;
	font-size: 1.3em;
	margin-top: 50px;
	color: #808080;
}
/* ADVERTISING */
#adverts {
	position: absolute;
	top: 15px;
	right: 10px;
	width: 180px;
}
#adverts ul {
	list-style-type: none;
	text-align: center;
	padding: 40px 0px 0px 0px;
}
#adverts li {
	padding: 0px 0px 40px 0px;
}
#adverts p {
	margin-bottom: 15px;
	text-align: center;
	position: absolute;
	top: 15px;
	right: 5px;
	width: 160px;
}
/* COPYRIGHT INFO */
#copyright {
	clear: both;
	padding: 5px;
	border-top: 1px solid #000;
	background-color: #e6e6fa;
	font-weight: bold;
	color: #000000; 
}