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

body {
	margin: 10px;
	padding: 0;
	background-color: #B3B3B3;
	color: #333333;
	font-family: Helvetica, Arial, sans-serif;
	position: relative;
	}

a, img {
	border: 0;
	}

a:link {
	color: #FFFFFF;
	text-decoration: none;
	}

a:visited {
	color: #FFFFFF;
	text-decoration: none;
	}

a:hover {
	color: #333333;
	text-decoration: underline;
	}

a:active {
	color: #333333;
	text-decoration: underline;
	}


a.title:link {
	color: #333333;
	text-decoration: none;
	}

a.title:visited {
	color: #333333;
	text-decoration: none;
	}

a.title:hover {
	color: #333333;
	text-decoration: underline;
	}

a.title:active {
	color: #333333;
	text-decoration: underline;
	}

h1 {
	margin: 0 0 .5em 0;
	padding: 0;
	}

h2 {
	margin: 0;
	}

h3 {
	}

h3.nav {
	margin-top: 1em;
	margin-bottom: .2em;
	}

h3.section {
	color: #FFFFFF;
	margin-top: 4em;
	}

p {
	width: 600px;
	}

ul {
	list-style: none;
	margin: .2em 0 1em 0;
	padding: 0;
	}

#contact {
	margin-top: 4em;
	}

#content {
	position: absolute;
	left: 235px;
	top: 45px;
	margin: 0;
	padding: 5px;
	}

#content img {
	display: block;
	margin-top: 2em;
	margin-bottom: .2em;
	}

#info {
	}

#nav {
	width: 220px;
	margin: 0;
	padding: 5px;
	position: fixed;
	font-size: 70%;
	}

#splash {
	position: absolute;
	left: 235px;
	top: -5px;
	margin: 0;
	padding: 5px;
	}

.legal {
	font-size: .5em;
	margin-top: 4em;
	color: #666666;
	}
