body {
 margin: 0px;
 padding: 0px;
 font-family: Georgia, Times, "Times New Roman", serif;
 color: black;
 font-size: small;
 width: 800px;
 background-color: #000000;
 //background:  url("images/paper.gif") repeat top left;
}
#wrap {
	position:absolute;
	top: 10px;
	left: 50%;
	margin-left: -400px; /*set to a negative number 1/2 of your width*/
	width: 800px;
	border: 1px solid;
	background-color: #ffffff;
	overflow: auto;
}
#header {

 margin: 0; padding: 0;
}
#sidebar {
 float: left;
 width: 160px;
 margin-left: 10px;
}
#columnRight {
 padding-top: 10px;
 margin: 0 2em 0 200px;
}
#footer {
 clear: both;
 background-color: #ccc;
 border-top: solid #004cc3 1px;
 text-align: center;
 color: #cccccc;
background-color: #71854a;
}

.buttonscontainer {width: 165px;margin:15px 0px 5px 8px; padding:0;}
div.buttonscontainer .buttonheading {
	font-size: 105%; 
	font-weight: bold; 
	margin: 0px 0px 0px 0px; 
	display: block;
	text-align: left;
	border-bottom: solid black 2px;
	border-left: solid black 1px;
	border-top: solid black 1px;
	border-right: solid black 1px;
	padding: 2px;
	padding-left: 5px;
	color: #fff;
	background-color: #71854a;
}


.buttons .active{
color: #ffffff;
font: 100% Arial, sans-serif;
padding: 2px;
font-weight: bold;
text-decoration: none;
padding-left: 3px;
display: block;
text-align: left;
text-indent:.25em;
border-bottom: 1px solid #999;
background: #a6b38e;
}

.buttons a {color: #71854a;
/*background-color: #cccccc;*/
padding: 2px;
padding-left: 3px;
display: block;
text-indent:.2em;
border-bottom: 1px solid #999;
border-left: 1px solid #999;
border-right: 1px solid #999;
font: 105% Arial, sans-serif;
font-weight: bold;
text-decoration: none;
text-align: left;
background-image:  url(/images/css/nav.gif);
background-repeat: no-repeat;
background-position: 0% 50%;}

.buttons a:hover {
background-color: #ccc;
color: #fff;
text-decoration: none;
background: #a6b38e;
}

.buttons .box {
color: #71854a;
/*background-color: #cccccc;*/
padding: 2px;
padding-left: 3px;
display: block;
text-indent:0;
border: 1px solid #999;
font: 90% Arial, sans-serif;
font-weight: bold;
text-decoration: none;
text-align: left;
background-image:  url(/images/css/nav.gif);
background-repeat: repeat;
background-position: top left;
}

.buttons .box a{
	text-decoration: none;
	background-image: none;
	border: none;
	padding-left: 0px;
	text-indent: 0;
}

html div.buttonscontainer { border-top: 1px solid #999;}

.testimonial{
	border-bottom: solid black 1px;
	padding: 5px;
}

.testimony{
	font-style: italic;
}

.testifier{
	font-weight: bold;
}

.testimonyevent{
}
label{
	font-weight: bold;
	font-size: 110%;
	text-align: right;
	float: left;
	width: 100px;
}
.error{
	color: #ff0000;
	font-weight: bold;
	font-size: 130%;
}

#photocontainer{
	width: 550px;
	float: left;
}

#photo{
	float: left;
	text-align:center;
	font-weight: bold;
	font-size: 100%;
	text-align: center;
}

#photothumbs{
	float: right;
	text-align: center;
	width: 230px;
	height: 400px;
	overflow: auto;
	padding: 5px;
	margin: 0px 0px 0px 5px;
	border-left: solid black 1px;
}

#photothumbs header{
	font-weight: bold;
	font-size: 90%;
}

.photothumb{
	float: left;
}
div#photolist ul {
color: #333333;
list-style: none;
padding: 6px;
margin: 2px;
}
div#photolist li {
	margin-bottom:.5em;
	font-weight:bold;
	text-indent: 0px;
  }

.eventdescription{
	font-size: 120%;
	font-weight: bold;
	padding: 5px; margin: 5px;
}
