body {
	min-width: 800px;
	font-family: 'Lucida Grande', Verdana, Geneva, Lucida, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	background-color: #FFFFFF;
}

h1 { font-size: 16pt; }
h2 { font-size: 14pt; }
h3 { font-size: 12pt; }
h3 { font-size: 10pt; }
.large { font-size: 12pt; }
#thesistitle { font-size: 12pt; font-weight: bold; }
#projecttitle { font-size: 12pt; font-weight: bold; }

#wrap {
    	margin: 0 auto;
    	width: 800px;
	background-color: #FFFFFF;
	border: 1px solid;
}

#header {
	width: 760px
	text-align: left;
	font-size: 26pt;
	font-weight: bold;
	/*padding: 20px 20px 20px 20px;*/
	color: #AA6633;
	background-color: #DDDDDD;
}

#nav {
	float: left;
	width: 140px;
	font-weight: bold;
	line-height: 25px;
	padding: 20px 20px 20px 20px;
	background-color: #FFFFFF;
}

#content {
	width: 580px;
	float: left;
	text-align: justify;
	padding: 20px 20px 20px 20px;
	color: #666666;
	background-color: #FFFFFF;
}

#footer {
	clear: both;
        width: 100%;
	background-color: #EFEFEF;
}

a:link {
	text-decoration: none;
	color: #996633;
}
	   
a:visited {
	text-decoration: none;
	color: #996633; 
}

