/* CSS Document */

/*CONTENT*/

#content {
	position: relative;
	float: left;
	width: 90%;
	padding: 2em 0 2em 2em;
}	
#content h1 {
	text-align: center;
	padding-bottom: 1em;
}

#content h2 {
	font-size: 16px;
	width: 206px;
	padding-left: 0.5em;
	margin-top: 0.8em;
	background: url(../imgs/jpgs/acces_h2.jpg) no-repeat left center;
}	
#content p {
	font-size: 0.9em;
}


address {
	text-align: left;
	line-height: 115%;
	color: #598659;
	width: 25em;
	font-size: 0.9em;
	padding-top: 0.5em;
}

#leftColumn {
	position: relative;
	float: left;
	width: 45%;
}

#leftColumn p {
	width: 25em;
	padding-top: 1em;
	padding-bottom: 2em;
}	
	
#rightColumn {
	position: relative;
	float: right;
	width: 50%;
	
}

#rightColumn p {
	width: 25em;
	padding-top: 1em;
	padding-bottom: 1em;	
}

