@import url(styles_presentation_green.css);

body {
	margin-top: 0px;
	margin-left: 25px;
	margin-right: 25px;
	}

p, h1, h2, h3 { margin: 10px 20px 20px 20px; }

#leftcolumn {
	position: absolute;
	top: 195px;
	left: 25px;
	width: 200px;
	}

#centercolumn {
	top: 195px;
	margin-left: 200px;
	margin-right: 25px;
	}

#banner {
	background-image: url(images/banner.jpg);
	background-repeat: repeat-x;
	height: 135px;
	}

.searchbar {
	position: absolute;
	top: 139px;
	right: 0px;
	width: 175px;
	}

.postcard { margin-bottom: 2px; }

.page_title { padding: 10px 0 0 10px; }

.photo {
	float: right;
	position: relative;
	padding: 10px 10px 10px 15px;
	} 



.logo {
	float: left;
	position: relative;
	margin-left: 100px;
	top: 14px;
	}