body {
	background-color: #5C6688;
	margin: 10px;
	padding: 10px;
	text-align: center;
}

p, h1, h2, h3, h4, h5, a, ul, li, ol, dl, dt, dd, address {
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	text-align: left; 
}

address {
	font-style: normal;
}

dt {
	font: bold 12px Verdana, Arial, Helvetica, sans-serif;
	color: #01006D;
	margin: 10px 20px 5px 20px;
} 

dd {
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	list-style: none;
	margin: 5px 30px 10px 30px;
} 

h1 {
	font-size: 16px;
	font-weight: bold;
	border-bottom: dotted 1px;
	color: #08064F;
}

h2 {
	font-weight: bold;
	font-size: 14px;
	margin-bottom: 5px;
	padding-bottom: 0;
}

h3 {
	font-weight: bold;
	font-size: 14px;
	margin-bottom: -5px;
	padding-bottom: 0;
	color: #08064F;
}

a:link, a:visited {
	color: #08064F;
}

a:hover, a:active {
	text-decoration: none;
}


/* ----------------- PAGE LAYOUT ELEMENTS ----------------- */

div#container {
     width: 770px;
     margin: 0 auto 0 auto;
	 background-color: #FFF;
}

	div#header {
		background: url(images/header.gif) no-repeat;
		height: 161px;
	}
	
		div#owneraudio {
	width: 300px;
	float: left;
	position: relative;
	left: 0px;
	top: -10px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
		}
		
			div#owneraudio p {
	color: #D8CFE6;
	margin: 0;
	padding: 0;
	font-size: 11px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
			}
			
			div#owneraudio a:link, div#owneraudio a:visited {
	color: #D8CFE6;
	font-size: 11px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
			}
			
			div#owneraudio a:hover, div#owneraudio a:active {
	text-decoration: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
			}
			
		div#flash {
			float: right;
		}
		
	div#navcontainer {
		height: 29px;
		background: url(images/navbg.jpg) no-repeat;
	}

	div#content {
	}
	
		div#margin {
			margin: 10px;
			padding: 0;
		}

	div#footer {
		height: 26px;
		background: url(images/navbg.jpg) no-repeat;
		text-align: center;
		clear: both;
	}
	
		 div#footer p {
		 	font-size: 11px;
			text-align: center;
			margin: 0 auto 0 auto;
			padding: 0;
			position: relative;
			top: 7px;
			left: 0;
			color: #D8CFE6;
		 }
	
			  div#footer a:link, div#footer a:visited {
			  	font-size: 11px;
				margin: 0 10px 0 10px;
				color: #D8CFE6;
			  }
	
			  div#footer a:hover, div#footer a:active {
				   text-decoration: none;
			  }
			  
	div#contactinfo {
		background: url(images/contactbg.gif) repeat-x;
		height: 40px;
		clear: both;
	}
	
		div#contactinfo address {
			text-align: center;
			font-weight: bold;
			font-size: 11px;
			padding: 0;
			margin: 0;
			position: relative;
			top: 10px;
			left: 0;
			color: #D8CFE6;
			width: 770px;
		}

div#imv_copyright, div#imv_copyright a {
	font: 9px Verdana, Arial, Helvetica, sans-serif;
	color: #FFF;
}

/* ----------------- IMAGE ELEMENTS ----------------- */

img.left {
	float: left;
	margin: 0 10px 10px 0;
}
img.right {
	float: right;
	margin: 0 0 10px 10px;
}
.clear {
	clear: both;
}
.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: 0px;
	padding: 0px 0px 24px;
	width: auto;
}

ul#mainnav li {
	float: left;
	height: 27px;
	border-right: solid 1px;
	list-style: none;
}

ul#mainnav li a:link, ul#mainnav li a:visited, ul#mainnav li a:active {
	color: #FFF;
	text-decoration: none;
	display: block;
	padding: 6px 9px;
	font: bold 11px Tahoma, Verdana, Arial, Helvetica, sans-serif;
	text-transform: uppercase;
}

ul#mainnav li a:hover, ul#mainnav li a.current:link, ul#mainnav li a.current:visited {
	background: url(images/navbgon.jpg) no-repeat;
}

/* ------------------------- AUDIO PG ----------------------------- */

body#audiopg {
	margin: 0;
	padding: 0;
}

	body#audiopg a {
		color: #FFF;
		text-align: center;
		margin: 0 auto 0 auto;
	}
	
/* ------------------------- LISTS ----------------------------- */

div#lists {
	width: 500px;
	float: left;
}

	div#listleft {
		float: left;
		width: 200px;
	}
	
	div#listright {
		float: right;
		width: 200px;
	}
