@charset "utf-8";
body {
	background-image: url(Images%20and%20BUttons/hawaii-background-image.gif);
	background-repeat: repeat;
	text-align: center;
	margin: 0px;
	padding: 0px;
	position: relative;
}
#leftcolumn  {
	float: left;
	width: 250px;
}


#wrapper {
	text-align: left;
	width: 1000px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#header {
	margin-top: 12px;
	margin-bottom: 12px;
}
#content {
	margin-top: 0px;
	padding-top: 5px;
}
#footer {
	margin-top: 12px;
	margin-bottom: 12px;
	clear: both;
}
#logo {
	height: 170px;
	padding-bottom: 12px;
}
#nav {
	height: 29px;
}
#banner {
	height: 400px;
}
#rightcolumn {
	float: right;
	width: 500px;
}
