/* CSS Document */

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


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

#wrapper {
	margin:0 auto;
	width: 800px;
	margin: 0 auto;
	border-top-width: 3px;
	border-right-width: 3px;
	border-bottom-width: 3px;
	border-left-width: 3px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
	padding: 0;
}


#banner {
	position:relative;
	height: 140px;
	width:780px;
	padding: 10px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	background:#000000 url(../assets/banners/Banner_2.png) no-repeat 100px 10px;
	border-bottom: 3px solid #ffffff;
	}
	
#banner #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;
	margin: 0px;
	padding: 0px;
	}
	

/*------Main navigation section-----*/
#banner ul {
	margin: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;
	visibility: visible;
	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:#222222;
	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:focus {
	color:#d9eee9;
	}	

#clear {
	clear:both;
	}
	
#instruction {
	background-color:#CCCCCC;
	position: relative;
	text-align: left;
	width: 780px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	margin: 0px;
	padding: 5px 10px 5px 10px;
	border-bottom-width: 3px;
	border-bottom-color: #FFFFFF;
	color: #222222;
	font-family: "Trebuchet MS", Georgia, sans-serif;
	}	





#artist_holding img {
	padding: 0em 0px 0px 5px;
	position: relative;
	border-left: 15px solid;
	margin:.6em 10px 5px 0;
	border-left-width: 10px;
	border-left-color: #616967;
	float: left;
}
	

#footer {
	background:#000000;
	color: #BAB381;
	font-family: "Trebuchet MS", Georgia, sans-serif;
	margin: 0px 0px 0px -10px;
	width: 780px;
	border-top-width: 3px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #FFFFFF;
	padding: 0.5em 10px;
	}
#footer p {
	color: #AAAAAA;
	line-height: 1.5em;
	text-align: center;
	font-size: 1em;
}

