body,html {
	margin:0px;
	padding:0px;
	background-color:#E6EAB3;
	cursor:default;
	height:100%;
	width:100%;
	text-align:center; /* horizontal centering for IE Win quirks */
}


#container {
	margin:0 auto;
	background-color:#FFFDE9;
	position:relative; /* puts container in front of distance */
	text-align:left;
	height:418px;
	width:100%;
	clear:left;
}

#content {
	width:1174px;
	margin-left:auto;
	margin-right:auto;
}

#main {
	float:right;
	width:587px;
}

#left {
	float:left;
	width:587px;
	text-align:right;
}

.nav {
	margin-right:30px;
	line-height:32px;
}

a.navl {
	font-family:georgia;
	font-size:11px;
	font-weight:bold;
	text-decoration:none;
	color:#D79289;
	letter-spacing:0px;
}

.umbrella {
	width:587px;
	height:407px;
	background-image:url(umbrella.gif);
	margin-top:0px;
}

a {
	font-family:georgia;
	font-size:11px;
	letter-spacing:0px;
	color:#8BC5B3;
	font-weight:bold;
	text-decoration:none;	
}


.text {
	margin-top:60px;
	margin-left:30px;
	font-family:georgia;
	font-size:11px;
	letter-spacing:0px;
	line-height:24px;
	word-spacing:2px;
	color:#695C57;
	width:500px;
	text-align:left;
}


.thumb {
	padding:3px;
	border:1px solid #B1AA97;
	opacity:0.7;
	filter:alpha(opacity=70);
	margin-right:5px;
}

.thumb:hover {
	opacity:1;
	filter:alpha(opacity=100);
}

h1 {
	font-family:georgia;
	font-size:15px;
	font-weight:bold;
	color:#DDDB9F;
	letter-spacing:3px;
	text-transform:uppercase;
	margin-left:40px;
	margin-bottom:20px;
}

p {
	margin-bottom:16px;
}


input {
	width:250px;
	height:16px;
	padding:2px;
	background-color:#ffffff;
	border:1px solid #A6A6A6;
	font-family:verdana;
	font-size:11px;
	color:#54988E;
}

textarea {
	width:250px;
	height:80px;
	padding:2px;
	background-color:#ffffff;
	border:1px solid #A6A6A6;
	font-family:verdana;
	font-size:11px;
	color:#54988E;
	line-height:20px;
}

.button {
	width:60px;
	height:30px;
	font-family:verdana;
	font-size:12px;
	text-transform:uppercase;
	font-weight:bold;
	border-top:2px solid #E5F7F4;
	border-bottom:2px solid #E5F7F4;
	border-right:2px solid #E5F7F4;
	border-left:2px solid #E5F7F4;
	background-color:#E5F7F4;
	color:#CF9FB1;}
