html, body {
	margin:0; padding:0;
	height:100%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #333333;
}

a:link {
	color: #999;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #999;
}
a:hover {
	text-decoration: none;
	color: #CCC;
}
a:active { text-decoration: none; }

#floater {
	position:relative; 
	float:left;
	height:50%;	
	margin-bottom:-300px;
	width:1px;
}
 
#centered {
	position:relative; 
	clear:left;
	width:1100px; 
	height:600px;
	margin:0 auto;
	/*border:solid 1px #F0F;*/
}

.header, .header a {
	position:absolute;
	top:0px;
	left:0px;
	width:300px;
	font-size: 24px;
	color: #FFFFFF;
	font-weight: bold;
	letter-spacing: 3px;
	text-decoration: none;
}

.mainmenu {
	position:absolute;
	width:200px;
	top:40px;
	left:0px;
	height:520px;
	background-color:#666;
	padding-top:20px;
}

.rightmenu {
	position:absolute;
	top:40px;
	left:900px;
	width:200px;
	height:540px;
	background-color:#666;
}

.main {
	position:absolute;
	top:40px;
	left:200px;
	width:700px;
	height:540px;
	background-color:#999;
}
/*.greenBorder {
	border: 1px solid green; 
}*/

#centerHV1 {
	display: table;
	height: 540px;
	width: 700px;
	overflow: hidden;
}

#centerHV2 {
	 display: table-cell; 
	 vertical-align: middle;
}
#centerHV3 {
	text-align:center;
}

.photographerscredits{
	position: absolute;
	top:-20;
	right:0;
		
	}
	
.titlecaptionbox {
	position:absolute;
	top:580px;
	left:200px;
	width:700px;
	color: #CCCCCC;
	font-size: 10px;
	background-color: #333333;
	padding: 6px 0px 3px;
}

.titlebox {
	position:absolute;
	top:0px;
	left:0px;
	width: 100%;
	font-size: 12px;

}
.captionbox {
	position:absolute;
	top:0px;
	right:0px;
	font-size: 12px;

}

.footer {
	background-color:#333333;
	padding: 20px;
}

#LHS a {
	font-size: 14px;
	color: #AAAAAA;
	text-decoration: none;
	margin-left: 0px;
	margin-bottom: 2px;
	border: solid 0px #C41427;
	background-color: #666;
	font-weight: normal;
	padding: 5px;
	padding-top: 3px;
	padding-bottom: 3px;
	display: block;
	text-align: center;
}

#LHS a:hover {
	color: #FFFFFF;
	text-decoration: none;
}

#home #lhs-home, 
#recent #lhs-recent, 
#collection #lhs-collection, 
#drawings #lhs-drawings, 
#outdoors #lhs-outdoors, 
#pooh_sticks #lhs-pooh_sticks, 
#contact #lhs-contact, 
#bio #lhs-bio {
	background-color: #333333;
	color: #FFFFFF;
}

#nav{
	position:absolute;
	top:14px;
	left:34px;
	width:140px;
	list-style-type: none;
	margin:0;
	padding:0;
}

#nav li  {
	padding:4px;
	margin:3px;
	background-color:#666;
	float:left;
	width:50px;
	height:50px;
} 

#nav li:hover {
	background-color: #999;	
} 

#nav li.current {
	background-color: #fff;	
}
/*

#home #header { background-color: #333333; }

#home #header a { color: #FFFFFF; }

#header a:hover { color: #FFFFFF; }


#nav div {
	width:60px;
	float:left;
}

#nav img {
	border: 4px solid #666666;
} 

#nav a.current{
	border: 4px solid #660066;
}
*/

.contact {
	position:absolute;
	width:650px;
	top:395px;
	left:28px;
	text-align:center;
	font-size: 14px;
	font-weight: bold;
	color: #333333;
	text-decoration: none;
	font-size: 14px;
}

.contact a {	
	text-decoration: none;	
	color: #333333;

	}

.contact a:hover {
	text-decoration: none;
		color: #666666;

}

.pooh-sticks { font-size: 14px; }

