body {
	background-color: #f4e4c8;
	margin: 10px;
	padding: 10px;
	text-align: center;
}

p, h1, h2, h3, h4, h5, a, ul, li, ol, dl, dt, dd, address {
	font: 12px "Times New Roman", Times, serif;
	text-align: left; 
}

address {
	font-style: normal;
}

dt {
	font-weight: bold;
	color: #01006D;
	margin: 10px 20px 5px 20px;
} 

dd {
	list-style: none;
	margin: 5px 30px 10px 30px;
} 

h1 {
	font-size: 16px;
	font-weight: bold;
	border-bottom: dotted 1px;
	color: #720802;
}

h2 {
	font-size: 14px;
	font-weight: bold;
	color: #b99e71;
	margin-bottom: 0;
	padding-bottom: 0;
}

h3 {
	color: #720802;
	margin-bottom: -3px;
	padding-bottom: 0;
	font-weight: bold;
	font-size: 16px;
}

h4 {
	color: #b99e71;
	margin-bottom: -3px;
	padding-bottom: 0;
	font-weight: bold;
	font-size: 13px;
}

a:link, a:visited {
	color: #720802;
}

a:hover, a:active {
	text-decoration: none;
}


/* ----------------- PAGE LAYOUT ELEMENTS ----------------- */
div#audio {
     width: 960px;
     margin: 0 auto 0 auto;
     text-align: right;
}

	div#audio a, div#audio img {
		text-align: right;
	}

div#container {
     width: 960px;
     margin: 0 auto 0 auto;
     background: url("images/bg-container.gif") repeat-y #FFF;
}

	div#header {
	}

	div#navcontainer {
		float: left;
		text-align: left;
		width: 130px;
	}
	
	div#content {
	            margin: 10px;
				width: 800px;
				float: right;
                 }
				 
		div#content p {
			line-height: 18px;
			color: #5b4620;
		}
		
		div#content ul li {
			color: #5b4620;
			margin-bottom: 5px;
		}
		
		div#content a {
			font-size: 11px;
		}
	
	div#footer {
		text-align: center;
		clear: both;
		height: 28px;
		background-color: #720802;
	}
	
		div#owner {
			float: right;
			width: 101px;
		}
			  
	div#contact {
		background: url("images/bg-contact.gif") no-repeat;
		height: 59px;
		clear: both;
	}
	
		div#contact address {
			font-size: 11px;
			text-align: left;
			color: #990000;
			margin: 0;
			padding: 5px;
			line-height: 16px;
		}
		
			div#contact a {
				font-size: 11px;
				color: #990000;
			}

div#copyright {
position:relative;
width: 960px;
margin: 0 auto;
padding: 5px 0 0 0;
font: normal 9px "Times New Roman", Times, serif;
color: #990000;
text-align: right;
}

	div#copyright a:link, div#copyright a:visited {
	color: #990000;
	font: normal 9px "Times New Roman", Times, serif;
	text-decoration: none;}
	
	div#copyright a:hover, div#copyright a:active {
	color: #990000;
	font: normal 9px "Times New Roman", Times, serif;
	text-decoration: underline;}
	
	.ypimg {
	position:absolute;
	top:2px;
	left:0px;
	background-color: #FFF;
	padding: 3px;
	}

/* ----------------- IMAGE ELEMENTS ----------------- */

img.left {
	float: left;
	margin: 0 10px 10px 0;
}
img.right {
	float: right;
	margin: 0 0 10px 10px;
}
.clear {
	clear: both;
}
.clearleft {
	clear: left;
}
.clearcentered {
	clear: both;	
	text-align: center;
	margin: 0 auto 0 auto;
}
.centered {
	text-align: center;
	margin: 0 auto 0 auto;
}


/* ----------------- MAIN NAVIGATION ----------------- */

ul#mainnav {
	margin: 10px 0 0 0;
	padding: 0px;
	width: 120px;
}


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: 11px;
	font-weight: bold;
	color: #FFF;
	text-decoration: none;
	display: block;
	width: 110px;
	padding: 3px 5px 10px 5px;
	background: url("images/nav-off.gif") no-repeat;
	color: #990000;
}

ul#mainnav li a:hover, ul#mainnav li a.current:link, ul#mainnav a.current:visited {
	background: url("images/nav-on.gif") no-repeat;
}

/* ------------------------- FOOTER NAVIGATION ----------------------------- */
ul#footnav {
	margin: 0;
	padding: 0 0 24px;
	width: auto;}

ul#footnav li {
	float: left;
	list-style: none;
}

ul#footnav li a:link, ul#footnav li a:visited, ul#footnav li a:active {
	color: #FFF;
	display: block;
	padding: 4px;
	font-size: 11px;
}

ul#footnav li a:hover, ul#footnav li a.current:link, ul#footnav li a.current:visited {
	text-decoration: none;
}

/* ------------------------- AUDIO PG ----------------------------- */

body#audiopg {
	margin: 0;
	padding: 0;
	background-color: #E7CB9B;
}

	body#audiopg a {
		text-align: center;
		margin: 0 auto 0 auto;
		font-size: 11px;
		font-weight: bold;
		color: #990000;
	}

/* ------------------------- LISTS ----------------------------- */

div#lists {
	width: 500px;
	float: left;
}

	div#listleft {
		float: left;
		width: 230px;
	}
	
		div#listleft h3, div#listleft p, div#listright h3, div#listright p {
			text-align: center;
			margin: 10px auto 10px auto;
		}
		
		div#listleft p, div#listright p {
			font-size: 12px;
		}
	
	div#listright {
		float: right;
		width: 230px;
	}
	
table {
	text-align: left;
	width: 700px;
	font: 12px "Times New Roman", Times, serif;
}

table td {
	padding-bottom: 3px;
}




.boldred {
	color: #990000;
	font-style: italic;
}
