body {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	background-color: #ffffff;	
	text-align: center;
	color: #565656;
}

a {
		color: #454599;
	}

#wrapper {
	position: absolute;
	width: 100%;
	left: 0px;
	top: 0px;
	height: 100%;
	margin: 0px;
	padding: 0px;
	border: none;
	background-color: transparent;	
}

#column_left {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%; 
	height: 100%;
	padding-top: 80px;	
	margin: 0px;
	background-color: #FFFFFF;
	background-image: url(images/fork.gif);
	background-repeat: no-repeat;
	background-position: bottom left;	
}

#column_right {
	position: absolute;
	top: 0px;
	right: 0px;
	float: right;	
	width: 50%;
	height: 100%;
	padding-top: 80px;
	margin: 0px;	
	background-color: #000000;
	background-image: url(images/glass.gif);
	background-repeat: no-repeat;
	background-position: bottom right;					
}


#footer {
  	position: fixed;
	width: 100%;
	left: 0px;
	bottom: 0px;
	height: 15px;
	margin: 0px;
	padding: 0px;
	border: none;
	background-image: url(images/stripe.gif); 
	background-repeat: repeat-x;
	background-color: #FFFFFF;	
  	z-index: 100;		
}

.logo {
	margin: 0px;
	padding-bottom: 50px;
	border: none;
}
.est {
	margin-top: 50px;
	padding: 0px;
	border: none;
}
.albany {
	color: #333333;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;	
	text-decoration: none;
}
.whitchurch {
	color: #FFFFFF;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;	
	text-decoration: none;
}

.green {
	color: #339933;
	font-size: 16px;
	font-style: normal;
	font-weight: normal;	
	text-decoration: none;
}
.red {
	color: #CC3333;
	font-size: 16px;
	font-style: normal;
	font-weight: normal;	
	text-decoration: none;
}


