body {
	background-color:#DEFBF9;
	margin:0px;
}

b, i {
	color:#33BF87;
}

p {
	margin:6px;
	padding:6px;
	text-shadow: 1px 1px 3px #fff;
}

a, a:active, a:visited {
	border-bottom: 1px dotted;
	color: #BF771F;
	font-family: arial, helvetica, sans-serif;
	font-weight:normal;
	text-decoration:none;
}

a:hover{
	border:0;
	cursor:default;	
	text-decoration:underline;
}

#header{
	background: url(../images/bg.jpg) no-repeat;
	bottom:0px;
	height:500px;
	left:0px;	
	margin:0;
	position:absolute;
	width:700px;
}

.nav {
	bottom:240px;
	left:330px;
	position:absolute;
}

.nav a {
	border:0px;
	font-family:georgia, serif;
	font-size:15px;		
	font-weight:bold;
	font-style:italic;
	line-height:12px;
	opacity:.5;
	text-transform:lowercase;
}

.nav a:hover{
	text-decoration:none;
}


.content{
	bottom:5px;	
	color: #6BBFA7;
	font-family: helvetica, arial, sans-serif;
	font-size:10px;
	height:230px;
	left:200px;	
	overflow:auto;
	position:absolute;
	width:450px;
}

.title {
	background-color:#6BBFA7;
	border-bottom:1px dotted #6BBFA7;	
	color:#BF771F;
	font-family: "times new roman", georgia, serif;
	font-size:18px;
	font-style:italic;
	opacity:.5;
	position:absolute;
	text-shadow: 1px 1px 3px #fff;
	text-transform:lowercase;
	width:100%;
	
}

input, select, textarea {
	color: #6BBFA7;
	background-color:#fff;
	border: 1px solid #6BBFA7;
	font-family: helvetica, arial, sans-serif;
	font-size:10px;
}

.copy, .copy a {
	font-size:5pt;
	text-align:right;
	text-decoration:none;
}

fieldset {
	border:1px solid #eee;
}
