@charset "utf-8";
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #EEE6B9;
	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;
}
#container {
	width: 900px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #EEDE83;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
}
#header {
	background: #fff;
	padding: 0px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
}
#leftContent {
	float: left;
	margin: 20px;
}
#mainContent {
	border-left: solid 1px #aaa;
	float:right;
	width:620px;
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #FFFFFF;
}
#mainContent p {
	font-family:Tahoma, Geneva, sans-serif;
	color: #555;
	font-size: 0.8em;
	line-height: 1.8em;
	margin: 1em 0 1em 0;
}
.centerp {
	font-family:Tahoma, Geneva, sans-serif;
	color: #555;
	font-size: 0.8em;
	line-height: 1.8em;
	margin: 1em 0 1em 0;
	text-align: center;	
}







#contactInfo {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 0.8em;
	line-height: 1.5em;
	color: #542C05;
	padding-bottom: 20px;
}
#contactInfo a {
	text-decoration:none;
}
#contactInfo a:hover {
	text-decoration: underline;
}


#contactInfo a {
	color: #542C05;
}
h1 {
	font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
	text-align:right;
	padding: 0 20px 0 0;
	color: #051139;
	margin: 1em 0 2em 0;
}
h2 {
	font: bold 14px copperplate, verdana, helvetica, sans-serif;
	color: #544805;
	border-bottom: 1px solid #ccc;
	margin: 4em 0 0 0;
}
h3 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 0.8em;
	color:#444;
	margin: 0;
}
.imageRight {
	float:right;
	margin: 10px 0 0 10px;
}
#nav-side {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 0.8em;
	width: 180px;
}
#nav-side ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
#nav-side li {
	height: 3em; /*line height*/
}
#nav-side li a {
	text-decoration: none;
	display: block;
	color: #542C05; /*Button Text Color*/
}
#nav-side a:visited {
	text-decoration: none;
	display: block;
	color: #542C05;
	font-weight: normal;
}
#nav-side a:hover {
	text-decoration: none;
	display: block;
	border-bottom: solid 1px;
}
#nav-side li a.currentPage, #nav-side li a.currentPage:hover, #nav-side li a.currentPage:active {
	text-decoration: none;
	display: block;
	border-bottom: solid 1px;
	cursor: default;
}
.listindent {
	margin-left: 20px;
}
#footer {
	padding: 0; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#B47131;
	text-align:center;
}
#footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 2px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-family:Arial, Helvetica, sans-serif;
	color:#fff;
	font-size: 0.8em;
	line-height: 1.8em;
}
#footer a {
	color: #eee;
}
.clearFloat {
	font-size: 1px;
	line-height: 0px;
	clear: both;
	height: 0px;
}
#myAudioBar {
	padding-right: 40px;
	padding-left: 40px;	
}
