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

html {
	min-height: 100%;
	margin-bottom: 1px;
    overflow: -moz-scrollbars-vertical;
}

body {
	font-family:"Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size:14px;
	background-color:#E2E5E8;
	background-image:url(../img/design3final.jpg);
	background-repeat:no-repeat;
	text-align: center;
}

#main {
  text-align: left;
  width: 840px;
  margin: 0 auto;
}


a {text-decoration:none;}
a:link {color:black;}
a:visited {color:black;}
a:hover {color:#666666;}

img {border: 0;}

h1 {font-size:3em;}
h2 {font-size:2em;} 
h3 {font-size:1.1em;}

header {
	position:relative;
	width:300px;
}

footer {
	position:relative;
	left:738px;
	width:100px;
	margin-top:10px;
	font-size:10px;
	color:#333;
}

nav {font-size:14px;}

nav ul {
	list-style: none;
	padding:0;
	margin:0;
}

nav li {
	float: left;
	border: 1px solid;
	border-bottom-width: 0;
	margin: 0 0.5em 0 0;
	background-color:#869799;
	font-weight:500;
}


nav li a {
	padding: 0 1em;
}

nav #selected {
	position: relative;
	top: 1px;
	background: white;
}

#content {
	border: 1px solid;
	clear: both;
	padding:1em;
	width:800px;
	height:100%;
	min-height:500px;
	background: white;
	overflow:auto;
}

#content a {
		color:#06C;
}

#content small {font-size:9px;}

address {font-style:normal;}