@charset "utf-8";
/* CSS Document */

body {
	background: #F4F4ED url(../images/body-bg.jpg) 50% 0 repeat-y;
}

h1 img		{ display: block; width: 242px; height: 29px; }

a:focus, 
a:hover     { color: #FFF; background-color: #069; text-decoration: none; }
a           { color: #069; text-decoration: underline; }

img.preview { display: block; background-color: #FFF; border: 1px solid #CCCCCC; padding: 5px; }
img.preview:hover { background-color: #EEE; }
img.gallery { margin-bottom: 1.5em; }

p.footer	{  }

span.hawaii	{ font-weight: bold; color: #F90; }
span.hawaii span	{ color: #069; }

div#container {
	position: relative;
	background: #FFF url(../images/container-bg.png) 0 0 repeat-y;
	border-bottom: 1px solid #CCC;
}

div#top {
	width: 840px; height: 150px; position: relative;
	background: transparent url(../images/top-bg.jpg) 0 0 no-repeat;
	margin: -1.5em 0 0 -40px; padding: 55px 0 0 110px;
}



