/* CSS RESETS */
ul{ 	margin: 0;  list-style-type:none; }
a:active {	outline: none; }
a:focus {	outline-style: none; }
a, img{border: none;}
*{padding: 0;
margin: 0;
}
a{
	border:none;
	text-decoration: none;
}

body{
	background: #DDD url('../images/wood_texture.jpg') repeat;
}

/* main page header */
#header{
	margin: 30px auto 20px auto;
	height: 73px;
	width: 429px;
}

/* gallery header */
#hd{
	height: 40px;
	width: 850px;
	margin: 20px auto;
/*	background: #DDD url('../images/navbar.jpg') 0 0 no-repeat; */
}

.nav_btn{
	width: 170px;
	height: 40px;
	display:inline;
	float: left;
}

.nav_btn a{
	width: 170px;
	height: 40px;
	display:block;
}

#home_nav a { background: url('../images/home_nav1.jpg') 0 0 no-repeat; }
#landscape_nav a { background: url('../images/landscape_nav.jpg') 0 0 no-repeat; }
#wildlife_nav a { background: url('../images/wildlife_nav.jpg') 0 0 no-repeat; }
#flowers_nav a { background: url('../images/flowers_nav.jpg') 0 0 no-repeat; }
#other_nav a { background: url('../images/other_nav.jpg') 0 0 no-repeat; }

/* animation */
#home_nav a:hover,
#landscape_nav a:hover,
#wildlife_nav a:hover,
#flowers_nav a:hover,
#other_nav a:hover{
	background-position: 0 -40px;
}

#landing_imgs{
	width:816px;
	height: 524px;
	margin: 30px auto;
	border: 2px solid #111;
}

.main_column{
	float: left;
	display: inline;
	height: 520px;
	width: 200px;
	border: 2px solid #111;
	margin: 0;
	padding: 0;
	
}

/* photo gallery */
#gallery{
	position: relative;
	width: 855px;
	margin: 30px auto;
	height: auto;
	overflow: hidden;
}
#gallery div{
	background: #DDD url('../images/frame.jpg') 0 0 no-repeat;
	width:235px;
	height: 160px;
	float: left;
	margin: 20px 25px;
}
#gallery img{
	margin:5px;
	border: none;
}

/* footer */
#ft{
	overflow: hidden;
	width: 100%;
	margin: 20px auto;
	text-align:center;
	position: relative;
}

#ft a{
	font-family: Georgia, serif;
	margin: 0 40px;
	color: #666;
}
#ft a:hover{
	color: #ccc;
}
