body {
margin-left: 0px;
margin-top: 0px;
background-color: #FFFFFF;
font-family: "Trebuchet MS", Trebuchet, Tahoma, verdana, sans-serif;
background-image: url(images/bg.jpg);
text-align: center;

}

.title {
	font-family: Georgia, serif;
	font-size: 16px;
	line-height: 14px;
	font-weight: normal;
    color: #304653;
}

tr, p, div {
    font-size: 11px;
    line-height: 13px;
    font-weight: normal;
    color: #15170F;
}



.footer {
    text-align: center;
    position: relative;
	top: 1050px;
	left: 0px;
    border-top: solid thin #A09A6A;
    width: 900px;
    font-size: 12px;
    color: #15170F;
}

.container {
    position: relative;
	margin: 0 auto;
	width: 900px;
	text-align: left;
}

.content {
    position: absolute;
	top: 120px;
	left: 150px;
	width: 900px;
	height: 140px;
}

.left {
    position: absolute;
	top: 120px;
	left: 0px;
	width: 150px;
	height: 432px;
	background-image: url("images/tree.jpg");
	background-repeat:no-repeat;
}

.nav{
    position: absolute;
	top: 110px;
}


.header {
    position: absolute;
    top: 10px;
    left: 0px;
    width: 780px;
    height: 140px;
}

.firstcolumn {
width: 330px;
float: left;
}


.secondcolumn {
float: right;
width: 300px;
}

.widecolumn {
    position: absolute;
    top: 0px;
    left: 60px;
    width: 600px;
    height: 375px;
}

.widecolumn a:hover {
	opacity: 0.5;
}


a:link, a:visited {
	font-family: Georgia, serif;
	font-size: 14px;
	line-height: 30px;
 	color: #7F1C20;
	text-decoration: none;
	}

a:hover {
	font-family: Georgia, serif;
	font-size: 14px;
	font-weight: normal;
	line-height: 30px;
	color: #A8433E;
	text-decoration: none;
	}
	
 ul { list-style-image: url("images/bullet.gif")}
 li { list-style-image: url("images/bullet.gif"); line-height: 140%; padding: 0px 0px 5px 0px }
 
 .imageright {
    float: right;
    width: 292px;
 }
 
 .caption {
    padding-top: 3px;
    font-size: 9px;
    line-height: 11px;
    font-weight: normal;
    color: #15170F;
 }


