body {
	background-color: #E8E7F7;
	padding: 0px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#999999;
	margin-top: 20;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
.gothic {
	font-family: "Century Gothic", Arial;
/*	font-size: 0.7em;*/
}

.header{
height:60px;

padding-top:10px;
padding-bottom:10px;
text-align:left;
padding-left:20px;
color:#333333;
}
.floatleft {
	float: left;
}
.floatright {
	float: right;
}
.clearleft {
	clear: left;
}


#container {
	background-color:#ffffff;
	padding: 0px;
	width: 700px;
	text-align:left;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}


.bottomnav {
background-color: #B2B5BF;
color:#666666;
height:16px;
padding-top:4px;
padding-right:15px;
vertical-align:bottom;
text-align:right;
font-size:10px;
}
.bottomnav a:link{
color:#666666;
text-decoration:none;
}
#banner {
	height: 65px;
	width: 700px;
	background-image: url(../images/bkgnd-top.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	background-color: #333;
}



.bottomnav a:active{
color:#666666;
text-decoration:none;
}
.bottomnav a:visited{
color:#666666;
text-decoration:none;
}
.bottomnav a:hover{
color:#666666;
text-decoration:underline;
}
#main {
width:100%;
min-height: 400px;
}
#slideshow {
	text-align:center;
	vertical-align:12px;
	padding-left:20px;
	padding-bottom:15px;
}
#company_desc {
padding-left:25px;
padding-top:60px;

}
.hours {
padding:30px 0px 0px 20px;
color:#666666;

font-size:12px;
}
.location {
color:#666666;

font-size:10px;
padding-bottom:20px;
}
.egallery {
padding-top:30px;
}
.padright {
padding-right: 15px;
}
.title {
	font-weight:bold;
	color:#666666;
}
.artisttitle {
	font-size:12px;
	font-weight:normal;
	
	color:#999999;
	padding-right:10px;
	padding-bottom:5px;
	float: left;
	margin-left: 10px;
	width: 190px;
}

.artistlist {
	width: 200px;
	height: 25px;
}
.artistlist a:active,  .artistlist a:visited,  .artistlist a:link {
font-size:11px;
font-weight:bold;
font-family: Verdana, Arial, Helvetica, sans-serif;
color:#999999;
/*padding-right:20px;
padding-left:10px;
padding-bottom:2px;
*/text-decoration:none;
}
.artistlist a:hover{
color:#cccc99;
}

/* columns for artistlist */
.column_left {
	float: left;
	width: 200px;
}
.column_right {
	float: right;
	width: 200px;
}

.text {
font-size:11px;
font-weight:normal;

color:#666666;
padding-right:10px;
padding-bottom:10px;
}

#main {
font-size:12px;

color:#666666;
min-height: 400px;
}
#main p {
	line-height: 1.2em;
}
#content {
	margin: 10px;
}


#main a:link{
font-size:12px;

color:#999999;
text-decoration:none;
}

#main a:active{
color:#999999;
text-decoration:none;
}

#main a:visited{
font-size:12px;
color:#999999;
text-decoration:none;
}
#main a:hover{
color:#cccc99;
text-decoration:underline;
}
.pad-btm {
padding-bottom:20px;
}
#results {
width:400px;
text-align:left;
padding-bottom:5px;
/*border:1px dotted #000;*/
}
#results-text {
width:250px;
background-color:#E6E6E6;
}
.padleft {
padding-left:18px;
}
#header {
	background-color: #333333;
	height: 86px;
}
#menu {
	float: right;
	background-color: #333;
	padding-bottom: 0px;
	padding-top: 3px;
}
#col1 {
	float: left;
	width: 190px;
	margin-top: 10px;
	margin-left: 15px;
	clear: left;
}
#col2 {
	float: left;
	width: 225px;
	margin-top: 10px;
	margin-right: 10px;
	overflow: auto;
	height: 500px;
}
#col3 {
	float: left;
	width: 225px;
	margin-top: 10px;
	overflow: auto;
	height: 500px;
}
#col2_wide {
	float: right;
	width: 475px;
	margin-top: 40px;
	margin-right: 10px;
	clear: none;
}
h5 {
	font-style: italic;
	letter-spacing: 0.1em;
	font-size: 12px;
	color: #999;
}
h2 {
	font-size: 1.3em;
	color: #999;
}
h4 {
	font-size: 1.2em;
	color: #666;
}





#footer {
	background-color: #949494;
	clear: both;
	color: #CCCCCC;
	width: 700px;
	height: 28px;
	vertical-align: middle;
	background-image: url(../images/bkgnd.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	font-family: Century Gothic, Arial;

}.thumb {
	float: left;
	height: 155px;
	width: 155px;
	margin-bottom: 10px;
}
.footer_text {
	color: #EEEEEE;
	padding-top: 7px;
	padding-left: 5px;
	font-size: 11px;
	padding-right: 5px;
}
.footer_text a {
	color: #FFF;	
	text-decoration:none;
}

#banner img {
	margin-top: 10px;
	margin-left: 10px;
}
.lowercase {
	text-transform: lowercase !important;
}




 /* *** Float containers fix:
 http://www.csscreator.com/attributes/containedfloat.php *** */ 
.clearfix:after {
 content: "."; 
 display: block; 
height: 0; 
 clear: both; 
 visibility: hidden;
 }
 
.clearfix{display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix{height: 1%;}
.clearfix{display: block;}
/* End hide from IE-mac */  
.centurygothic {
	font-family: "Century Gothic", sans-serif, Verdana;
}
