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

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}


body{
	font-family: "Georgia", serif;
	font-size: 11.5px;
	color: #000;
	background-attachment: fixed;
}

a {text-decoration:none; color: #000;}
a:hover {color:#ffffff;}

#container {
	width:990px;
}

#nav {
	float: left;
	width:170px;
	background-color:#d8d7c6;
	margin:40px;
	padding-top: 20px;
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 15px;
	position: fixed;
}

#nav ul {
	list-style:none;
	font-size:11.5px;
	text-decoration: none;
	line-height: 18px;
	margin-top: 20px;
}


#content{
	float:left;
	width:660px;
	margin-top: 40px;
	
}

#info {
	background-color:#d8d7c6;
	width:450px;
	padding-top: 15px;
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 15px;
	margin-left: 290px;
}

#projectphoto {
	background-color:#d8d7c6;
	width:660px;
	margin-top: 40px;
	margin-left: 290px;
	padding: 20px;
	
}

hr {
	color: #abfe04;
	background-color: #ffffff;
	height: 1px;
	border: 0;
}

#backtotop {
	background-color:#d8d7c6;
	width: 57px;
	margin-top: 40px;
	margin-bottom: 23px;
	margin-left: 290px;
	padding: 13px 20px;
}


#projectphoto img.space {
	padding-bottom: 20px;
}

.title{
	font-size: 16px;
	font-style:italic;
	border-top: black;
	padding-bottom: 3px;
}

.body {
	line-height: 18px;
}

.projectphoto {
	padding-bottom: 20px;

}



