*{
	font-family: Arial, Verdana, Helvettica, serif;
	font-size: 13px;
	color: #1a7700;
}

body{
	background-color: #f1f1c6;
}

#wrapper{
	margin: 0px auto;
	width: 775px;
}

a{
	text-decoration: none;
}

a:hover{
	text-decoration: underline;
	color:#111;
}

#navigation{
	height:160px;
	color: #1a7700;
	text-align:center;
}

#navigation img{
	border:0px;
}

.menu {
	text-align:center;
	font-size:13px;
	}
	
.menu a {
	padding:7px;
	padding-left:10px;
	padding-right:10px;
	}
		
.menu a:hover {
	text-decoration:none;
	color:#111;
	}

#image{
	clear: both;
	margin: 1px auto;
	width: 775px;
	text-align:center;
}

#image img{
	border: 10px SOLID White;
	margin: 5px;
}

#image-navigate{
	margin: 1px auto;
	width: 775px;
	text-align:center;
}

.image-previous{
	float: left;
	text-align:left;
	width:50%;
}

.image-next{
	float: right;
	text-align: right;
	width:50%;
}

#image-title{
	margin: 1px auto;
	text-align: center;
}

#image-title h2{
	margin: 0px;
}

#image-title a{
	font-size: 20px;
	font-weight: bold;
	color: #f1f1c6;
	text-decoration: None;
}

#image-title a:hover{
	text-decoration: Underline;
}

#image-nav-info{
	margin: 0px auto;
	width: 775px;
	text-align:center;
}

#image-info{
	margin: 1px auto;
	margin-top: 2px;
	width: 775px;
	text-align:left;
}

#footer{
	font-size: 10px;
	text-align: right;
	padding-top: 7px;
	clear: both;
}

#footer a{
	font-size:10px;
}

#footer-links{
	margin-top:12px;
	font-size: 11px;
	text-align: center;
	padding-top: 7px;
	clear: both;
}

#footer-links a{
	font-size: 11px;
}

#thumbnails img {
	border: 2px SOLID #f1f1c6;
	margin: 5px;
	
}

.title{
	font-size: 17px;
	font-weight: bold;
}

#page select{
	color: Black;
}

#comments img{
	border: 4px SOLID White;
	margin: 5px;
}

#comments .title{
	font-size: 15px;
	padding-top: 5px;
}

#comments-list{
	border: 2px SOLID #74a247;
	margin: 5px;
	background-color: White;
	color: Black;
}

#about-photo{
	border: 2px SOLID #74a247;
	margin: 5px;
	background-color: White;
	color: Black;
}

#comments-list ul li{
	padding-bottom: 5px;
}

#addcomment{
	padding-top: 5px;
}

#addcomment textarea{
	border: 2px SOLID #74a247;
	background-color: White;
	color: Black;
	padding: 2px;
	margin-left: 5px;
}

#addcomment input{
	border: 2px SOLID #74a247;
	background-color: White;
	color: Black;
	padding: 2px;
	margin-left: 5px;
}

#addcomment .comment-button{
	cursor: pointer;
}

#photo-info{
	width: 500px;
	margin: 8px auto;
	border: 2px SOLID #74a247;
	background-color: #f1f1c6;
	color: Black;
	text-align: left;
	padding: 3px;
	clear: both;
	display: none;
}

#about{
	width: 600px;
	margin: 8px auto;
	border: 1px SOLID #74a247;
	background-color: White;
	color: Black;
	text-align: left;
	padding: 3px;
	clear: both;
}

.left{
	float: left;
	text-align:left;
	width:50%;
	font-size: 10px;
}

.right{
	float: right;
	text-align: right;
	width:50%;
	font-size: 10px;
}

