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

body {
	background-image: url(../i/bg.jpg);
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
	font-family: Helvetica;
	font-size: 13px;
	}
	
h1 {
	margin: 10px;
	}
	
h2 {
	padding: 0;
	margin: 20px 10px 10px 10px;
	}
	
h2.header {
	border-bottom: 1px dotted #333;
	}
	
img.floatright {
	float: right;
	margin: 10px;
	border: 1px solid #000;
	}
	
img.floatleft {
	float: left;
	margin: 10px;
	border: 1px solid #000;
	}

a {
	color: #003366;
	text-decoration: underline;
	}
	
a:hover {
	color: #000;
	text-decoration: none;
	}
	
ul.nav {
	list-style-type: none;
	margin: 0 0 0 150px;
	}
	
li.nav {
	display: inline;
	margin: 0 10px;
	padding: 0 0 0 20px;
	border-left: 1px solid #333;
	}
	
li.nav:first-child {
	display: inline;
	margin: 0 10px;
	padding: 0 0 0 10px;
	border-left: none;
	}
	
li.nav a {
	text-decoration: none;
	color: #000;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	}

li.nav a:hover {
	text-decoration: none;
	color: #a2a154;
	}
	
p {
	max-width: 525px;
	padding: 10px 0 0 20px;
	line-height: 175%;
	}
	
p.sheet {
	max-width: 100px;
	margin: 65px 0 0 50px;
	color: #fffdee;
	font-family: verdana;
	font-size: 11px;
	text-align: center;
	}
	
	
#container {
	width: 1050px;
	}
	
#header {
	height: 60px;
	}
	
#logo {
	background: url(../i/logo.png);
	background-repeat: no-repeat;
	position: absolute;
	top: 20px;
	left: 38px;
	width: 150px;
	height: 150px;
	}
	
#cookiesheet {
	background: url(../i/cookiesheet.png);
	background-repeat: no-repeat;
	position: absolute;
	top: -1px;
	left: 850px;
	width: 300px;
	height: 186px;
	}
	
	
#nav {
	background: rgb(300,300,300);
	background: rgba(300,300,300,0.4);
	width: 100%;
	padding: 15px;
	border-top: 5px solid #a2a154;
	border-bottom: 5px solid #a2a154;
	border-right: 5px solid #a2a154;
	color:#663300
	}

#content {
	background: rgb(300,300,300);
	background: rgba(300,300,300,0.8);
	margin: 75px auto 5px auto;
	padding: 20px;
	width: 800px;
	height: 350px;
	overflow: scroll;
	overflow-x: hidden;
	border: 1px solid #333;
	border-radius: 30px; 
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px; 
	}
	
#content2 {
	margin: 75px auto 5px auto;
	padding: 20px;
	width: 850px;
	height: 400px;
	overflow: auto;
	overflow-x: hidden;
	position: relative;
	left: 100px;
	background-color: #FFFFFF;
	border: solid 1px #000000;
	}	
	
#footer {
	padding: 20px 0 0 20px;
	border-top: 1px solid #333;
	font-size: 12px;
	}
	
#cookiemail {
	margin: 0 auto 20px 450px;
	padding: 0 0 0 20px;
	width: 200px;
	}
