body {
	background: #fff url(images/page-bkg.jpg) repeat-x;
	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: 11px;
	line-height: 1.5em;
	}
	
h1 {
	font-size: 18px;
	font-weight: bold;
	}
h2 {
	font-size: 16px;
	font-weight: bold;
	}
	
ul#list li {
	list-style-type: none;
	list-style-position: outside;
	list-style-image: url(images/arrow.gif);
	margin-bottom: 5px;
}	

address {
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: normal;
	color: #fff;
    }

	address a:link, address a:visited, address a:hover {
	text-decoration: underline;
	}
	
a:link {
	color: #cc0000;
}
a:visited {
	color: #cc0000;
}
/* All links must inclde some type of hover interactivity */
a:hover {
	color: #990000;
}
a:active {
	color: #cc3333;
}

/* ----------------- PAGE LAYOUT ELEMENTS ----------------- */

div#container {
	width: 990px;
	margin: 0px auto;
	background: url(images/container-bkg.jpg) repeat-y;
}

div#audio {
}

div#logo {
	height: 100px;
}

div#header {
	position: relative;
	height: 280px;
}

div#flash {
	position: absolute;
	left: 200px;
	top: 100px;
	width: 790px;
	height: 180px;
}	

div#content {
	width: 760px;
	float: right;
	padding: 10px;
	border-right: 1px solid #cc0000;
}

div#sidebar {
	width: 180px;
	padding: 10px;	
	float: left;
	background-color: #990000;
}
	div#sidebar a:link, div#sidebar a:visited {
	color: #fff;
	text-decoration: none;
	}
	div#sidebar a:hover {
	text-decoration: underline;
	}

div#footer {
	font-size: 10px;
	background-color: #990000;
	clear: both;
	text-align: center;
	padding: 10px;
	color: #fff;
	font-weight: bold;
}
	div#footer a:link, div#footer a:visited {
	color: #fff;
	text-decoration: none;
	}
	div#footer a:hover {
	text-decoration: underline;
	}

div#copyright {
	width: 990px;
	margin: auto;
	clear: both;
	position: relative;
	font-size: 9px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: left;
	color: #cc0000;
	padding-top: 10px;
	}
	div#copyright img {
	border: none;
	}
	div#copyright a:link, div#copyright a:visited {
	color: #cc0000;
	text-decoration: none;
	}
	div#copyright a:hover {
	color: #990000;
	text-decoration: underline;
	}
div#owner {
	position: absolute;
	right: 20px;
	top: 20px;
}

/* ----------------- VERTICAL NAVIGATION ----------------- */
div#nav {
	width: 200px;
	height: 180px;
	position: absolute;
	top: 100px;
	left: 0px;
	background: #cc0000;
	}
ul#mainnav {
	background: #cc0000;
	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: 10px;
	text-decoration: none;
	text-align: center;
	font-weight: bold;
	display: block;
	width: 180px;
	padding: 10px 10px;
	margin: 0px;
	border-bottom: 1px solid #fff;
	background: #cc0000;
	color: #fff;
	}
	ul#mainnav li a:hover {
	background: #cc3333;
	}
	ul#mainnav li a.current:link, ul#mainnav li a.current:visited {
	background: #990000;
	}





/* ----------------- 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#columns {
	width: 200px;
	float: left;
 
}
p.clearboth {
	clear: left;
	padding-top: 10px;
	}
p.centered {
text-align: center
	}

.text {
text-align: center;
}

div#video1 {
	width: 640px;
	height: 385px;
	margin: 0px auto;
	padding: 10px 0px 20px 0px;
	border: 0px solid #cc0000;
}

