/*
Style Sheet
*/

#wrapper {	
	margin:0px auto;
	margin-top:20px;
	width: 820px;
	background:#FFFFFF url(../_images/outside-bkg.jpg) no-repeat;
	border: solid 1px #333300;
	clear:both;
	}
	
#photo {	
	margin:0px auto;
	width: 800px;
	margin-top: 10px;
	margin-bottom: 10px;
	}
	
#wrapper2 {	
	margin:0px auto;
	width: 800px;
	height: 300px;
	padding:10px;
	}

#wrapper3 {	
	margin:0px auto;
	width: 800px;
	padding-top:10px;
	clear:both;
	}
	
#nav {	
	margin:0px auto;
	width: 782px;
	margin-top: 10px;
	margin-bottom: 10px;
	padding-left: 8px;
	padding-right: 8px;
	padding-top: 5px;
	padding-bottom: 5px;
	text-align: left;
	background: url(../_images/bkg.jpg);
		}
	
#content {
	width: 515px;
	float: left;
	padding: 5px;
	border-bottom: solid 1px #333300;
	}
	
#cms_content {
	width: 700px;
	float: left;
	padding: 5px;
	background-color:#FFFFFF;
	border-bottom: solid 1px #333300;
	}

#hidden {
	display: none; 
}

#white {
	width: 800px;
	margin-top:10px;
	float: right;
	padding: 10px;
	background-color:#FFFFFF;
	border: solid 1px #333300;
	}
	
#sidebar {
	width: 240px;
	text-align: center;
	float: right;
	padding-right:5px;
	padding-bottom:5px;
	padding-left:5px;
	border-bottom: solid 1px #333300;
	border-top: solid 1px #333300;

	}

#sidebar2 {
	width: 225px;
	height: 100px;
	text-align: center;
	float: right;
	padding-right:20px;
	padding-bottom:5px;
	padding-left:5px;
	}	
	
#footer {	
	margin-top:20px;
	width: 515px;
	float: left;
	padding: 5px;
	clear:both;
	text-align: left;
	}
	
/*
styles
*/

h1 {
	font-family: Times New Roman;
	font-size: 34px;
	line-height: 18px;
	font-weight: bold;
	color: #333300;
	font-style: italic;
}

h2 {
	font-family: Times New Roman;
	font-size: 24px;
	font-weight: bold;
	font-style: italic;
	color: #333300;
}

h3 {
	font-family: Times New Roman;
	font-size:14px;
	font-weight: bold;
	font-style: italic;
	color: #333300;
}

h4 {
	font-family: Times New Roman;
	font-size: 12px;
	font-weight: bold;
	font-style: italic;
	color: #333300;
}

p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	text-align: left;
}


body {
	background:#e3d3bc url(../_images/background-ocean.jpg) no-repeat;
	margin:0px auto;
}



/*
links
*/

#nav a:link {
	color: #cc9966;
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}
#nav a:visited {color: #cc9966; text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold; 
}
#nav a:hover {color: #FFF; text-decoration: underline; }
#nav a:active {color: #111111; }

a:link {
	color: #333300;
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}
a:visited {color: #333300; text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold; 
}
a:hover {color: #cc9966; text-decoration: underline; }
a:active {color: #AB0000; }

#sidebar a:link {
	color: #333300;
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
}
#sidebar a:visited {color: #333300; text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold; 
}
#sidebar a:hover {color: #cc9966; text-decoration: underline; }
#sidebar a:active {color: #AB0000; }


/*
forms
*/

fieldset textarea, fieldset input, fieldset select{
	margin: 0;
	padding: 4;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	border: 1px solid #333300;	
	margin-top: 20px;
	background-color: #fff;
	color: #ccc;
	text-align: left;
}

fieldset input:hover, fieldset textarea:hover, fieldset select:hover {
 	border: 1px solid #333300;
}


input {
	background-color: #fff;
	border: 1px solid #333300;
	color: #111;
}

input:hover {
	border: 1px solid #999999;
}