/* hack for IE5+(Win) */
html, body, #wrapper, #page {
	min-height: 100%;
	width: 100%;
	height: 100%;
}

/* hack for Moz/Netscape */

html>body #wrapper, #page {
	height: auto;
}
/*div {	border:1px solid #f00;
}div div {	border:1px solid #0f0;
}div div div{	border:1px solid #00f;
}*/
#page img { behavior: url(iepngfix.htc) }

body {
	margin:0;
	padding:0;
	background:#666;
	font-family:Arial, Helvetica, sans-serif;
	font-size:80%;
	}

h1,h2,h3,h4,h5,h6 {
	color:#000;
	}

#wrapper {
	background:url(images/page_bg.jpg)  transparent;
	width:812px;
	margin:0 auto;
	}
#page {
	background:url(images/page_bottom.jpg) no-repeat bottom center transparent;
	position:absolute;top:0;
	width:812px;
	margin:0 auto;
	}
	
#header {
	background:url(images/header_bg.jpg) no-repeat top center transparent;
	width:205px;
	height:auto;
	position:absolute;top:0;left:0;
	float:left;
	}
#header address {
	color:#fff;
	text-align:center;
	font-style:normal;
	font-size:.9em;
	padding:8px 0 0 6px;
	}
#nav {
	background:url(images/nav_bg.gif) no-repeat top right;
	width:607px;
	height:62px;
	position:absolute;top:0;left:205px;
	}
#nav img {
	border:none;
	}
#nav ul {
	list-style-type:none;
	padding:0;
	margin:0;
	}
#nav li {
	float:left;
	}
#nav a {
	font-weight:bold;
	font-size:14px;
	text-decoration:none;
	color:#000;
	display:block;
	}
#nav a:hover {
	color:#fff;
	background:url(images/nav_bg_over.gif) repeat-x;
	}

#content {
	background:url(images/beach_bg.gif) no-repeat bottom center transparent;
	padding:0 60px 0 20px;
	margin-top:.7em;
	width:auto;
	min-height:400px;
	color:#fff;
	}
*html #content {height:400px;}
#main {
	padding:100px 0 20px 210px;
	}	

/*
#footer {
	width:812px;
	font-size:.8em;
	position:absolute;bottom:0;
	padding:0;
	margin: 0 20px;
	}
#footer p {
	margin-left: 25px;
	}*/
	
legend {
	color:#000;
	font-weight:bold;
}
label {
	display:block;
}
fieldset input, fieldset textarea {
	display:block;
	width:75%;
}
input {
	margin-bottom:15px;
}
fieldset {
	padding:15px;
}