body {
	background: url(images/bg-site.gif) repeat;
	margin: 0px;
	padding: 0px;
	text-align: center;
}
p, h1, h2, h3, h4, h5, a, ul, li, lo, address, td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: left;
}
p, div#content li {
	font-size: 0.8em;
	line-height: 1.4em;
}
h1 {
	font: italic bold 1.2em Georgia, "Times New Roman", Times, serif;
	}
h2 {
	font: italic bold 1.1em Georgia, "Times New Roman", Times, serif;
}
h3 {
	font-size: 0.9em;
	font-weight: bold;
	clear: left;
	border-bottom: 1px solid #CDB563;
	color: #694F2C;
}
h4 {
	font: italic normal 1em Georgia, "Times New Roman", Times, serif;
}



address {

	font-size: .7ems;
	font: normal 0.8em/1.2em Verdana, Arial, Helvetica, sans-serif;
	padding-top: 10px;
	padding-bottom: 10px;
	border-top: 1px solid #CDB563;
	border-bottom: 1px solid #CDB563;
	clear: both;
    }
	address img {
	clear: right;
	float: right;
	margin-top: 10px;
}

a:link {
	color: #000;
}
a:visited {
	color: #333;
}
a:hover {
     font-weight: bold;
}
a:active {
}
iframe {
	margin-top: -10px;
}
/* ----------------- PAGE LAYOUT ELEMENTS ----------------- */

div#container {
	width: 990px;
	margin: 5px auto 0px;
	background: #FFFFFF url(images/bg-container.gif) repeat-y;
	border: 1px solid #E2E2E2;
}

div#audio {
	position: absolute;
	left: 868px;
	top: 10px;
}

div#logo {
	height: 163px;
	position: relative;
	background: url(images/logo.gif);
	}
	div#logo p {
	font-size: 11px;
	color: #fff;
	position: absolute;
	left: 650px;
	top: 122px;
	text-align: center;
	}

div#header {
	background: url(images/header.jpg) no-repeat;
	height: 200px;
	position: relative;
	}
	div#header img {
	position: absolute;
	border: none;
	left: 710px;
	top: 11px;
	}
	
div#flash {
	position: absolute;
	left: 228px;
	top: 46px;
}	

div#content {
	float: left;
	padding-left: 25px;
	width: 690px;
	padding-bottom: 15px;
	margin-right: 30px;
	}
	div#content li {
	list-style: url(images/bullet1.gif);
	margin-bottom: 5px;
	}	


div#footer {
	clear: both;
	background: url(images/footer.gif) no-repeat;
	height: 24px;
}

div#owner {
	width: 960px;
	margin: 0px auto;
	clear: both;
	}
	div#owner img {
	float: left;
	border: none;
	}
	
div#copyright {
	font-size: 9px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: left;
	width: 970px;
	margin: 10px auto 0px;
	padding: 10px;
	}
	div#copyright img {
	border: none;
	}
	div#copyright a:link, div#copyright a:visited {
	color: #333333;
	text-decoration: none;
	}
	div#copyright a:hover {
	text-decoration: underline;
	}
	
/* ----------------- MAIN NAVIGATION ----------------- */
div#nav {
	width: 170px;
	float: left;
	}
	ul#mainnav {
	margin: 0px;
	padding: 0px;
	width: 160px;
	}
	ul#mainnav li {
	display: inline; 
	list-style: none;
	}
	ul#mainnav li a:link, ul#mainnav li a:visited, ul#mainnav li a:active {
	font-size: 12px;
	color: #000000;
	text-decoration: none;
	display: block;
	width: 200px;
	border-bottom: 1px dotted #CCBA64;
	padding: 3px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background: url(images/bullet1.gif) no-repeat left center;
	text-indent: 15px;
	}
	ul#mainnav li a:hover, ul#mainnav li a.current:link, ul#mainnav a.current:visited {
	background: url(images/bullet2.gif) no-repeat left center;
	font-weight: bold;
	text-indent: 15px;
	font-size: 13px;
	}	



/* ---------------------------- UTILITY NAVIGATION ----------------------------  */
div#utility {
	width: 970px;
	margin: 0px auto;
	}
	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: 2px 10px;
	margin: 0px;
	border-left: 1px solid #C0C0C0;
	color: #666666;
	}
	ul#utilitynav li a:hover, ul#utilitynav li a.current:visited {
	text-decoration: underline;
	color: #000000;
	}


/* ----------------- CUSTOM CLASSES ----------------- */

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: 5px 0px 15px 15px;
	border: 1px solid #CDB563;
}
p.clear {
	clear: both;
}
p.clearleft {
	clear: left;
}

div.list {
	float: left;
	width: 130px;
	margin-right: 10px;
}


/* ----------- COLUMNS --------*/

div.column {
	float: left;
	width: 330px;
}
div.column2 {
	float: right;
	width: 320px;
	padding-left: 10px;
}
div.column img, div.column2 img {
	padding: 5px;
	background: white;
	margin: 0px 10px 5px 0px;
	border: 1px solid #CDB563;
}
div.column p, div.column2 p {
	clear: left;
}



/* Removes the bullet. */
ul.gallery {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
/* ----------- PHOTO GALLERY --------*/

/* Float images to the left. Sets margins for photos and font style for captions. */
ul.gallery li {
	float: left;
	margin-right: 5px;
	color: #333333;
	text-align: center;
	padding-right: 5px;
	list-style: url(none) none;
	font-size: 11px;
	border-style: none;
}
/* Forces captions to display below photos. */
ul.gallery img {
	display: block;
	text-align: center;
	margin-bottom: 0px;
	margin-right: 5px;
	margin-top: 10px;
	background: #FFFFFF;
	padding: 3px;
	border: 1px solid #CDB563;
	list-style: none;
}
ul.gallery    li   p  {
	font-weight: bold;
	float: left;
	font-size: 11px;
	text-align: center;
	margin: 0px auto;
	width: 100px;
}
