/* CSS Document */

@charset "utf-8";
	
* {
	padding:0px;
	margin:0px;
	font-family:"Trebuchet MS", Georgia, sans-serif;
	font-variant: normal;
	}

body  {
	background-color: #000000;
	text-align:center;
	font:"Trebuchet MS", Georgia, sans-serif .5em;
	color:#cccccc;
	margin:0 auto;
	width: 800px;
	}

#wrapper {
	margin:0 auto;
	background: url(../assets/layout_images/sidebar_bgrnd.gif) repeat-y;
	width: 800px;
	margin: 0 auto;
	border: 3px solid #ffffff;
}

#locations p {
	font-family:"Trebuchet MS", Georgia, sans-serif;
	position:relative;
	width:620px;
	height:30px;
	left:45px;
	top:98px;
	font-size:17px;
	color:#aaaaaa;
	text-align:center;
}
#banner {
	position:relative;
	height: 140px;
	width:780px;
	padding: 10px;
	background:#000000 url(../assets/banners/Banner_2.png) no-repeat 100px 10px;
	border-bottom: 3px solid #ffffff;
	}

/*------Main navigation section-----*/
#banner ul {
	margin:0 0 0 0;
	padding:0;
	position:absolute;
	left:0px;
	bottom:0px;
	width:800px;
	list-style: none;
	background:url(../assets/layout_images/nav_bgrnd.gif) repeat-x top left;
	font-family: "Trebuchet MS", Georgia, sans-serif;
	border-top-color: #FFFFFF;
	border-top-style: solid;
	border-top-width: 2px;
	}
#banner ul li {
	float:left;
	}
#banner ul li a {
	padding: 0 1.4em;
	font-size:13px;
	line-height:1.6em;
	text-decoration:none;
	color:#052D23;
	float: left;
	display:block;
	background:url(../assets/layout_images/nav_seperator.gif) no-repeat top left;
	}
#banner ul li a.first{
	background:none;
	}

#banner ul li a:hover {
	color:#FF0000;
	}
#banner ul li a:active {
	color:#0000FF;
	}	

#banner ul li a:selected {
	color:#000000;
		}




#clear {
	clear:both;
	}

.emph {
	font-style:italic;
	font-weight:bold;
	color:#cb4d4d;
}

.emph2 {
	font-style:italic;
	font-weight:bold;
	color:#cb4d4d;
	font-size:1.4em;
	text-align:center;
}
	
#content {
	width:550px;
	background-color:#cccccc;
	float: left;
	position: relative;
	}	
#content #featured_image {
	width:550px;
	height:120px;
	background-image: url(../assets/featured_bottom_image/097.gif);
	position: relative;
	border-bottom: 3px solid #ffffff;
}


#featured {
	text-align:left;
	background-color:#cccccc;
	font-family:"Trebuchet MS", Georgia, sans-serif;
	padding: 5px;
	position: relative;
	border-bottom: 3px solid #ffffff;
		}
	
#featured h1 .artist_name {
 font-size:3em;
 }

img {
	/*	margin-right: 10px;*/
	padding: 0em 0px 0px 0px;
	position: relative;
	/*	margin-left: 10px;*/
	margin:0;
	float: left;
}

	
h5 {
	font-size: 0.7em;
	color: #CC33CC;
}
#featured h1 {
	font-family: "Trebuchet MS", Georgia, sans-serif;
	font-size: 0.9em;
	color: #666666;
	line-height: 1.3em;
	padding: 0px 10px;
}

#featured h2{
	font-size:2.5em;
	font-style:italic;
	color:#003300;
	}
#featured p {
	color:#222222;
	font-size: 1em;
	line-height: 1.0em;
	padding: 5px;
}

#artist_table {
	}
#sidebar {
	text-align:left;
	padding: 10px 10px 10px 19px;
	width: 210px;
	float: right;
	font-family: "Trebuchet MS", Georgia, sans-serif;
	font-size: 0.7em;
	margin:0 0 0 0;
	}
#sidebar h1 {
	margin-left:0px;
	font-weight: bold;
	text-decoration: underline;
	padding-bottom: 0.5em;
	color: #2c2c2c;
	text-align: center;
	font-size: 2em;
	}
#sidebar p {
	font-size: 1em;
	line-height: 1.3em;
	color: #2c2c2c;
	padding-bottom: 0.7em;
	padding-top: 0.3em;
	font-family: "Trebuchet MS", Georgia, sans-serif;
}
#sidebar h2 {
	font-family: "Trebuchet MS", Georgia, sans-serif;
	font-size: 1.3em;
	font-weight: bold;
	color: #2c2c2c;
}
#sidebar h3 {
	font-size: 1.1em;
	line-height: 1.4em;
	font-weight: bold;
	color: #666666;
}

.classlft {
	clear:left
	}
#footer p {
	font-size: 0.8em;
	line-height: 1.3em;
	color: #aaaaaa;
	font-family: "Trebuchet MS", Georgia, sans-serif;
}

#footer {
	background:#000000;
	font:"Trebuchet MS", Georgia, sans-serif;
	padding: .5em 0 .5em 0;
	border-top: 3px solid #ffffff;
	}

