
/* CORE
----------------------------------------------- */

BODY { 
	margin: 0; 
	padding: 0; 
	background: #2D4D27 url(../images/bg.gif) top center repeat-x; 
	text-align: center; 
	font-size: 12px; 
	font-family: Georgia, Times, serif;
	line-height: 18px;
	color: #030;
	}
	
a:link {
	color: #360;
	text-decoration: underline;
	}
		
a:visited {
	color: #360;
	text-decoration: underline;
	}
	
a:hover {
	color: #030;
	text-decoration: underline;
	}
		
a:active {
	color: #030;
	text-decoration: underline;
	}	

.phone {
	font-size: 14px;
	font-family: Georgia, Times, serif;
	line-height: 18px;
	color: #030;
}
		
		
/* STRUCTURE
----------------------------------------------- */
	
#ColumnWrapper { 
	margin: 0 auto;
	width: 778px;
	text-align: center;  
	}

#LeftColumn { 
	width: 289px;
	height: 304px;
	margin-top: 107px; 
	float: left; 
	}
	
#CenterColumn { 
	background: url(../images/logo.gif);
	width: 310px;
	height: 148px;
	margin-top: 107px; 
	padding-top: 156px;
	text-align: right;
	float: left; 
	}
	
#RightColumn { 
	background: url(../images/reed.gif);
	width: 179px; 
	height: 434px;
	float: left;
	}
	
#Footer { 
	margin: 0 auto;
	width: 708px;
	padding-right: 70px; 
	clear: both;  
	text-align: right;
	font-size: 11px; 
	font-family: Arial, Helvetica, sans-serif;
	color: #696;	
	}

