/*baseline styles--------------------------------------------*/
html, body, div, span, iframe, p,
blockquote, a, abbr, acronym, address, del, dfn, em, font, img, strong, sub, sup, 
b, u, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td  {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	vertical-align: baseline;
}

body	{
	font-size:  62.5%;
	font-family:  Verdana, Arial, Helvetica, sans-serif;
	color:  #000; /*#4C4B44;*/
	text-align: center;
	background: #f2f0d7 url(../images/gradient_gray.gif) repeat-x top left; /*pale gray*/
		} 	
					
/*general styles--------------------------------------------*/
h1, h2  {
	font-family:  Georgia, "Times New Roman", Times, serif;
	color:  #af2020;     /* maroon*/	
	font-weight:  bold;
}

h1  {
	font-size:  1.8em;
}	
		
h2  {
	margin-top:  20px;
	text-transform:  uppercase;
	font-size:  1.2em;
}
		
p  {
	font-size:  1.3em;
	margin-bottom:  1em;
}		
		
ul, li  {
	list-style:  none;
	font-size:  105%;
}			
		
.bold	{
	font-weight:  bold;
}						
		
a:link, a:visited  {
	color:  #666; 
	font-weight:  bold;
	text-decoration:  none;
}
			
a:hover	{
	color:  #890316;	/*dk maroon*/
	text-decoration:  underline;	
		}			

#outerwrap  {
	position:  relative;
	width:  80em;
	min-width:  80em;
	max-width:  100%;
	height:  auto;
	margin:  0 auto;
	background-color:  #fff; 
	text-align:  left;
	overflow:  hidden; /* prevents border from collapsing above content */
}	
											
#header  {
	position:  relative;
	padding-left:  17em;
	width:  100%;
	height:  100px;
	background-color:  #d1cfba;	/*gray*/	
	border-bottom:  15px solid #890316; /*maroon*/
}				

/*navigation----------------------------------------------- */
#menu {
   float:left;
   width:auto;
   height:  auto;
   background:#fff;
   overflow:hidden;
   position:absolute;
   top:  -35px;
   right:  0;
   /*border:  1px solid #c7c7c7;
   border-width:  0 1px 1px 1px;*/
}

#menu ul {
   clear:left;
   float:left;
   position:relative;
   left:50%;
   height:  21px;
   text-align:center;
}

#menu ul li {
   display:block;
   float:left;
   position:relative;
   right:50%;
}

#menu ul li a {
   display:block;
   margin:0 0 0 1px;
   padding:3px 10px;
   background:  #666;
   font-size:  11px;
   color:#fff;
   text-decoration:none;
   line-height:1.3em;
}

#menu ul li a:hover {
   background:#f0eed6;
   color:#000;
}

#menu ul li a#this_page:link,
#menu ul li a#this_page:visited {
   color:#666;
   background:#f0eed6;
   font-weight:bold;
   letter-spacing:  normal;
}
/*end nav-----------------------*/

#content_main  {
	position:  relative;
	margin:  35px 45px 15px  23.5em;
	padding:  10px 0 10px 55px;
	width:  auto;
	border-left:  1px solid #d1cfba;	/*gray*/		
	clear:  both;
}	
			
#content_main li  {			
	margin: 0 0 1em 0;
	line-height:  1.4;
}		

#content_main li h2  {
	margin:  0 0 0.1em 0;
	/*margin-bottom:  -1em;*/
}				
				
#content_main li ul li  {					
	font-weight:  normal;
	margin: 0 0 1em 0.75em;
}					

#content_main li ul li ul li  {			
	margin:  0 0 0 1em;
	padding-left: 10px;
	background: url(../images/gray_square.gif) no-repeat 0 6px;
}		

li.empty  {
	margin-top:  -0.5em;
}					
			
#content_sub	{
	position:  absolute;
	top:  130px;
	left:  0;
	padding-left:  20px;
	width:  20em;
	line-height:  1.4;
}		
			
#content_sub p  {
	font-size:  1.15em;
}

#content_sub ul li
		{
	background: url(../images/gray_square.gif) no-repeat 0 6px;	
	font-size:  1.1em;
	padding:  0 0 0 10px;
		}		
						
p#contact	{
	margin-bottom:  50px;
			}				
						
/* footer styles ----------------------------------------------  */	
#footer  {
	width:  100%;
	height:  4em;
	text-align:  center;
	background-color:  #d1cfba;	/*gray*/	
	border-top:  2px solid #890316;
}
	
#footer	p  {			
	margin:  8px 0;
	padding:  0;
	font-size: 1em;	
	color:  #666; /*#a6a494;*/
}

#footer	p:first-line  {			
	font-weight:  bold;
	font-size: 1.05em;
}
			
.credits	{
	display:  block;
}	

body#instruments .credits	{
	display:  none;
}			
			
/* end footer styles ----------------------------------------------  */			
				
/*images-------------------------------*/
img#logo_img  {
	position:  absolute;
	z-index:  5;
	top:  -13px;	
	left: 15.2em;
}
		
img#logo_text  {
	float:  left;	
	margin-left:  8em;
	margin-top:  15px;
}		
		
.lg_img	{
	margin:  0 0 20px 0;
	padding: 6px;
	border:  4px double #d1cfba;
}

.sm_img	{
	margin:  20px 0 0 5px;
	padding:  8px;
	border:  4px double #d1cfba;
}