html, body {
	margin:0;
	padding:0;
	}
	
#boxMenuTop {
	position:relative;
	height:65px;
	border:0px solid #F60;
	background-color: #9b8b71;
	border-bottom:0px solid #227c63;

}

#boxFooter {
	height:25px;
	padding:0 0 0 0;
	background-color: #9b8b71
}

#textBox {
	position:relative;
	top:30px;
	width:520px;
	height:356px;
	border:0px solid #F60;
}

hr {
	clear:both;
	float:none;
	position:relative;
	margin:0px;
	border:1px solid #77694e;
	margin-left:20px;
	margin-right:20px;
}

.copyright {
	position:relative;
	top:0px;
	float:right;
	border:0px dotted #FFF;
	padding: 0 15 0 0;

}

.gallery {

	overflow:auto;
	text-align:left;
	border:0px solid #F60;
	margin:0 20 0 20;
}

.bio {
	height:265px;
	overflow:auto;
	text-align:left;
	border:0px solid #F60;
	margin:0 10 0 10;
}

.gallery a img {
	border:1px solid #000;
}

.icons {
	border:0px solid #f60;
	text-align:center;
	background-color:#9a8c70;
	margin:0 7 0 7;
}

.icons a {
	padding-right:10px;
}

.icons a img {
	border:1px solid #4b4840;
}

.icons a img:hover {
	border:1px solid #599d8a;
}

#newsBox {
	padding:5 20 5 20;
	width:500px;
	border:0px dotted #666;
}

#boxT, #boxR, #boxB, #boxL  {
	position:relative;
	z-index:5;
	}

#boxTR, #boxBR, #boxBL, #boxTL {
	position:relative;
	z-index:5;
	background-repeat: no-repeat;
}

#boxT {
	background-image: url(images/boxEdge.gif);
	background-repeat: repeat-x;
	background-position: top;
	background-color: #83765b;
	}
	
#boxR {
	background-image: url(images/boxEdge.gif);
	background-repeat: repeat-y;
	background-position: right;
	}
	
#boxB {
	background-image: url(images/boxEdge.gif);
	background-repeat: repeat-x;
	background-position: bottom;
}

#boxL {
	background-image: url(images/boxEdge.gif);
	background-repeat: repeat-y;
	background-position: left;
}

#boxTR {
	background-image: url(images/boxTR.gif);
	background-position: right top;
}

#boxBR {
	background-image: url(images/boxBR.gif);
	background-position: right bottom;
}

#boxBL {
	background-image: url(images/boxBL.gif);
	background-position: left bottom;
}

#boxTL {
	background-image: url(images/boxTL.gif);
	background-position: left top;
}

#boxText {
	position:relative;
	margin-bottom:10px;
	} 
