/* CSS Document
Dualtone Music Group Alliance With ADA
Home Page CSS
© 2006 Dualtone Music Group
CSS code by Digital Vision Media, LLC, www.digitalvisionmedia.com */

div#wrapperdiv {
	background: url(../images/separator_07.jpg) top left repeat-y;
	}
	
div#headerdiv {
	height: 26px;
	background: url(../images/ADA-pg2_01.jpg) top left no-repeat;
	}
	
div.leftside {
	width: 35px;
	height: 109px;
	float: left;
	}
	
div.mini {
	width: 110px;
	height: 109px;
	float: left;
	}

div.separator {
	width: 19px;
	height: 109px;
	float: left;
	}
	
div.text, div.textwhite {
	min-height: 89px;
	width: 559px;
	float: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 70%;
	padding: 10px 10px 10px 10px;
	}
	
div.text {
	background: #333;
	color: #fff;
	}
	
div.textwhite {
	background: #fff;
	color: #000;
	}
	
div.rightside {
	width: 27px;
	height: 109px;
	float: left;
	}
	
div.mainseparator {
	width: 770px;
	background: url(../images/separator_07.jpg) top left no-repeat;
	height: 6px;
	}
	
div.cleardivs {
	clear: both;
	}
	
div#footerdiv {
	height: 26px;
	background: url(../images/footer_34.jpg) top left no-repeat;
	}
	
div#headlinediv {
	width: 770px;
	color: #fff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
	font-size: 100%;
	margin: 0 auto 15px auto;
	}
	
div#botnav {
	width: 770px;
	color: #fff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
	font-size: 80%;
	margin: 10px auto 0 auto;
	}
	
div#botnav a:link, div#botnav a:visited {
	text-decoration: none;
	color: #fff;
	}
	
div#botnav a:hover {
	text-decoration: underline;
	color: #999;
	}
