* {
	margin: 0;
	padding: 0;
}

body {
	background-color: #fff;
	color:black;
	font-family: OFL Sorts Mill Goudy TT,baskerville,arial,helvetica,sans-serif;
	font-size:12px;
	line-height:1.2em;
	margin-left:2em;
}
#menu {}
.desc {font-family: OFL Sorts Mill Goudy TT,baskerville, georgia, times, serif;}
.smalltext { font-size: 11px; }
.faded {color:#666;}
p{margin-bottom:1.3em;}

h1 { text-transform: uppercase;font-weight: bold;font-size:1em;}
h2 { font-size: 1.2em; text-decoration:underline;font-weight: lighter;margin-bottom:1em;}
h3 { font-size: 1em; }
h4 { font-size: 1em; }

body.section-1 { }
body.section-2 { }
body.section-3 { }

a:link { text-decoration: none;color:#7b7b7b; }
a:active { text-decoration: none; color:#7b7b7b; background-color:black; }
a.active:link { text-decoration: none; color:#7b7b7b; background-color:black; }
a:visited { text-decoration: none; color:#7b7b7b; background-color:none; }
a:hover { text-decoration: none;color:white; background-color:#7b7b7b; }
#content a:link { text-decoration: none;color:#7b7b7b; }
#content a:visited { text-decoration: none;color:#7b7b7b; }
#content a:hover { text-decoration: none;color:white; background-color:#7b7b7b; }

a:link img, a:hover img { border: none; background-color:white;}

a img {border:0px;}


#menu {
	display: inline;
    width: 130px;
    overflow: auto;
    top: 0;
    bottom: 0;
	left: 0;
    position: fixed;
	padding: 20px 0 0 20px;
    height: 100%;
	background-color: #fff;
}

#menu ul {
	list-style: none;
	margin: 0 0 1.3em 0;
}

#menu ul li.section-title { }

ul {
	margin: 1.3em 0 1.3em 0;
}
.column {
	float:left;
	width:250px;
	padding: 0 20px 0 0px;
	margin-bottom: 20px;
}
.columnwide {
	float:left;
	width:500px;
	padding: 0 20px 0 20px;
	margin-bottom: 20px;
}
#widertext {
	float:left;
	width:550px;
	padding: 0 20px 0 20px;
}
#imagery {float:left;padding:0 20px;}
#content {
    height: 90%;
    margin: 20px 0 0 150px;
	padding: 0;
    top: 0;
}

.container {
	margin: 0;
    padding: 5px 5px 25px 5px;
}
.float { 
	float:left;
}

#img-container	{ margin: 0; padding: 0; width:850px }
#img-container p	{ width: 400px; margin: 0; padding: 5px 0 5px 0; }

#once { clear: left; }
#copyright { color:#666;font-size:0.8em;}

.dragObj{cursor:hand;}

#the-background {
position: fixed;
overflow: hidden;
z-index:1;
width: 100%;
height:100%;
top:0;
left:0;
}
#wrapper { 
position: absolute;
z-index: 2;
width: 100%;
height: 100%;
top: 0;
left:0;
}