body{
	background-color:#111111;
	text-align:center;
	margin:0;
}
#js_disabled{
	color:red;
}
#main{
	width:900px;
	margin:0 auto;
}
img{
	border:none;
}
#home #blue_ledge_gallery{
	margin:0 auto;
	width:600px;
}
#home #barn{
	margin:0 auto;
	width:600px;
}
#home #enter{
	margin:0 auto;
	width:75px;
}
#home #choices{
	position:relative;
	top:10px;
	height:480px;
}
#home #choices #choose_greg{
	width:300px;
	float:left;
	position:relative;
	left:100px;
	text-align:center;
}
#home #choices #choose_greg #greg_bernhardt{
	width:250px;
	margin:0 auto;
}
#home #choices #choose_hannah{
	width:300px;
	float:left;
	position:relative;
	left:200px;
	text-align:center;
}
#home #choices #choose_hannah #hannah_sessions{
	width:250px;
	margin:0 auto;
}
#gallery #slider_wrapper{
	text-align:center;
}
#gallery #slider{
	clear:both;
	height:3px;
	border:1px solid #555555;
	margin:0 auto;
	position:relative;
	top:120px;
}
#gallery #slide_list{
	text-align:center;
	width:900px;
	height:125px;
	overflow:hidden;
	margin:0 auto;
	position:relative;
	top:-10px;
}
#gallery #wide_slide{
	margin:0 auto;
}
#gallery .slide_list_item{
	margin:0;
	text-align:left;
	float:left;
	clear:none;
}
#gallery .slide_thumb img{
	border:2px solid #111111;
	cursor:pointer;
}
#gallery .slide_thumb img:hover{
	border:2px solid #FFFF66;
}
#gallery #no_slides{
	text-align:center;
	font-size:1em;
	font-weight:bold;
}
#gallery #for_sale_toggle{
	float:right;
}
#gallery #for_sale_toggle img{
	float:right;
}
#gallery #artist_name{
	text-align:center;	
	clear:both;
	position:relative;
	top:-15px;
	width:300px;
	margin:0 auto;
}
#gallery #artist_name #name_img{
	margin:0 auto;
}
#gallery #slide_info{
	position:relative;
	top:-15px;
}
#gallery #slide_info #selected_text{
	width:200px;
	color:#55b655;
	text-align:left;
	margin-left:10px;
	float:right;
}
#gallery #slide_info #selected_text #selected_title{
	font-weight:bold;
}
#gallery #slide_info #selected_image{
	position:relative;
	left:100px;
}
#gallery #slide_info #invalid_ID{
	padding:20px;
	color:#55b655;
	font-weight:bold;
}
#content{
	text-align:left;
	color:#55b655;
	font-size:.9em;
}
#content a{
	text-decoration:none;
	color:#55b655;
	border-bottom:1px dotted #44a544;
}
#back_link a{
	font-style:italic;
	text-decoration:none;
	font-weight:bold;
	font-size:1.2em;
	color:#55b655;
	border-bottom:1px dotted #44a544;
}
	
#copyright{
	text-align:center;
	color:#444444;
	font-size:10px;
	font-family:sans-serif;
}
#copyright a{
	color:#444444;
	text-decoration:none;
	border-bottom:1px dotted #222;
}
