body { 	 background: #222;
		 color: #222;
		 background: url('../images/background.gif');
		 font: 80% Arial, Geneva, Helvetica, sans-serif; text-align: center; }

* { padding: 0; margin: 0; }


/*---:[ global elements ]:---*/

a { color: #1c9bdc; text-decoration: underline; }

	a:visited { color: #000; text-decoration: underline; }

	a:hover { color: #1873a1; text-decoration: underline; }
	
	a img { border: none; }

p { 
	margin: 0 0 15px 2px;
	font-size: 11px; }

blockquote { padding: 5px 10px 0 10px; margin: 0 0 15px 0; border-top: 1px solid #bbb; border-bottom: 1px solid #bbb; background: #f5f5f5; color: #666; }

	blockquote p { margin-bottom: 7px; }
	
code { color: #090; font-family: "Courier New", Courier, monospace; }

pre { width: 500px; margin-bottom: 15px; font-size: 1.2em; float: left; }

* html pre { font-size: 1.0em; overflow: hidden; }

p.center { text-align: center; }


/*---:[ headlines ]:---*/

h1 { color: #5C6745; font-weight: bold; font-size: 2em; line-height: 1.8em; }

	#header h1 { text-align: right; }
	
	h1 a, h1 a:visited, h1 a:hover { color: #222; text-decoration: none; }
	
h2 { font-weight: normal; font-size: 1.5em; margin-bottom: 4px;}
	
h3 { font-weight: normal; font-size: 1.2em; margin-bottom: 4px; color: #999; }

h4 { display: inline; font-weight: normal; padding: 4px; line-height: 1.0em; font-size: .8em; text-transform: uppercase; background: #f5f5f5; border-bottom: 1px solid #ddd; }

img.artistprofile {
	width: 200px;
	height: 266px;
	float: right;
	margin-top: 40px; 
}

/*---:[ core layout elements ]:---*/

#container { width: 900px; margin: 0 auto; background-color:#fff; margin-top: 5px;}

	#page { width: 900px; float: left; }

		#header { width: 900px; margin-bottom: 1px; float: left; background-color:#fff; }
			
		#content_box { width: 900px; padding-bottom: 5px; text-align: left; float: left; background-color:#fff; }
		
			#content { width: 650px; padding-right: 2px; overflow: visible; margin-left: auto; margin-right: auto; }
			
			* html #content { overflow: hidden; }
			
			#sidebar { width: 245px; color: #222; float: left; padding-top: 30px; margin-left:auto; margin-right:auto;}
			
			* html #sidebar { overflow: hidden; }
			
		#footer { width: 900px; padding-top: 5px; border-top: 1px solid #a5a5a5; font-size: 0.7em; text-transform: uppercase; letter-spacing: .3em; float: left; clear: both; background-color:#fff;}
		

/*---:[ header styles ]:---*/
#nav { width: 100%; border-top: 1px solid #823140; border-bottom: 2px solid #823140; float: left; }

	#nav ul { list-style: none;}

		#nav li { float: left; }
		
			#nav li a, #nav li a:visited { display: block; height: 2.5em; padding: 0 1.5em; line-height: 2.5em; color: #823140; text-decoration: none; font-size: 1.2em; font-weight: bold; letter-spacing: .27em; float: left; }
		
			#nav li a:hover { color: #fff; background: #823140; text-decoration: none; }
			
			.home #nav li a.home, .home #nav li a.home:visited, .artists #nav li a.artists, .artists #nav li a.artists:visited, .information #nav li a.information, .information #nav li a.information:visited, .gadies #nav li a.gadies, .gadies #nav li a.gadies:visited, .contact #nav li a.contact, .contact #nav li a.contact:visited, .privacy #nav li a.privacy, .privacy #nav li a.privacy:visited, .links #nav li a.links, .links #nav li a.links:visited { background: #fff; color: #823140; cursor: default; }

#pic { width: 900px; height: 200px; border-bottom: 2px solid #823140; clear: both; float: left; }

	.home #pic { background: url('../images/banner/home.jpg') no-repeat; }
	
	.artists #pic { background: url('../images/banner/artists.jpg') no-repeat; }
	
	.information #pic { background: url('../images/banner/information.jpg') no-repeat; }
	
	.gadies #pic { background: url('../images/banner/gadies.jpg') no-repeat; }
	
	.contact #pic { background: url('../images/banner/contact.jpg') no-repeat; }
	
	.privacy #pic { background: url('../images/banner/privacy.jpg') no-repeat; }
	
	.links #pic { background: url('../images/banner/links.jpg') no-repeat; }

/*---:[ footer styles ]:---*/

#footer p { text-align: center; }

#footer a, #footer a:visited { color: #5C6745; text-decoration: none; }

#footer a:hover { color: #5C6745; text-decoration: none; }