body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	color: #ffffff;
	background-image: url(../images/bg.png);
	background-repeat: repeat-x;
	background-color:#c9da7a; 
	text-align: center;
	margin: 0px;
	padding: 0px;
}
#holder {
	width: 920px;
	text-align: left;
	margin: 0 auto 0 auto;
}
#header {
	background-image:url(../images/logo.png);
	background-repeat:no-repeat;
	height: 70px;
	z-index: 1;
}
#pic
{
width: 560px;
margin: 20px 55px 0 0 ;
height: 233px;
float:right;
background-image: url(../images/pic_bg1.png);
background-repeat:no-repeat;
}
#nav {
margin: 20px 0 0 55px;
height: 235px;
	width: 190px;
	float: left;
	padding: 5px 0px;
	background-image:url(../buttons/bg_buttons.png);
	background-repeat: no-repeat;
}
#content {
width: 790px;
margin: 0 auto 0 auto;
	background-image:url(../images/bg_content.png);
}
#top {
	margin: 0 auto 0 auto;
	width: 915px;
	height: 272px;
	background-image:url(../images/floral1.png);
	background-repeat:no-repeat;
}
#image {
	width: 140px;
	float: left;
	padding: 15px 10px;
}
#footer {
	padding: 5px;
	margin-top: 10px;
	height: 35px;
	font-size: 70%;
	color: #000000;
	background-image:url(../images/footer1.png);
}
.callout {
	font: bold 130% Georgia, "Times New Roman", Times, serif;
	color:#0000FF;
	margin: 0;
	padding: 20px 10px;
}
.brclear { 
     clear:both; 
     height:0; 
     margin:0;
     font-size: 1px;
     line-height: 0px;
}
p {
	font-size: 100%;
}
#content p {
	line-height: 130%;
}
.photos
{
display:inline;
}
/*#nav a:link { 
	color: #000000;
	padding-left: 25px;
	text-decoration: none;
	font-weight: bold;
}

#nav a:visited { 
	color: #666;
	text-decoration: none;
	font-weight: bold;
}

#nav a:hover, #nav a:active, #nav a:focus {  
	color: #653936;
	text-decoration: none;
	font-weight: bold;
}*/
#nav ul {
list-style: none;
width: 170px;
margin: 0px;
padding: 0px;
text-indent: 0px;
padding-left: 10px;
}
#nav ul li {
margin: 0px;
background-image: url(../buttons/dash.png);
background-repeat:no-repeat;
padding: 0px;
line-height:22px;
vertical-align:middle;
}
#nav ul li a {
font-size: 100%;
vertical-align:middle;
display: block;
padding: 8px 0px 8px 25px;
text-decoration: none;
color: #000000;
}

#nav ul li a:hover, #vertmenu ul li a:focus {
color: #ffffff;
}
/*another box */
.roundbox-tr {
	padding:0;
	background:url("../images/top.png") no-repeat right top;
	width: 790px;
	height: 59px;
	z-index:103;
}

/* top-left corner and left side */
.roundbox-tl {
	margin:0;
	padding:0;
}

/* bottom-right corner and bottom side */
.roundbox-br {
	margin:0;
	padding:0;
	background:   url("../images/bottom.png") no-repeat right bottom;
	height:24px;
	z-index:102;
}


/* content div, it could be omitted (the content going into "roundbox-bl" but I felt that alinging the content was easier 
with "roundbox-content" in place */
.roundbox-content {
	margin:0;
	padding:1em 2em;
	background:url(../images/cont.png) right top;
	z-index:101;
}

.roundbox-content p {
	margin:0;
	padding:0;
	line-height:1.6;
}

/* roundbox CSS ends here  */
h1
{
	font: 24px Verdana, Arial, Helvetica, sans-serif;
	color: #ffffff;
	line-height: 1.5em;
	margin: 0;
	padding: 10px 0 0 15px;
}
h2
{
	font: 20px Verdana, Arial, Helvetica, sans-serif;
	color: #ffffff;
	line-height: 1.5em;
	margin: 0;
}
.large
{
	font: 20px Verdana, Arial, Helvetica, sans-serif;
	color: #ffffff;
	line-height: 1.5em;
	margin: 0;
}
.small
{
font: Verdana, Arial, Helvetica, sans-serif;
	color: #ffffff;
	font-size:12px;
}
ul.list
{

  margin-left: 5px;
  padding-left: 25px;

}
ul.list li
{
padding-bottom: 1em;
}
a {
	color: #ADC93F;
}
a:hover {
	color: #739B24;
}