body {
	background-color: #6C7DD0;
	margin: 10px;
	padding: 10px;
	text-align: center;
}

p, h1, h2, h3, h4, h5, a, ul, li, ol, dl, dt, dd, address {
	font: 12px Tahoma, Verdana, Arial, Helvetica, sans-serif;
	text-align: left; 
}

address {
	font-style: normal;
}

dt {
	font: bold 12px Tahoma, Verdana, Arial, Helvetica, sans-serif;
	color: #01006D;
	margin: 10px 20px 5px 20px;
} 

dd {
	font: 12px Tahoma, Verdana, Arial, Helvetica, sans-serif;
	list-style: none;
	margin: 5px 30px 10px 30px;
} 

h1 {
	font-size: 16px;
	font-weight: bold;
	border-bottom: solid 1px;
}

h2 {
	font-size: 14px;
	font-weight: bold;
}

a:link, a:visited {
	color: #003399;
}

a:hover, a:active {
	text-decoration: none;
}


/* ----------------- PAGE LAYOUT ELEMENTS ----------------- */

div#container {
     width: 770px;
     margin: 0 auto 0 auto;
     background-color: #FFF;
}

	div#header {
		height: 153px;
		background: url("images/headerbg.jpg") no-repeat;
		text-align: left;
	}
	
		div#audioowner {
			width: 286px;
			height: 25px;
			background: url("images/audiobg.jpg") no-repeat;
			margin-top: 128px;
			float: left;
		}
		
			div#audioowner p {
				margin: 0;
				padding: 0;
				position: relative;
				top: 7px;
				left: 15px;
				color: #000067;
				font-weight: bold;
				font-size: 11px;
				text-transform: uppercase;
			}
			
				div#audioowner a:link, div#audioowner a:visited {
					color: #000067;
					font-weight: bold;
					font-size: 11px;
					text-transform: uppercase;
				}
		
		div#flash {
			width: 463px;
			height: 153px;
			float: right;
		}

	div#navcontainer {
		height: 34px;
		background: url("images/navbg.jpg") repeat-x;
	}
	
	div#content {
	}
	
		div#margin {
			margin: 10px;
		}
	
	div#footer {
		text-align: center;
		clear: both;
		height: 34px;
		background: url("images/footerbg.jpg") repeat-x;
	
	}
	
		 div#footer p {
			text-align: center;
			margin: 0 auto 0 auto;
			padding: 0;
			position: relative;
			top: 8px;
			left: 0;
			color: #00057D;
		 }
	
			  div#footer a:link, div#footer a:visited {
				margin: 0 10px 0 10px;
				color: #00057D;
			  }
	
			  div#footer a:hover, div#footer a:active {
				   text-decoration: none;
			  } 
			  
	div#contact {
		background: url("images/contactbg.jpg") no-repeat;
		height: 81px;
	}
	
		div#c1, div#c2 {
			float: left;
			width: 250px;
		}
		
			div#c1 address, div#c2 p {
				margin: 0;
				padding: 5px;
				color: #00057D;
				font-weight: bold;
			}
			
			div#c2 a {
				color: #00057D;
			}

div#imv_copyright, div#imv_copyright a {
	font: 9px Tahoma, 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: 32px;
	border-right: 1px solid #B3B3B3;
	list-style: none;
}

ul#mainnav li a:link, ul#mainnav li a:visited, ul#mainnav li a:active {
	color: #00057D;
	text-decoration: none;
	display: block;
	padding: 8px 20px 9px 20px;
	font-size: 11px;
	font-weight: bold;
}

ul#mainnav li a:hover, ul#mainnav li a.current:link, ul#mainnav li a.current:visited {
	background: url("images/navbgon.jpg") repeat-x;
}

/* ------------------------- AUDIO PG ----------------------------- */

body#audiopg {
	margin: 0;
	padding: 0;
	background-color: #a8b2e3;
}

	body#audiopg a {
		color: #FFF;
		font-weight: bold;
		text-align: center;
		margin: 0 auto 0 auto;
	}
	
/* ------------------------- MISC ----------------------------- */

div#lists {
	width: 400px;
	float: left;
}

	div#listleft {
		float: left;
		width: 180px;
	}
	
	div#listright {
		float: right;
		width: 180px;
	}
	
div#coupon {
	border: dotted 3px #000;
	margin: 10px;
	padding: 10px;
	width: 400px;
	text-align: center;
	margin: 10px auto 10px auto;

}
	div#coupon p {
		text-align: center;
		font-size: 14px;
		font-weight: bold;
	}
