body {
	text-align: center;
	padding: 0px;
	margin: 0px;
}
#holder {
	width: 770px;
	background: #9CBC98;
	text-align: left;
	margin: 0 auto 0 auto;
	border-top: medium solid #993300;
	border-right: medium solid #993300;
	border-bottom: medium solid #993300;
	border-left: thick solid #993300;
}
#header {
	background-color: #993300;
	font: large Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
}
#nav {
	width: 150px;
	float: left;
	padding: 45px 10px 15px;
	background-color: #9CBC98;
	margin: auto;
	clear: both;
	height: auto;
	border: thin none #993300;
}
#content {
	margin: 0 auto 0px 175px;
	padding: 15px;
	border-left: medium solid #993300;
	background: #FFFFFF;
	color: #993300;
	border-right: thin solid #993300;
	border-top-style: none;
	border-bottom-style: none;
	border-top-color: #993300;
	border-bottom-color: #993300;
	font: 14px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
}
.brclear { 
     clear:both; 
     height:0; 
     margin:0;
     font-size: 1px;
     line-height: 0px;
}
#footer {
	padding: 5px;
	border-top: thin solid #993300;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-color: #993300;
	color: #FFFFFF;
	font-size: x-small;
	text-align: center;
}
.callout {
    font: bold 180% Verdana, Arial, Helvetica, sans-serif;
    color: #FFFFFF;
    margin: 0px 0px;
    padding: 20px 10px;
}
#content p {
	line-height: 130%;
}
.nav-p {
	font: 14pt/130% "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
}
#nav a:link { /*property:values here*/
	color: #0000FF;
	text-decoration: none;
	font-weight: bold;
}
#nav a:visited { /*property:values here*/
	color: #0000FF;
	text-decoration: none;
}
#nav a:hover, #nav a:active, #nav a:focus { /*property:values here*/
	color: #FFFFFF;
	text-decoration: underline;
	background-color: #64915D;
}
#photo_box {
	vertical-align: baseline;
	margin: 5px 5px 15px 15px;
	padding: 0px;
	float: right;
	height: 333px;
	width: 250px;
	right: auto;
	position: relative;
	border-width: thin;
	border-style: solid;
}
#photo_box_wide {
	vertical-align: top;
	margin: 5px 5px 15px 15px;
	padding: 0px 0px 20px;
	float: right;
	height: 250px;
	width: 333px;
	right: auto;
	position: relative;
	border-style: none;
}
