body,html{
	background:url(images/grdbk.png) top left repeat-x #112334!important;
}

#doc{
	border: 4px solid #3A578A;
	
}
#hd{
	background: url(images/ccaca_header.png) no-repeat;
	text-align: center;
	height: 145px;
	position:relative;
	font-family:Georgia,serif;
}
#hd h1{
	font-size: 263%;
	padding-top: 2px;
	color: #FFFF66;
	text-shadow: 2px 2px 10px black;
}
#hd h2{
	font-size: 167%;
	color: #88A5D8;
	font-family: ;
}
#hd ul{
	display: block;
	//background: #6885B8;
	//border-top: 4px solid #88A5D8;
	//border-bottom: 4px solid #88A5D8;
	margin:12px auto 0 120px;
	
	overflow: auto;
	text-align: center;
}
#hd ul li{
	display:inline;

}
#hd ul li a{
	padding:4px 10px;
	display: block;
	float: left;
	font-family:Georgia,serif;
	font-size: 121.1%;
	color: #BCFF7A;
	text-decoration: none;
}
#hd ul li a:hover{
	color: #FFFF66;
}
#bd{
	background: #fff;
	padding: 10px 50px;
	border-top: 4px solid #3A578A ;	
}
#bd h1{
	display: block;
	margin: .8em auto 1em auto;
	width: 50%;
	text-align: center;
	font-size: 167%;
	color:#39578B ;
	font-family:Georgia,serif;
}
#bd h2 {
	/*16px via YUI Fonts CSS foundation*/
	font-size:123.1%; 
}
#bd h3 {
	/*14px via YUI Fonts CSS foundation*/
	font-size:108%;  
	color: #333;
}
#bd h2,#bd h3 {
	/* top & bottom margin based on font size */
	margin:1em 0;
}
#bd h2,#bd h3,#bd h4,#bd h5,#bd h6,#bd strong {
	/*bringing boldness back to headers and the strong element*/
	font-weight:bold; 
}
abbr,acronym {
	/*indicating to users that more info is available */
	border-bottom:1px dotted #000;
	cursor:help;
} 
em {
	/*bringing italics back to the em element*/
	font-style:italic;
}
#bd blockquote,#bd ul,#bd ol,#bd dl {
	/*giving blockquotes and lists room to breath*/
	margin:1em;
}
#bd blockquote{
	width: 33em;
	margin: 1em 5em;
	font-size: 123.1%;
	color: #666;
	font-style: italic;
	font-family: Georgia,Times New Roman,Serif;
}
#bd ol,#bd ul,#bd dl {
	/*bringing lists on to the page with breathing room */
	margin-left:2em;
}
#bd ol li {
	/*giving OL's LIs generated numbers*/
	list-style: decimal outside;	
}
#bd ul li {
	/*giving UL's LIs generated disc markers*/
	list-style: disc outside;
}
#bd dl dd {
	/*giving UL's LIs generated numbers*/
	margin-left:1em;
}
#bd p,fieldset,table { 
	    /*so things don't run into each other*/ 
    margin-bottom:1em; 
	}
#bd th{
	font-weight: bold;
	padding: 5px;
}
#bd td{
	padding: 5px;
}
#bd tr:nth-child(odd){
	background: #88A5D8;
}
#bd table{
	border: 1px solid #666;
	width: 600px;
	margin: 0 auto 40px auto;
}
#ft{
	padding: 1em;
	text-align: center;
	background: #39578B;
	color: #88A5D8;
}	
#ft a{
	color: #FFF;
}
/* Misc classes */
.fright{
	float: right;
}
.fleft{
	float: left;
}
.img{
	padding: 4px;
	margin: 0 10px 10px 10px;
	border: 1px solid #999;
} 
.artist-bio{
	border-top: 1px solid #999;
	border-bottom: 1px solid #999;
	overflow: auto;
	padding: 18px;
	margin-bottom: -1px;
}
#bd .artist-bio strong{
	font-size: 121.1%;
	color: #39578B;
	font-family: Georgia;
	font-weight: normal;
}