@charset "UTF-8";


/* ---------- Div Sections --------*/
#nav {
	height: 400px;
	width: 185px;
	margin-left: 12px;
	/*padding-top: 50px;
	padding-right: 10px;
	padding-bottom: 0px;*/
}
#header {
	margin-top:15px;
	margin-left: 15px;
	margin-bottom: 20px;
	height: 40px;
	width: 1118px;
	border:0;
}
#header:link {
border:0;
}

#logoheader {
	position:absolute;
	margin-top:5px;
	margin-left: 830px;
	margin-bottom: 20px;
	height: 40px;
	width: 308px;
	border:0;
}
#footer {
	margin-top:150px;
	margin-left: 15px;
	margin-bottom: 20px;
	height: 80px;
	width: 150px;
}
#body {
	position:absolute;
	left:215px;
	top:74px;
	width:600px;
	height:800px;
	z-index:1;
}

#writeup {
	position:absolute;
	left:900px;
	top:78px;
	width:218px;
	height:402px;
	z-index:2;
}

#bodytext{
	margin-top:10px;
}


/* ---------- Text Settings--------*/

.titletext {
	font-family: Times, serif;
	font-size: 15px;
}

.bodytext {
	font-family: Times, serif;
	font-size: 12px;
}

.subtext {
	font-family: Times, serif;
	font-size: 9px;
	margin-left:8px;
}

a:link {
	color: #000000;
	text-decoration: none;
}
a:visited {
	color: #000000;
	text-decoration: none;
}
a:hover {
	color: #5F604B;
	text-decoration: none;
}