body{
	margin:0;
	padding: 0;
	font-family: Lucida Grande;
	background: #E3DDE5;
}

/*CONTENT*/

#content-wrapper{
	margin-top:20px;
	margin-left:230px;
	margin-right:20px;
	margin-bottom: 20px;
}

#content{
	background: rgba(51,51,51,0.9);
	color:white;
	padding: 20px;
	max-width: 930px;
	min-width: 330px;
	font-family: Lucida Grande;
}
#content h1{
	margin: 0;
	font-family: Georgia;
}
#content p{
	/*max-width: 80%;*/
}
#content a{
	color: #77B8FA;
	text-decoration: none;
	border-bottom: dotted 1px;
}
#content a:hover{
	color:#80BDCC;
}
#content img{
	width:100%;
	max-width: 930px;
	background: white;
}
#content .notes{
	font-size: .75em;
}
td a {
	border-bottom: 0px;
}
.nodecor {
	border-bottom: 0px;
}


/*NAV BAR*/

#nav-bar{
	position:fixed;
	top:0;
	background:#009EE0;
	color: white;
	min-width:200px;
	height: 100%;
	margin: 0;
	padding: 0;
}
.nav{
	padding-bottom: 20px;
	padding-left: 25px;
}
.nav ul{
	list-style: none;
	margin: 0;
	padding: 0;
}
.nav li{
	list-style: none;
	margin:10px 0;	
	margin-right: 20px
}
.nav h1{
	font-family: Georgia;
	font-style: italic;
}
.nav a{
	color: white;
	text-decoration: none;
	border-bottom: dotted 1px;
}
.nav a:hover{
	color:#BFBEA2;
}
#selected-nav a{
	font-weight: bold;
	font-style: italic;
	border-bottom: none;
}
#nav-footer{
	position: absolute;
	bottom: 0;
	font-size: .75em;
}

#nav-footer a:hover{
	color:#80BDCC;
}