html, body {
	margin: 0px;
	padding: 0px;
	
	font-family: "Trebuchet MS";
	font-size: 12px;
	line-height: 1.5;
	color: #00000;
	
	background: #fff url(../_img/column.png) repeat-y 0 0;
	

}

#wrapper {

	margin-top: 120px;
	margin-left: 120px;

}
  
#container {
  width: 100%;
  float: left;
  margin-right: -300px;

}
#sidebar {
  width: 300px;
  float: left;
}

#content {
  background: #fff;
  margin-left: 300px;
}

.clearing {
  height: 0;
  clear: both;
}




#page_title a {
	color: #FFF;
	text-decoration: none;	
	
}

img {
	
	margin: 0px;
	padding: 0px;	
}

a {
	text-decoration: none;
	color: #000;	
	
}

a:hover {
	text-decoration: underline;	
	
}

h2 {
	font-size: 1.6em;
	margin: 0px;
	padding: 0px;
	padding-top: 1px;
	
}

h3 {
	font-size: 1.4em;
	margin: 0px;
	padding: 0px;
	
}

 p {
		margin-bottom: 10px;
	text-align: justify;
	
}

.clear {
	width: 100%;
	height: 0px;
	clear: both;	
	
}

#page_title_wrap {
	position: absolute;
	top: 120px;
	left: 0px;	
	width: 300px;

}

#sidebar h1 {

	line-height: 30px;
	background-color: #2f2f2f;
	color: #FFF;
	
	padding-right: 12px;
	text-align: right;
	
	font-weight: 100;
	
	font-size: 2.6em;
	letter-spacing: 3px;
	
	padding-top: 0px;
	margin-top: 0px;

}

#logo_wrap {
	position: absolute;
	left: 0px;
	top: 375px;
	width: 300px;
		
	
	
}


#logo {
	width: 300px;
	height: 50px;
	padding: 0px 0px;
	padding-bottom: 5px;
	background-color: #FFF;
}

.nav {
	width: 300px;
	
	margin: 0px;
	padding: 0px;
	float: left;
	
	letter-spacing: 3px;
	text-align: right;
	font-weight: normal;
	line-height: 30px;
	font-size: 21px;

}




.nav ul {
	margin: 0px;
	padding: 0px;
	width: 100%;
	float: right;
	margin-right:2px;
	list-style-type: none;
	margin-top: 18px;


}

.nav ul li {
	height: 30px;
	width: 100%;


}

.nav ul li a {

	height: 30px;
	width: 288px;
	float: left;

	padding-right: 12px;
	text-decoration: none;
	color: #FFF;
}

.nav ul li a:hover {
	color: #ccc;

}

.nav ul li a.active {
	color: #ccc;
}


.nav.years {
	width: 50px;
	float: right;
	margin-right: 5px;
	font-size: 13px;
	letter-spacing: 1px;
	
}


.nav.months {
	width: 100px;
	float: right;
	margin-right: 6px;
	font-size: 13px;
	letter-spacing: 1px;
	_width: 130px;
	_margin: 0px;
}



.nav.months  ul li {
	width: 45px;
	float: left;
	color: #2f2f2f;
	
}

.nav.months ul li a {
		width: 45px;
}

.nav.years ul li a {
		width: 45px;
}
	
	
/* Contact */

.contact_info {

	width: 500px; 
	text-align: left; 
	margin-bottom: 15px;
}

.contact_image {

	width: 250px;
	float: left;	
	
}

.contact_text {
	
	width: 250px;
	float: left;
	padding-left: 20px;
	padding-top: 0px;
}

/* Featured Artist */
#Featured Artist, #services, #gallery , #news {
	min-width: 500px;
	max-width: 500px;
	width: 500px;
	margin-right: 160px;
	
	
	
}

#featured artist img, #services img, #gallery img, #news img {
	margin-top: 8px;
}


/* Artists list */

#artists, #artists_all, #artists_bio {
	min-width: 500px;
	max-width: 1200px;
	margin-right: 160px;
	
}



#artists_statement {
	width: 540px;
	margin-bottom: 40px;
	
}

#artists_statement p, #artists_bio p {
	padding-top: 4px;	
	
}

#artists .artist_item, #artists_all .artist_item {
	float: left;
	padding: 5px;
	width: 110px;
	text-align: center;
	height: 130px;
	line-height: 1;
	overflow: hidden;

}

.artist_item img {
	background-color: #fff;
	padding: 5px;
	
}

.artist_item:hover {
	background-color: #ddd;
	
}

#artists_all .artist_item:hover {
	background-color: #fff;
	
}

#artist span.artist_name {
	float: left;
	width: 100px;
	color: #000;
	text-align: center;

	
}


/* Artists Gallery */

#artists_gallery {
	position: relative;
	width: 540px;
	margin-bottom: 40px;
	min-height: 200px;
	top: 8px;


}

#gallery_image {
	position: relative;
	width: 400px;
	text-align: right;	

}


#gallery_meta {
	
	position: absolute; 
	top: 10px; 
	right: -20px; 
	width: 140px;
}



#gallery_control {
	
	position: absolute;
	right: 0px;
	top: 0px;
	width: 120px;
	line-height: 1;
	text-align: left;

}

#gallery_control span {
 margin: 0px;
 padding: 0px;
 float: left;
 margin-right: 5px;

}

#gallery_control img {
	margin: 0px;
	padding: 0px;
	float: left;
	margin-right: 5px;
}
 


