html { min-height: 100%; margin-bottom: 1px; }

* {
	margin: 0;
	padding: 0;
}

a {color: #963;}
a:hover {color: #D5BF7E;}

body {
	background: #EDEEE9;
	color: #444;
	font: normal 62.5% Tahoma,sans-serif;
}

p,code,ul {padding-bottom: 1.2em;}

li {list-style: none;}

h1 {
	font: normal 1.8em Tahoma,sans-serif;
	margin-bottom: 4px;
}

code {
	background: #FFF;
	border: 1px solid #B5B4A6;
	border-left: 6px solid #B5B4A6;
	color: #666;
	display: block;
	font: normal 1em Tahoma,sans-serif;
	line-height: 1.6em;
	margin-bottom: 12px;
	padding: 8px 10px;
	white-space: pre;
}

blockquote {
	background: url(images/quote.gif) no-repeat;
	display: block;
	font-weight: bold;
	padding-left: 28px;
}

h1,h2,h3 {padding-top: 6px;}

/* misc */
.dbwsclear {clear: both;}

.dbwsleft {float: left;}

.dbwsright {float: right;}

/* structure */
.holder-middle {
	background:url(images/bgpage.gif) #FFFFFF;
	font-size: 1.2em;
	margin: 0 auto;
	padding: 0px;
	width: 781px;
}
.holder-menuhtop {
	width: 701px;
	margin:0px 0px 0px 36px;
}
/* header */
.top {
	padding: 0;
}

/* title */
.header {
	background: #FFF;
	font-size: 1.2em;
	height: 81px;
	margin: 0 auto;
	padding: 0px;
	width: 781px;
	background: #B3C2C7 url(images/header.gif) no-repeat;	
}
.header .dbwsleft, .header .dbwsright {
	color: #FFF;
	height: 81px;	
}
.header .dbwsleft {
	background: #B3C2C7 url(images/header.gif) no-repeat;
	font: normal 2.8em "Trebuchet MS",sans-serif;
	line-height: 81px;
	text-align: center;	
	width: 564px;
}
.header .dbwsright {
	width: 212px;
}
.header .dbwsright p,.header .dbwsright h2 {padding: 0 16px;}
.header .dbwsright h2 {padding-top: 16px; font: normal 1.6em "Trebuchet MS",sans-serif;}

/* navigation */
.menuhtop {	
	background: #B5B4A6 url(images/bgmenuhtop.gif);
	border: 1px solid #9B9B92;
	border-color: #9B9B92 #9B9B92;
	height: 35px;
}
.menuhtop a {
	background: #B5B4A6 url(images/bgmenuhtop.gif);
	border-right: 1px solid #9B9B92;
	color: #456;
	display: block;
	float: left;
	font: bold 1.1em sans-serif;
	line-height: 35px;
	padding: 0 20px;
	text-decoration: none;
}
.menuhtop a:hover {background-position: left bottom; color: #234;}

/* main */
#main {
	background: url(images/bgpage.gif) repeat-y;
}

/* sub navigation */
.rightcol {
	float: right;
	width: 230px;
	padding:25px 70px 0px 0px;
	background-image:none;
}
.sidenav {
	padding-top:20px;
}
.sidenav h2 {
	color: #5A5A43;
	font-size: 1em;
	margin: 0;
	padding: 10px 0px 10px 12px;
	background:#E4E4DC;
	line-height:20px;
}
.sidenav ul {
	padding: 0;
	border-top: 1px solid #EAEADA;
}
.sidenav li {border-bottom: 1px solid #EAEADA;}
.sidenav li a {
	font-size: 1.1em;
	color: #554;
	display: block;
	padding: 8px 0 8px 5%;
	text-decoration: none;
	width: 95%;
}
.sidenav li a:hover {
	background: #F0F0EB;
	color: #654;	
}

/* content */
.content {
	float: left;
	margin: 20px 0;
	padding: 0 20px 0 60px;
	width: 360px;
}
.content .descr {
	color: #664;
	font-size: 0.9em;
	margin-bottom: 6px;
}
.content li {
	list-style: url(images/li.gif);
	margin-left: 18px;
	margin-bottom:8px;
}
.content p {font-family: "Lucida Sans Unicode",sans-serif;}

/* footer */
.footer {
	background: url(images/footer.gif) no-repeat;
	color: #626034;
	font: bold 1em sans-serif;
	line-height: 39px;
	text-align: center;
	height:90px;
}

#holder-middle .image {
	position: relative;
	margin: 3px 20px 0 -100px;
	float: left;
	border: 5px solid #000000;
	background-image:url(images/bee1.png);
}
.photo_right {
  float:right;
  border:solid 1px #A29061;
  margin-top: 5px;
  margin-left:15px;
  margin-bottom:5px;
  padding:5px;  
} 

.photo_left {
  float:left;
  border:solid 1px #A29061;
  margin-top: 5px;
  margin-right:15px;
  margin-bottom:5px;
  padding:5px;
} 

.photo_right_nobrdr {
  float:right;
  margin-top: 5px;
  margin-left:15px;
  margin-bottom:5px;
} 

.photo_left_nobrdr {
  float:left;
  margin-top: 5px;
  margin-right:15px;
  margin-bottom:5px;
}

.photo_brdr {
  border:solid 1px #A29061;
  padding:5px;  
}

.photo_caption {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	text-align: left;
	line-height: normal;
}
