
body{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #fffbc9;
}

.body{
	background-color: #8b663f;
}

#header{
	margin-bottom: 10px;
}

.navmenu{
	text-align: center;
	margin: 20px;
}

.formbutton{
	background-color: #8b663f;
	color: #000000;
	font-weight: bold;
}

.main{
	margin-top: 20px;
	margin-right: 20px;
	margin-bottom: 20px;
	margin-left: -5px;
	background-color: #c19668;
}

#content{
	margin: 20px;
	margin-top: 20px;
}

#bio-table{
	font-weight: bold;
	font-size: 14px;
}

h1{
	text-decoration: none;
	text-align: center;
}

.img_desc{
	font-weight: bold;
}

.gallery-image{
	margin-bottom: 2px;
}

.bottom-cell{
	background-image: url("images/bottom.png");
	background-repeat: no-repeat;
	font-size: 11px;

}

.bottom-cell a{
	font-size: 12px;
	text-decoration: none;
	color:#ffff99;
}
.bottom-cell a:hover{
	font-size: 12px;
	color: #d6821f;
	text-decoration: underline;
}

.floatright{
	float: right;
}
.floatleft{
	float: left;
}

.message{
	font-size: 16px;
	font-weight: bold;
	color:#0000FF;
}

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

.album_name a{
	color:#212121;
	text-decoration:none;
}

.album_name a:hover{
	color:#8b663f;
	text-decoration:none;
}

