body {
	background-color: #FFF;
	text-align: center;
	margin: 0px;
	padding: 0px;
}
#wrapper {
	text-align: left;
	width: 900px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 5px;
}
#banner {
	height: 135px;
	padding-top: 12px;
	background-repeat: no-repeat;
	background-image: url(../_img/banner.jpg);
	padding-bottom: 0px;
}
#nav {
	padding: 0px;
	height: 41px;
}
#content {
	margin-top: 0px;
	padding-top: 0px;
	background-color: #E6F0D6;
	height:1800px;

}
#leftColumn {
	width: 400px;
	padding-top: 20px;
	float: left;
}
#rightColumn {
	width: 480px;
	padding-top: 20px;
	float: right;
}
h1 {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 1em;
	color: #ee9414;
	padding-bottom: 3px;
	text-transform: none;
	text-align: center;
}
img {
	padding: 5px;
	float: none;
}
p {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 0.8em;
	color: #444540;
	padding: 1px;
}
a:link {
	color:#444540;
	text-decoration:none;
}
a:visited {
	color:#444540;
	text-decoration:none;
}
a:hover {
	color:#445440;
	text-decoration:none;
}

