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


body {
	background:  #A89f87;
	background-image:url(images/tract_bg.jpg);
	background-repeat:repeat;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding-top: 20px;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color:#333;
	font-size:12px;
	font-family:Georgia, "Times New Roman", Times, serif;
	line-height: 20px;
}

a {
	font-weight:bold;
	color:#996600;
	text-decoration:none;
}

a:hover {
    color:#322718;
	text-decoration:none;
	font-weight:bold;
}

 #container {
	width: 1000px;  
	height: 625px;  
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; 	
	border: 4px double #322718;
}
#header {
	background: #FFFFFF; 
	height: 350px;
	padding: 0;  
	margin: 0;
}

#mainContent {
	padding: 0; 
    margin: 0; 
	height: 275px;
	background-image:url(images/content_image.jpg);
}

#mainContent img {
	border:1px solid #333;
	margin-left: 5px;
}

#block {
	padding: 5px 0 0 28px; 
    margin: 0;
	width: 295px;
	float:left; 
}

#block h2{
    color:#322718;
	font-size:13px;
	font-family:Georgia, "Times New Roman", Times, serif;
	border-bottom:1px dotted #322718;
	margin-right:10px;	
}

#block ul{
	list-style-position:outside;
	padding-left:0;
	padding-right:10px;
}

#block li{
	font-family:Georgia, "Times New Roman", Times, serif;
	border-bottom:1px dotted #322718;
	padding-bottom:1px;
	padding-top:1px;
	list-style:disc;
	font-size:11px;	
}

#block li a{
	font-weight:bold;	
}

.storyfund {
    font-size: 10px;
	line-height: 14px;
	l
}  

