#titlebar{
	float: left;
	width: 100%;
	padding-top: 20px;
}
#titlebar p{
	background-color: #00FF00;
	color: blue;
	text-align: center;
	font-weight: bold;
	font-size: 25px;
}

#navigation_column{
	clear: both;
	float: left;
	background-color: #00FF00;
	height: 600px;
	width: 200px;
	color: yellow;
}

#navigation_column li{
        border-bottom-style: solid;
	border-color: #00FF00;
	list-style-type: none;
	background-color: blue;
	border-bottom-width: 1px;
	padding: 1px 4px 1px;
}

#navigation_column a{
	text-decoration: none;
	font-size: 15px;
	background-color: blue;
	color: yellow;
}

#navigation_column a:hover{
	background-color: yellow;
	width: 100%;
	color: blue;
}
#contents{
	float: left;
	height: 200px;
	width: 600px;
	color: black;
}
li{
	background-color: yellow;
	color: blue;
}
.onpage{
	color: yellow;
}