

body{
	font-family: 'Arial';
	text-align: center;
}

a{
	text-decoration: none;
}
a:hover{
	text-decoration: underline;

}

#menu a{
	color: #FFFFFF;
	text-decoration: none;
	
	
}
#menu a:hover{
	color: #01192c;
	border-bottom: 3px solid #01192c;

}

.floatleft{
	float: left;
}

.floatright{
	float: right;
}

.clearboth{
	clear: both;
}


h2{
	color:#000000;
	text-decoration: none;
	font-size: 30px;
	margin: 15px 50px 15px 0;
	text-indent: 50px;
	

}

h3{
	color:#000000;
	text-decoration: none;
	font-size: 20px;
	margin: 0px 0px 0px 0;
	text-indent: 0px;
	

}


div#page{
	width: 1000px;
	margin: 0 auto 0 auto;
	text-align: left;
}


div#header{
	width: 1000px;
	height: 425px;
	border: 1px solid black;
	border-bottom: 0;
	background: #FFFFFF url('header_bg.jpg') no-repeat bottom center;
	text-align: center;
}

#header h1{
	text-indent: -9999px;
	margin: 0;
}
div#recent_items img{
	border: 2px solid black;
	margin: 0 20px 0 20px;
}


div#menu{
	font-family: 'Impact','Arial';
	text-align: center;
	font-size: 36px;
	color: #FFFFFF;
	height: 75px;
	width: 1000px;
	background: #FFFFFF url('menu_bg.jpg') no-repeat bottom center;
	border: 1px solid black;
	border-top: 0;
}

#menu ul{
	border-top: 4px solid #FFF;
	list-style: none;
	padding: 5px 0 0 0;
	margin: 0 0 0 200px;
	width: 650px;
}

#menu ul li{
	display: inline;
	margin: 0 40px 0 40px;
}

div#content{
	border: 1px solid black;
	border-top: 0;
	padding: 5px 0 15px 0;
	width: 1000px;
}

#sidebar{
	width: 342px;
	font-size: 0.8em;
	padding-top: 10px;
	float: left;
}

#narrow-column{
	width: 640px;
	margin-right: 12px;
	float: right;
}

div#content .post{
	padding: 0 12px 0 350px;
}

#album_listing{
	width: 900px;
}

#album_listing ul{
	margin-bottom: 50px;
}
#photo_page{
	margin: 0 50px 0 50px;
	width: 900px;
}


#photos_in_album{
	margin: 0 50px 0 50px;
	width: 900px;
	text-align: justify;
}

#photos_in_album img{
	margin: 0 10px 0 10px;
	border: 1px solid #000;
}


#single_photo{
	width: 900px;
}
#single_photo img{
	text-align: center;
	margin: 0 auto 0 auto;
	border: 1px solid #000;
}

#gear{
	padding: 0 20px 0 20px;
}


#about_me h2{
	padding-top: 10px;
}

#about_me img{
	margin: 0 15px 10px 10px;
	border: 1px solid #666;
}

#content p{
	line-height: 24px;
}

div#footer{
	clear: both;
	width: 1002px;
	font-size: 14px;
	color: #888888;
	text-align: center;
	border-top: 10px #AAA solid;
	margin-bottom: 100px;
}