body {
	background: #fff;
	margin: 0px;
	padding: 0px; 
	text-align: center; /* Used for centering pages in IE */
}
p, h1, h2, h3, h4, h5, h6, a, ul, li, dt, dd, lo, address, td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: left; 
}
/* You may use pixels or ems for text sizing. li typeface and size must match rest of content. */
p, div#content li {
	font-size: 13px;
	line-height: 1.5em;
}
h1 {
	font-size: 18px;
	font-weight: bold;
	color: #fff;
	background: #731c21;
	padding: 5px;
	}
h2 {
	color: #731c21;
	font-size: 16px;
	font-weight: bold;
	}
h3 {
	color: #731c21;
	font-size: 14px;
	font-weight: bold;
	}
address {
	font-size: 13px;
	line-height: 1.2em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: normal;
    }
a:link {
	color: #731c21;
}
a:visited {
	color: #731c21;
}
/* All links must inclde some type of hover interactivity */
a:hover {
     font-weight: bold;
}
a:active {
}

/* ----------------- PAGE LAYOUT ELEMENTS ----------------- */

div#container {
	width: 990px;
	margin: 0px auto;
	background: url(images/content-bg.gif) repeat-y;
}

div#audio {
	position: absolute;
	padding: 10px;
	background: #fff;
	border: 1px solid #731c21;
	left: 81px;
	top: 40px;
}

div#header {
	width: 990px;
	height: 358px;
	position: relative;
	background: #fff;
}

div#flash {
	position: absolute;
	left: 0px;
	top: 0px;
	height: 318px;
}	

div#content {
	width: 620px;
	float: left;
	padding: 50px;
}

div#sidebar {
	width: 202px;
	padding: 130px 25px 50px 25px;
	float: right;
	position: relative;
	background: url(images/sidebar-bkg.gif) no-repeat;
}

div#footer {
	clear: both;
}

div#pagebottom {
	width: 950px;
	height: 125px;
	margin: 15px auto 0 auto;
	padding: 20px;
	background: #731c21;
}

div#copyright {
	padding-top: 10px;
	position: relative;
	text-align: left;
	font-size: 9px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #fff;
	}
	div#copyright img {
	border: none;
	}
	div#copyright a:link, div#copyright a:visited {
	color: #fff;
	text-decoration: none;
	}
	div#copyright a:hover {
	text-decoration: underline;
	}
div#owner {
	position: absolute;
	top: 20px;
	right: 20px;
}
	
/* ----------------------------  NAVIGATION (VERTICAL) ----------------------------  */
div#nav{
	width: 990px;
	position: absolute;
	top: 316px;
	left: 0px;
}
ul#mainnav {
	float: left;
	width: 100%;
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	}
	ul#mainnav li {
	display: inline;
	float: left;
	margin: 0px auto;
	padding: 0px;
	}
	ul#mainnav li a:link, ul#mainnav li a:visited, ul#mainnav li a:active {
	font-size: 11px;
	text-decoration: none;
	text-align: center;
	display: block;
	width: auto;
	padding: 10px 15px;
	margin: 0px;
	color: #731c21;
	font-weight: bold;
	border-bottom: 5px solid #fff;
	}
	ul#mainnav li a:hover {
	color: #889479;
	border-bottom: 5px solid #889479;
	}
	ul#mainnav li a.current:link, ul#mainnav li a.current:visited {
	color: #731c21;
	border-bottom: 5px solid #731c21;
	}



/* ----------------------------  NAVIGATION (HORIZONTAL) ----------------------------  */
div#utility {
	width: 950px;
	height: 30px;
	}
	ul#utilitynav {
	float: left;
	width: 100%;
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	}
	ul#utilitynav li {
	display: inline;
	float: left;
	margin: 0px auto;
	padding: 0px;
	}
	ul#utilitynav li a:link, ul#utilitynav li a:visited, ul#utilitynav li a:active {
	font-size: 11px;
	text-decoration: none;
	text-align: center;
	display: block;
	width: auto;
	padding: 10px;
	margin: 0px;
	border-right: 1px none #ccc;
	color: #fff;
	background: #731c21;
	}
	ul#utilitynav li a:hover, ul#utilitynav li a.current:visited {
	color: #731c21;
	background: #fff;
	}



/* ----------------- CUSTOM CLASSES ----------------- */

/* Images should include some type of border. We tend to favor this one. */
img.left {
	float: left;
	padding: 5px;
	background: white;
	margin: 0px 15px 10px 0px;
	border: solid 1px #ccc;
}
img.right {
	float: right;
	padding: 5px;
	background: white;
	margin: 0px 0px 10px 15px;
	border: solid 1px #ccc;
}
div#column {
	width: 200px;
	float: left;
	padding-right: 10px;
}
p.centered, h1.centered, h2.centered, h3.centered {
	text-align: center;
	}