@charset "UTF-8";
/* CSS Document */


body  {
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	padding: 0;
	text-align: center;
	color: #000000;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFFFFF;
}

#dacontainer {
	width: 780px;
	border: 1px solid #000000;
	margin-top: 10px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	background-color: #FFFFFF;
	background-image: url(images/da-back.gif);
	background-repeat: repeat-y;
} 

#header {
	height: 150px;
	text-align: left;
}

#header h1 {
	margin: 0;
	padding: 10px 0;}

#header a {
	font-size: 12px;
	font-weight: normal;
	color: #000000;
	text-align: center;
	text-decoration: none;
}

#header a:hover {
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
}

#header ul {
	list-style-image: url(images/bullet.gif);
}

#header li {
	padding-top: 5px;
	padding-bottom: 5px;
}


#drumartsleft {
	background-image:url(images/drumarts_image.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	width: 220px;
	float: left;
	padding: 0px;
	margin: 0;
	color: #FF6633;
	background-color: #FF6633;

}

#dacontent {
	color: #333333;
	font-size: 10px;
	text-align: left;
}

#dacontent ul {
	list-style: url(none) none;
}

#dacontent li {
	list-style: url(none) none;
	padding-bottom: 8px;
}
	
#dacontent a {
	text-decoration: underline;
	color: #FF6633;
	font-weight: normal;
}

#dacontent a:hover {
	color:#666666;
	font-weight: normal;
}

#footer {
	padding: 0 10px 0 20px;
	height: 35px;
	font-size: 9px;
	color: #333333;
	text-align: center;
} 

#footer p {margin: 0; 
	padding: 10px 0; }

#footer a {text-decoration: none;
	color: #333;}

#footer a:hover {text-decoration: none;
	color:#FF6633;}
	
#dafooter {
	font-size: 9px;
	color: #333333;
	text-align: center;
} 

#dafooter p {margin: 0; 
	padding: 10px 0; }

#dafooter a {text-decoration: none;
	color: #333;}

#dafooter a:hover {text-decoration: none;
	color:#FF6633;}

h1 {
	font-size: 14px;
	font-weight: bold;
	color: #FF6600;
}

.dapara {
	padding-right: 10px;
}

.fltrt {
	margin-left: 8px;
	line-height: 0px;
	font-size: 10px;
	color: #666666;
	text-align: center;}
.fltlft {
	float: left;
	margin-right: 8px;
	line-height: 0px;
	clear: right;
	font-size: 10px;}

.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;}
