body {
	background-color: #21205f;
	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: 12px;
	line-height: 1.2ems;
}
h1 {
	font-size: 20px;
	font-weight: bold;
	color: #21205f;
	}
h2 {
	font-size: bold 16px;
	}
address {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #21205f;
	font-style: normal;
	background-color: #fff;
	padding: 15px;
	margin-bottom: 20px;
	margin-top: 20px;
	border-left: 10px #21205F solid;
    }
a:link {
}
a:visited {
}
/* All links must inclde some type of hover interactivity */
a:hover {
     text-decoration: underline;
}
a:active {
}

/* ----------------- PAGE LAYOUT ELEMENTS ----------------- */

div#container {
	width: 990px;
	margin: 0px auto;
	background-image: url(images/content-ul.jpg);
	background-repeat: repeat-x;
	background-color: #ffffff;
}

div#audio {
	width: 231px;
	height: 40px;
	text-align: left;
	background: #fff;
	margin-top: 10px;
	margin-bottom: 20px;
	color: #000066;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: center;
	padding-top: 5px;
	border-top: 1px dotted #cc3433;
	border-bottom: 1px dotted #cc3433;
}

div#layer {
	margin-top: 10px;
}

div#header {
	width: 990px;
	height: 120px;
	background-color: #fff;
	margin: auto;
}

div#divider {
	height: 32px;
	background-image: url(images/divider-bg.jpg);
	background-repeat: repeat-x;
	color: #e8d719;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	padding: 5px;
}

div#flash {
	float: left;
}	

div#content {
	width: 715px;
	float: left;
	clear: none;
	padding: 20px;
	text-align: left;
}
ul#leftlist  {
	float: left;
	width: 150px;
	line-height: 1.2em;
	margin-left: 0px;
	margin-right: 0px;
}
p#clear  {
	clear: left;
	padding-top: 10px;
}
div#body {
	clear: both;
	}
div#photos {
	width: 300px;
	float: right;
	clear: none;
	margin-left: 20px;
	margin-right: 10px;
}

div#footer {
	width: 990px;
	background-color: #fff;
	clear: both;
	padding-top: 10px;
	border-top: 1px dotted #cc3433;
}
div#bottom {
	margin: auto;
	float: none;
	width: 990px;
	height: 11px;
	background-image: url(images/body-bottom.jpg);
	background-repeat: none;
}	
div#owner {
	width: 100px;
	border: 1px dotted #cc3433;
	background-color: #CCCCCC;
	text-align: center;
	float: left;
	clear: none;
	margin-left: 35px;
	margin-bottom: 20px;
	font-size: 11px;
	padding: 10px;
	position: relative;
	top: -50px;
}
div#owner a:link, div#owner a:visited, div#owner a:active {
	color: #21205f;
	text-decoration: none;
	}
div#owner a:hover {
	color: #cc3433;
	text-decoration: underline;
	}
div#copyright {
	text-align: right;
	padding-right: 35px;
	font-size: 9px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	}
	div#copyright img {
	border: none;
	}
	div#copyright a:link, div#copyright a:visited {
	color: #10409F;
	text-decoration: none;
	}
	div#copyright a:hover {
	text-decoration: underline;
	}
	
/* ----------------- VERTICAL NAVIGATION ----------------- */
div#nav {
	width: 231px;
	float: right;
	clear: none;
	background: url(images/nav-ul.jpg);
	background-repeat: no-repeat;
	background-color: #cbd9ef;
	padding-top: 20px;
	margin-bottom: 20px;
	}
	ul#mainnav {
	margin: 0;
	padding: 0;
	list-style: none;
	text-align: left;
	}
	ul#mainnav li {
	display: inline; 
	list-style: none;
	font-size: 11px;
	}
	ul#mainnav li a:link, ul#mainnav li a:visited, ul#mainnav li a:active {
	height: 18px;
	color: #21205f;
	background-image: url(images/buttonbackground-3states.jpg);
	background-repeat: repeat-x;
	text-decoration: none;
	padding: 7px 5px;
	display: block;
	border-left: 10px solid #cbd9ef;
	}
	ul#mainnav li a:hover, ul#mainnav li a.current:link, ul#mainnav a.current:visited {
	color: #cc3433;
	font-weight: bold;
	background-image: url(images/buttonbackground-3states.jpg);
	background-repeat: repeat-x;
	background-position: left -32px;
	border-left: 10px solid #21205f;
}	

/* ----------------- Utility Nav ----------------- */

div#utilitynav {
	margin: auto;
	width: 990px;
	float: none;
	clear: both;
	background-color: #cbd9ef;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-top: 30px;
	font-size: 11px;
	border-top: 1px dotted #cc3433;
	}

div#utilitynav a:link, ul#utilitynav a:active {
	color: #21205f;
	text-decoration: none;
	}

div#utilitynav a:hover {
	color: #cc3433;
	text-decoration: underline;
	}


/* ----------------- 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 {
}
div#coupon{
	margin-left:-50px;
}
