body{
	margin: 0;
	background: #fff url('img/background3.jpg') no-repeat bottom center;
	position: relative;
}

a{
	color: #1a1a1a;
	text-decoration: none;
}

a:hover{
	color: #FAEFD5;
}

#hangert{
	background: url('img/hangert.jpg') repeat-x center top;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	height: 520px;
}

#header{
	width: 900px;
	height: 132px;
	background: transparent url('img/header.jpg') no-repeat center top;
	position: relative;
	margin: 0 auto;
}

#navbar{
	background: transparent url('img/navbar-background.jpg') no-repeat center top;
	height: 68px;
	position: relative;
	width: 900px;
	margin: 0 auto;
	padding: 0 0 0 250px;
}

#navbar ul{
	list-style: none;
	margin: 0;
	padding: 0;
	text-align: left;
}

#navbar ul li{
	float:left;
}

#navbar ul li.home a{
	display: block;
	background: url('img/nav-home2.png') no-repeat top center;
	width: 60px;
	height: 18px;
	float: left;
	margin-top: 24px;
	margin-left: 15px;
	margin-right: 30px;
	text-indent: -9999px;
}

	#navbar ul li.pictures a{
		display: block;
		background: url('img/nav-pictures.png') no-repeat top center;
		width: 92px;
		height: 18px;
		float: left;
		margin-top: 24px;
		margin-left: 15px;
		margin-right: 30px;
		text-indent: -9999px;
	}

		#navbar ul li.videos a{
			display: block;
			background: url('img/nav-videos.png') no-repeat top center;
			width: 74px;
			height: 17px;
			float: left;
			margin-top: 24px;
			margin-left: 15px;
			margin-right: 30px;
			text-indent: -9999px;
		}

			#navbar ul li.links a{
			display: block;
			background: url('img/nav-links.png') no-repeat top center;
			width: 54px;
			height: 17px;
			float: left;
			margin-top: 24px;
			margin-left: 15px;
			margin-right: 30px;
			text-indent: -9999px;
			}
		
#navbar ul li.home a:hover{
	background: url('img/nav-home.png') no-repeat bottom center;
}

	#navbar ul li.pictures a:hover{
		background: url('img/nav-pictures.png') no-repeat bottom center;
	}

		#navbar ul li.videos a:hover{
			background: url('img/nav-videos.png') no-repeat bottom center;
		}	
			#navbar ul li.links a:hover{
			background: url('img/nav-links.png') no-repeat bottom center;
			}	
			
#content{
	min-height: 1105px;
	width: 684px;
	background: transparent url('img/content-background.png') repeat-y center center;
	position: relative;
	margin: 0 auto;
	padding-top: 20px;
	padding-bottom: 50px;
	clear:both;
}


#block{
	width: 622px;
	margin: 0 auto;
	margin-top: 30px;
	position: relative;
}
	#block #top{
		background: url('img/block-top.jpg') no-repeat bottom center;
		height: 6px;
		padding: 0;
	}
	
	#block #mid{
		background: url('img/block-mid.jpg') repeat-y;
		padding: 0;
		margin: 0;
	}
	
	#block #bottom{
		background: url('img/block-bottom.jpg') no-repeat;
		height: 15px;
	}
	
	#block #img{
		width: 602px;
		margin: 0 auto;
	}
	#block #img img{
		border-bottom: solid 3px #ebebeb; 
	}
		#block #img #bottom{
			background: transparent url('img/img-bottom.png') no-repeat;
		}	
		
	#block #text{
		padding: 0 20px 5px 20px;
	}
	
	
#block #mid img.thumb{
	border: solid 3px #ebebeb;
	margin-right: 7px;
	margin-left: 7px;
	margin-top: 10px;
	margin-bottom: 10px;
}

#block #mid img.thumb:hover{
	border: solid 3px #c0b393;
}

#thumbcontainer{
	margin: 0 auto;
	width: 572px;
}
	
#footer{
	height: 72px;
	background: #3f3229;
	border-top: solid 3px #0f0f0f;
	margin:0;
	padding: 10px 20px;
}

#footer ul{
	list-style: none;
	padding: 0;
	margin: 0;
}

#footer ul li{
	display: inline;
}

	
br.clear{
	clear:both;
	display: none;
}

ul.links{
	padding: 0 0 20px 40px;
	margin: 0;
}

ul.links li a{
	color: #faefd5;
	text-decoration: none;
}

ul.links li a:hover{
	color: #1a1a1a;
}




/*T Y P O G R A P H Y */


body{
	font-family: verdana, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #faefd5;
}

#footer a{
	font-size: 10px;
	color: #fff;
	text-decoration; none;
}


#block #mid p{
	margin: 0;
	padding: 5px 20px 5px 20px;
}
