/* Global Styles */

body { 
margin: 0;
}

h1 { 
color: #4e4b3c; 
font-size: 14px; 
font-family: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif; 
text-align: center; 
}

h2 { 
color: #4e4b3c; 
font-size: 13px; 
font-family: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif; 
text-align: center; 
}

h3 { 
color: #ffffff; 
font-size: 12px; 
font-family: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif; 
text-align: center; 
font-weight: bolder;
}

/* ID Styles */

#address { 
color: white; 
font: 11px/14px arial; 
letter-spacing: 0.05em; 
padding-left: 8px; 
}

#addressmain  { 
color: white; 
font: 11px/14px arial; 
text-align: left; 
letter-spacing: 0.05em;
padding-left: 30px;
}

#pagetitle      { 
color: #9baada; font-size: 14px; 
font-family: arial, Helvetica, san-serif; 
font-weight: 400; 
line-height: 17px; 
text-align: center; 
margin-top: 6px; 
vertical-align: middle; 
border-bottom: 1px solid rgb(91,108,134);
}

#pagesubtitle          { color: #222; font-size: 13px; font-family: arial, Helvetica, san-serif; font-weight: bold; line-height: 16px; text-align: center }

#sidetitle     { color: #fff; font-size: 11px; font-family: arial, Helvetica, san-serif; font-weight: 400; line-height: 14px; text-align: center }

#sally   { color: #ffffff; font-size: 11px; font-family: arial, Helvetica, san-serif; line-height: 14px; text-align: center; letter-spacing: 2px; vertical-align: middle }

#footer  { 
color: #353535; 
font-size: 11px; 
font-family: arial, helvetica, san-serif; 
line-height: 14px;
display: block; 
border-top: 1px solid #353535; 
border-bottom: 1px solid #353535; 
margin-top: 2px;
}


/* Class Styles */

.caption  { 
color: white; 
font-size: 10px; 
font-family: Arial, Helvetica, sans-serif; 
line-height: 14px; 
text-align: center; 
padding-top: 4px;
}

.maincontent       { color: #333; font-size: 12px; font-family: arial, Helvetica, sans-serif; line-height: 14px; text-align: left }
a { color: white; text-decoration: underline }
/* Main Navigation */

#leftnav td {
	border-bottom: 1px solid rgb(91,108,134);
}
	
#leftnav a:link   { 
color: white; 
font: 11px/16px arial; 
text-decoration: none; 
background: url("../images/bullet.gif") no-repeat 8px 50%; 
display: block; 
padding: 8px 6px 8px 20px;
}

#leftnav a:visited      { color: #ffffff; font: 11px/16px arial; text-decoration: none; background: url("../images/bullet_on.gif") no-repeat 8px 50%; display: block; padding: 8px 6px 8px 20px; border-right: 1px solid #454545 }
	
#leftnav a:hover   { color: #ffffff; background: #435283 url("../images/bullet_on.gif") no-repeat 8px 50%; border-right: 1px solid #454545 }

/* SubPage Navigation */

#topnav   { 
color: #ffffff; 
font-size: 11px; 
font-family: arial, helvetica, sans-serif; 
background: #777777; 
}

#topnav a:link  { 
color: #ffffff; 
text-decoration: none; 
text-align: center; 
display: block; 
display: block; 
padding: 5px 7px 7px; 
border-left: 1px solid #9baada; 
}

#topnav a:visited     { color: #ffffff; text-decoration: none; text-align: center; display: block; padding: 5px 7px 7px; border-left: 1px solid #9baada }

#lastlink  { border-right: 1px solid #9baada; }

#topnav a:hover, #topnav a:focus  { 
color: #fff; 
background-color: #435283;
}
#artists a    { color: #dcdcdc; font-size: 11px; font-family: arial, Helvetica, san-serif; line-height: 14px; text-decoration: none; text-align: center; letter-spacing: 2px; margin-top: 6px; margin-bottom: 6px; vertical-align: middle }

.lgcaption {
	color: #FFF;
	font: 15px Arial, Helvetica, sans-serif;
	letter-spacing: 0.04em;
	text-align:center;
}
.medcaption {
	font: 10px Arial, Helvetica, sans-serif;
	color: #FFF;
	letter-spacing: 0.12em;
	margin: 6px;
	text-align:center;
	display:block;
}
#flashcontent {
	background: #333333;
	height: 115px;
	width: 400px;
}

