body {
	margin: 0;
	background-color: #fc3; 
}

#nav {
	position:absolute;
	left: 0px;
	top:0px;
	width: 100%;
	height:163px;
}

#contentcontainer {
	width: 100%;
	position:absolute;
	left: 0px;
	top: 190px;
}

#content {
	width: 675px;
	margin-left: 5px;
}

.home {
	padding-left: 20px; 
	padding-bottom: 10px; 
	font-family: helvetica, arial, sans-serif; 
	font-size: 12px; 
	color: #000000;
}

.home a:link {
	color: #000000; 
	text-decoration: none;
	font-weight: bold; 
}

.home a:visited {
	color: #000000; 
	text-decoration: none;
	font-weight: bold; 
}

.home a:hover {
	color: #FF0000; 
	text-decoration: underline;
	font-weight: bold; 
}

.home a:active {
	color: #000000; 
	text-decoration: none;
	font-weight: bold; 
}