body {
margin: 0;
padding: 0;
background: #6FA281;
/* #ac8964; */
}

#bigphoto {
width: 315px;
height: 560px;
background: #DBCE85;
border: 1px #F1DFB7 solid;
}

#right {
border-top: 1px #F1DFB7 solid;
border-bottom: 1px #F1DFB7 solid;
border-right: 1px #F1DFB7 solid;
}

#title {
height: 80px;
background: #c39629 url(../images/logo.gif) no-repeat top left;
border-top: 1px #F1DFB7 solid;
border-bottom: 1px #F1DFB7 solid;
}

#content {
height: 255px;
background: #826735;
}

.txtContent {
	width: 445px;
	height: 255px;
	overflow: scroll;
	visibility: visible;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #faf2e1;
	padding: 15px;
scrollbar-base-color: #826735;
scrollbar-face-color: #826735;
scrollbar-arrow-color: #FFFFFF;
scrollbar-3dlight-color: #826735;
scrollbar-darkshadow-color: #826735;
scrollbar-track-color: #826735;
}

.txtContent p {
text-align: justify;
}

.txtContent a:link, .txtContent a:active, .txtContent a:visited, .txtContent a:hover {
color: #E6CA86;
}

.txtContent td {
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
}

.txtContent h1, h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #E6CA86;
	font-style: italic;
}

.txtContent h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #C39629;
	font-style: italic;
}

.lowText {
	text-decoration: none;
	color: #DBE0DB;
	font: 10px Arial, Helvetica;
	text-align: left;
	text-transform: uppercase;
}
.highText {
	text-decoration: none;
	color: #DBE0DB;
	font: 10px Arial, Helvetica;
	text-align: left;
	text-transform: uppercase;
	text-align: center;
}

/* Borders used by some items */
.itemBorder { border: 1px solid #F1DFB7 }
.itemBorderBlank { border: 1px solid #F1DFB7 }

#menu {
height: 30px;
background: #6FA281;
width: 760px;
}

.green {
height: 30px;
background: #6FA281;
}

.lightgreen {
background: #96BBA3;
}

.lightgreen-left {
background: #96BBA3 url(../images/leaves-left.gif) no-repeat top right;
}

.lightgreen-right {
background: #96BBA3 url(../images/leaves-right.gif) no-repeat top left;
}

#footer {
color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}

#footer p {
padding-left: 20px;
}

#footer a:link, #footer a:active, #footer a:visited {
color: #FFFFFF;
text-decoration: none;
}

#footer a:hover {
color: #FFFFFF;
text-decoration: underline;
}

.row1 {
background: #DBCE85;
color: #000000;
}

.row2 {
background: #e7dfb5;
color: #000000;
}

