body {
	font-family: tahoma;
	color: #000;
	background: #FFF; 
	width: 45em; 
	border: 1px;
	height: 800px;
	margin: 0em 0em 0em 4em;
}

#header {
	background: #FFF; 
	color: #000; 
	margin: 1em 0em .5em 18.1em;
}
	
#header h1 {
	text-align: center; 
	margin: 0em; 
	font-size: 50px;
	margin-left: -100px;
}

#subheader {
	margin: 0em 0em 1em 17em;
}

#subheader p {
	text-align: center; 
	margin: 0px;
}

#columnleft {
	float: left; 
	width: 15em; 
	height: 20em; 
	margin: 0 0 0 0;
}


.name {
	padding-top: 0px;
}

.fullname {
	line-height: 0px; 
	font-size: 25px; 
	margin-top: 1.5em;
}

.year {
	line-height: 0px; font-size: 18px;
}

.topics {
	border-right: 1px solid #000;
	width: 7.5em; height: 20em; 
	text-align: left; 
	float: left; 
	margin: 0em 0em 0em .1em;
}

.subtopics {
	height: 20em; 
	margin: 0em .1em 7em 8em; 
	padding-top: 10px;
}

.subtopics p {
	text-align: left; 
	font-size: 12px;
}

#contentbox {
	height: 30em; 
	margin: 1em 0em 0em 17em;
}

.subtext {
}

.subtext p {
}

.title {
	text-align: center;
	font-weight: bold;
}

.description {
	text-align: justify;
	font-family: georgia;
}

