@charset "UTF-8";
/* CSS Document

adapted from     xyzxyzxyz 


*/


html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	vertical-align: baseline;
	background: transparent;
}


body {
/*	font:normal 100%/140% Verdana, Geneva, sans-serif;  */
	font-family: Verdana, Geneva, sans-serif;
	font-size: 0.8em;
	background:#fff;
	color:#664411;
	text-align:center;
	min-width:750px;
}





#wrapper {
	position:relative;
	margin:0 auto 0 auto;
	text-align:left;
	max-width:800px;
}

#head {
	position:absolute;
	top:0;
	left:0;
	height:200px;
	width:100%;
	background-image:url(images/bg-top.jpg);
	background-position:left;
	background-repeat:no-repeat;
	z-index:100;
}
#head h2 {
	position:relative;
	left:200px;
	top:80px;
	height:25px;
	text-align:left;
	font-size:16px;
	font-weight:normal;
	/*font-style:italic;*/
}
#head h2 #blurb {
	font-size:11px;
}

#body {
	position:relative;
	width:100%;
	max-width:1000px;
/* */
	top:240px;
	margin:0px 0 0 0;
	font-size:90%;
	z-index:50;
}
#main {
	margin:0;
}

#foot {
	position:relative;
	height:100px;
	width:100%;
	z-index:50;
	top:240px;
	border-top:#664411 1px solid;
	font-size:75%;
}





#navigation {
	position:relative;
	top:140px;
	left:200px;
	height:3em;
	margin:0;
/*	margin:180px 0 0 200px; */
	font-size:75%;
}


#navigation ul {
	list-style-type:none;
	padding:0;
}
#navigation ul li  {
	width:115px;
	margin:0 1px 0 1px;
	text-decoration:none;
	float:left;
	padding:0;
	background-color:#fff;
	/*
	border:1px outset #334;*/
	border:1px solid #cbc6be;
	color:#664411;
}
#navigation ul li a {
	text-decoration:none;
	display:block;
	padding:5px 0px 5px 5px;
	color:#664411;
}
#navigation ul li a:hover {
	text-decoration:none;
	color:#fff;
	background-color:#641;
}
#navigation ul #curlnk {
	display:block;
	/* padding:5px;
	color:#dddddd;  */
	font-weight:bold;
}
#navigation ul ul {
	display:none;
}
#navigation ul li:hover ul {
	visibility:visible;
	display:block;
	position:absolute;
	width:110px;
	margin:0 0 0 -2px;
	/* for IE */
  filter:alpha(opacity=85);
  /* CSS3 standard */
  opacity:0.85;
 }
#navigation li li a {
	padding:5px;
}







h1, h2, h3 {
	margin:0 0 .5em 0;
	color:#641;
}
p, ul, ol, dl {
	margin:0 0 1.5em 0;
}
ul {
	padding:0 0 0 25px;
}
a {
	text-decoration:underline;
}
a:link, a:visited {
	color:#641;
}

a:hover, a:active {
	color:#332209;
}





.text_box {
	width:25%;
	float:right;
	font-size:85%;
	line-height:1.2;
	color:#664411;
	border:1px solid #664411;
	/* border:1px outset #666; */
	background-color: #cbc6be;
	margin:0 0 15px 20px;
	padding:.5em;
}
.text_box p {
	margin:0 0 1em 0;
}
.text_box :last-child {
	margin-bottom:0;
}
.text_box a:link, .text_box a:visited {
	color:#641;
}
.text_box a:hover, .text_box a:active {
	color:#332209;
}
