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


body{
	color: #2d2b28;
	font-family:Gill Sans, Lucida, sans-serif;
	font size: 24px;
	background-color: #a1a9ac;
	background-image:url(backback.png);
	background-repeat:no-repeat;
	background-position: 0px -2px;
}
div.one {position:absolute; top: 125px; left: 153px; width:100px; height:50px;
}
div.two {position:absolute; top: 163px; left: 148px; width:100px; height:50px;
}
div.three {position:absolute; top: 238px; left: 148px; width:100px; height:50px;
}
div.four {position:absolute; top: 273px; left: 156px; width:100px; height:50px;
}
div.home {position:absolute; top: 56px; left: 95px; width:100px; height:50px; 
}
div.content {position:absolute; top: 160px; left: 640px; width:430px; height:400px; font-size:large;
}
div.textone {position:absolute; top: 160px; left: 640px; width:463px; height:423px; overflow:scroll;
}
a:link {text-decoration: none; color: #FFFCF7;}
a:visited {text-decoration: none; color: #FFFCF7;}
a:active {text-decoration: none; color: #FFFCF7;}
a:hover {text-decoration: underline; color: #CDD2D6;}

div#navigation {position:absolute; 100px, 50px;}
div#navigation a {display: block;
	}
p.workscited {padding-left:30px;padding-right: 10px; text-indent: -25px;}
p.indent {padding-left:30px; padding-right: 10px;}


