body {
	text-align: center;
	margin-top: 50px;
	margin-bottom: 20px;
	background: #75674c; 
	background-image: url(../background.jpg);
	background-repeat: repeat-x; 
	background-position:top;
}
#container {
	width: 610px;
	margin: 0 auto;
	text-align: center;
	background-color: #1e1711;
	border: thin solid #9a8b6b;
}
#contact {
	width: 355px;
	text-align: left;
	float: right;
}
#biobox {
	width: 275px;
	text-align: left;
	float: right;
	position: inherit;
	top: 0;
}
#gallerybox {
	width: 275px;
	text-align: left;
	float: right;
	padding-top:10;
	position: inherit;
	top: 0;
}
.contact {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #9a8b6b;
	padding: 5px;
	font-variant: normal;
}
.smallprint {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 9px;
	color: #6C624A;
	text-align: center;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 5px;
}
.bio {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	color: #9a8b6b;
	padding-top: 0px;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 15px;
}

a:link {
	color: #9a8b6b;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #9a8b6b;
}
a:hover {
	text-decoration: underline;
}
a.biol:link {
	color: #BCAB8B;
	text-decoration: none;
}
a.biol:visited {
	text-decoration: none;
	color: #C8BA9F;
}
a.biol:hover {
	text-decoration: underline;
}
