/* CSS Document */

/**#main_content {background-image: url(images/bg1.jpg); background-repeat:repeat; width:1000px; height:auto;}**/
#main_content { background-image: url(images/background_content.jpg); background-repeat:repeat; background-color:#ffffff; width:1000px; height:auto; } 
#content
{
  width:960px;
  background-color:#222222;
  border:#666666 solid 1PX;

}
#footer {background-image: url(images/footer_bg.jpg); background-repeat:repeat-x; height:110px; width:1000px;}

#footer A:link {text-decoration: none; color:#FFFFFF}
#footer A:visited {text-decoration: none}
#footer A:active {text-decoration: none}
#footer A:hover {text-decoration: underline; color: }


#container {
width: 1000px;
margin: 0 auto;
}
#leftbar {
float: left;
width: 200px;
background-color:#00FF33;
}
#content {
float: left;
width: 600px;
background-color:#CC0066
}
#rightbar {
float: right;
width: 200px;
background-color:#00FF33;
}

#navUnit{
height:25px;
border-bottom: #666666 dotted 1px; font-family: arial, "lucida console", sans-serif font-size:12px; color:#000000;
}

A:link {text-decoration: none; font-size:12px; color:#004054; font:Tahoma;}
A:visited {text-decoration: none;font-size:12px; color:#004054; font:Tahoma;}
A:active {text-decoration: none; font-size:12px; color:#004054; font:Tahoma; }
A:hover {text-decoration: underline; color: red;}

.border{border-bottom: #666666 dotted 1px; font-family: arial, "lucida console", sans-serif font-size:12px; color:#000000;}
.faq_title_border{ border: #ffffff dotted 1px; padding: 4px;}
.font{font-size:12px; color:#000000; font-family: arial, "lucida console", sans-serif; padding-left:18px;}
.style1 {
	color: #CC6600;
	font-weight: bold;
}
.artist_image {float: left; margin: 12px;}
.direction {float: right; margin: 12px;}
.faq_top{
  float: right;
}
.faq_topic_title{
  color:red;
  float: left;
}






