@charset "UTF-8";
/* CSS Document */

body{
	margin-top: 10px;
	background:url(../../images/FiberoyBG.jpg) repeat;
	/*background-color:#C8C69D;
	background-color: #14683A;*/
	font-size:14px;
	font-family:Georgia, "Times New Roman", Times, serif;
	color: #6A4222;
}

div#holder{
	margin-right: auto;
	margin-left: auto;
	width: 900px;
}

div#pageTop{
	width: 900px;
	background:url(../../images/Corners_Top.gif) no-repeat top left;
	float: left;	
}

div#pageMiddle{
	width: 896px;
	background-color:#FFFDC8;
	float: left;	
	border-left: #6A4222 2px solid;
	border-right: #6A4222 2px solid;	
}

div#pageBottom{
	width: 900px;
	background:url(../../images/Corners_Bottom.gif) no-repeat;
	float: left;
	height: 29px;
	font-size: 8pt;
	text-align: center;
	font-size: 10px;
}

div#content{
	width: 856px;
	float: left;	
	padding-left:20px;
	padding-right:20px;
}

div#footer{
	width: 896px;
	float: left;
	font-size: 10px;
	text-align: center;
}

div#SpaceMaker{
	height: 7px;
	float:left;
	clear: both;
}

a{
	text-decoration: none;
	color:#629338;
}

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

.boxBorder{
	border: #14683A double medium;	
}

hr {
	color: #FFFDC8;	
	background-color: #FFFDC8;
	width: 850px;
	height: 3px;
	border-top: #6A4222 1px dotted;
	/*border-bottom: #6A4222 1px dashed;*/
	border-left: none;
	border-right: none;
}

img.photo {
	border: #6A4222 double medium;	
}
