﻿body
{
background-image:url(../images/background_page_features.gif);
background-repeat:repeat-y;	
}

#background_features{
	position:relative;
	top:0px;
	left:0px;
	height:157px;
	width:100%;
	z-index:101;
	background-image:url(../images/background_features.gif);
	background-repeat:repeat-x;
	margin-bottom:15px;
}

.txtblock 
{
	position:relative;
	top:0px;
	left:325px;
	width:450px;	
	font-family:Futura Book,Verdana; 
	font-size:10px; 
	color:#000; 
	line-height:16px;
	z-index:101;
	margin-bottom:15px;	
}	

.txtblock3
{
	position:relative;
	top:0px;
	left:325px;
	width:450px;	
	z-index:100;
	font-family:Futura Book,Verdana; 
	font-size:10px; 
	color:#000; 
	line-height:16px;
	z-index:100;
	margin-bottom:15px;		
}

#learnmore 
{
	position:absolute;
	top:310px;
	left:15px;
	width:300px;	
	font-family:Futura Book,Verdana; 
	font-size:12px; 
	color:#686817; 
	line-height:14px;
	z-index:100;
	margin-bottom:10px;	
}

#learnmore ul li 
{
	margin-bottom:6px;	
}

#learnmore ul li a
{
	font-family:Futura Book,Verdana; 
	font-size:10px; 
	color:#5e6e65; 
	font-style:italic;
	text-decoration:none;
	line-height:12px;
}

#learnmore ul li a:hover 
{
text-decoration:underline;
}
    
.header
{
	font-family:Futura Book,Trebuchet; 
	font-size:16px;
	line-height:18px; 
	color:#336699;
	font-weight:bold;
	margin-bottom:5px; 	
}    
        
.feature_pics 
{
	float:right;
	margin: 5px 5px 5px 5px;
}	

a {color:#336699;}
a:hover {color:#336699;text-decoration:underline;}
        
     

#footer {
    position: absolute;
    bottom: 0;
    background-image: url(../images/footer.gif);
	width: 100%; 
	height:30px;
	z-index:199;
}     