body {
	width: 800px;
	margin: auto; 
	padding: 0px;}

#header {
	width: 800px;
	}

#header h1 {
	font-size: 2em;
	color: #000;
	height: 130px;
	border-bottom: solid #000 2px;}
#header h3 {
	font-size: 1.4em;
	color: #000;}

#left-column{
	float: left;
	width: 180px;
	color: #000;
	text-align: left;
	font-size: 1.1em;
	text-decoration: none;
	font-weight: bold;}

a {
	text-decoration: none;}

#main-content{
	margin-left: 190px;
	background: #fff;
	color: #000;}

#main-content h3 {
	font-size: 1.4em;}

#main-content p {
	font-size: 1.1em;
	text-align: left;}
