* {
margin:0;
padding:0;
}
#container {
	float: none;
	height: 930px;
	width: 800px;
	background-color: #FFF;
	margin: auto;
	font-size: 14px;
}
#top_border {
	float: left;
	height: 40px;
	width: 800px;
}
#header {
	float: left;
	height: 180px;
	width: 800px;
}
#navigation_bar {
	float: left;
	height: 550px;
	width: 159px;
	border-right-width: 1px;
	border-right-style: dashed;
	border-right-color: #999;
	padding-left: 20px;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
}
#main_content {
	float: left;
	height: 550px;
	width: 560px;
	padding-right: 20px;
	padding-left: 20px;
	padding-top: 20px;
	padding-bottom: 20px;
	list-style-position: inside;
	list-style-type: square;
}
#footer {
	float: left;
	height: 80px;
	width: 800px;
	border-top-width: 1px;
	border-top-style: dashed;
	border-top-color: #999;
	border-right-color: #999;
	border-bottom-color: #999;
	border-left-color: #999;
}
#bottom_border {
	float: left;
	height: 39px;
	width: 800px;
	background-color: #CCC;
}
#container #navigation_bar p strong {
	color: #C00;
}
#container #footer p {
	color: #C00;
}
.smallfont {
	font-size: 10px;
}
.mediumfont {
	font-size: 17px;
}
.largefont {
	font-size: 21px;
}
.hugefont {
	font-size: 24px;
}
