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


/*Structure*/

body  {
	background: url(images/bkg.png) repeat-x;
	background-color: #dcc2a6;
	margin: 0px;
	padding: 0px;
	text-align: left;
	margin-left:-50px;
	font-family:arial, verdana, sans serif;
	font-size: 11px;
	line-height: 18px;
	
	}
	
	
#container {
	width: 1000px;
	text-align: left;
	
	
	}
	
#leftColumn {
	float:left;
	width: 250px;
text-align: left;
	
	
	
}

#rightColumn {
	float: right;
	width: 700px;
	}
	
	
.clearfloat { 
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

#mainContent {
	width: 720px;
	background: url(images/content-bkg.png) repeat-y;
	margin-left:11px;
	min-height:600px;
	padding:20px;
	}
	
p {
font-family:arial, verdana, sans serif;
font-size: 12px;
color: #666666;
text-align:left;
}

a {
color: #3b6116;
text-decoration:underline;
}


a:hover{text-decoration:none;}

/*Left Column Positioning*/

#leftColumn1{
	position:absolute;
	width:200px;
	height:115px;
	z-index:1;
	left: 40px;
	top: 184px;
}
#leftColumn2 {
	position:absolute;
	width:200px;
	height:115px;
	z-index:2;
	left: 66px;
	top: 480px;
	
}

#leaf {
	position:absolute;
	width:200px;
	height:115px;
	z-index:0;
	left: 120px;
	top: 810px;
}

	
	
/*Navigation*/

#nav ul {
margin-right:75px;
margin-top:0px;
list-style-type: none;
margin-bottom: 0px;
text-align: right;
}

#nav li a {
color: #402b0c;
font-size: 12px;
text-decoration:none;
line-height: 20px;
}

#nav li a:hover {
text-decoration:underline;
} 



/*Green Left Column Box*/

#featureBox {
width: 200px;
height: 302px;
background: url(images/green-box.png) no-repeat;
padding:15px;


}

#featureBox p {
	padding-right: 15px;
	color: #5f4a29;
	font-size:12px;
	
}



#featureBox form {
margin-top:-10px;
margin-left: 0px;
}

/*Content Style*/

#content2 {
width: 600px;
margin-left: 15px;
}

img.border {border: 3px solid white; margin-right:4px;}

td.gradient {background: url(images/fb2-bkg.png) no-repeat;}

table.updates td {padding:10px; color:#5f4a29;}


#footer {
width: 725px;
background: url(images/footer.png) no-repeat;
margin-left: 300px;
margin-top:-15px;
height: 50px;

}

#footer2 {
width: 725px;
background: url(images/footer.png) no-repeat;
margin-left: 300px;
margin-top:-15px;
height: 50px;

}

#footer a {color: #666666;}

#footer p {text-align:center; padding-top:15px;}

.border2 {
	border: 1px solid #CCCCCC;
	margin: 5px;
}
