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

html *, body * {
margin:0;
padding:0;
}

body {
background: url(images/background_fence.jpg) 0px 135px repeat-x;
text-align:center;
font-size:12px;
line-height:1.8em;
font-family:Georgia, "Times New Roman", Times, serif;
}

a img {
border:none;
}

#containerforabsolutes{ /* EH: 5/19/2009 */
	position: absolute;
	top: 0px;
	left: 0px;
	width: 900px;
	height: 213px;
	border: 0px solid green;	
}

div#wrapper {
margin: 0 auto;
text-align:center;
width:889px;
position: relative; /* EH: 5/19/2009 */
border: 0px solid red; /* EH: 5/19/2009 */
}

div#wrapper div#header{
background:#fff url(images/header_bg.jpg) no-repeat;
height:135px;
width:889px;
text-align:left;
}

div#wrapper div#header a img{
width:239px;
height:76px;
position:absolute;
top:45px;
margin-left: 65px;
}

div#logo{
position:absolute;
top:45px;
left: 65px;
height:76px;
width:239px;
text-align:left;		
}

div#nav {
position:absolute;
top:135px;
left: 0px;
height:78px;
width:887px;
text-align:left;
border: 0px solid blue; /* EH: 5/19/2009 */
}

div#nav ul {
list-style-type:none;
}

div#nav ul li{
position:relative;
float:left;
display:inline;
}

div#content_all {/* EH: 5/19/2009 */
position:absolute;
width:651px;
top:168px;
left: 0px;/* EH: 5/19/2009 */
text-align:left;
}

div#content_gradient_sides {
margin-left:118px;
width:651px;
background:url(images/gradient_repeat.png) repeat-y;
}

div#content_gradient_bottom {
margin-left:118px;
width:651px;
height:24px;
/*background:url(images/gradient_bottom.png) no-repeat;*/
/*background:url(images/gradient_bottom2.png) no-repeat;*/
}

div#content {
width:601px;
/* margin:33px auto 0 auto;*/ /* EH: 5/19/2009 */
margin: 0px 0px 0px 25px;
text-align:left;
background-color:#eeecec;
}


div#content div#shadow{
position:absolute;
top:168px; top: 0px;/* EH: 5/19/2009 */
left: 143px; /* EH: 5/19/2009 */
}

td#column_left {
padding:20px 20px 0 20px;
width:387px;
vertical-align:top;
}

td#column_right {
padding:0px;
width:174px;
background-color:#c0ae94;
vertical-align:top;
}

td#column_right div{
border-bottom:1px solid #90734e;
padding-bottom:10px;
margin-bottom:6px;
width:154px;
margin-left:10px;
font-family:Verdana, Arial, Helvetica, sans-serif;
color:#3a4501;
}

td#column_right div.last_feature{
border-bottom:none;
margin-bottom:0;
}

td#column_right div h3{
font-size:1em;
}

td#column_right div p{
padding:0;
font-size:.9em;
line-height:1.3em;
}

td#column_right div a{
color:#3a4501;
font-style:italic;
}
td#column_right hr{
background-color: #90734e;
border:0 none;
color:#90734e;
height:1px;
margin:8px 0px 8px 0px;
padding:0px;
}
		

div#content h2{
font-size:1.1em;
color:#494906;
border-bottom:1px solid #3b4502;
margin-bottom:10px;
}

div#content p{
font-size:1em;
padding-bottom:20px;
}
#content ul{
	margin-left:30px;
}


