<style type="text/css">
	
	body {
		float:center;
		}
		
	#container {
		width:800px;
		margin-left:auto;
		margin-right: auto;
		border:0px;
		padding:0px;
		margin-top:0px;
		background:blue;
		float:center;
		}
		
	#masthead {
		width:800px;
		border:0px;
		padding:0px;
		margin-top:0px;
		background:blue;
		}

	#page_content {
		width:800px;
		border:0px;
		padding:0px;
		margin-top:0px;
		background:blue;
		}

	#sidebar {
		}

	#navcontainer {
		width:165px;
		height: 450px;
		margin-top:10 px;
		}

	#content {
		overflow:auto;
		}

	#footer {
		}
<!--					      -->
	#popup-area {
	background-color:white;
	color:blue;
	margin-top 0px;
	margin-bottom 5px;
	width: 348px;
	}

#popup {
	margin-top: 0px;
	position: static;
	display: none;
	width: 600px;
	background-color: white;
	color: blue;
	text-align: center;
	font-weight: bold;
}
#popup-area a {
	color: blue;
	font-weight: normal;
}
<!--                                           -->

A:link { text-decoration: none; color:yellow}
A:visited { text-decoration: none; color:yellow }
A:hover { text-decoration: none; color:black }

#navcontainer { width: 128px; }

#navcontainer ul
{
margin-left: 0;
padding-left: 0;
list-style-type: none;
font-family: Arial, Helvetica, sans-serif;
font-size: 12;
}

#navcontainer a
{
display: block;
padding: 6px;
width: 125px;
background-color: blue;
color: yellow;
border-bottom: 1px solid yellow;
}

#navcontainer a:link, #navlist a:visited
{
color: yellow;
text-decoration: none;
}

#navcontainer a:hover
{
background-color: black;
color: red;
}

#content a:link, #content a:visited 
{
text-decoration:none;color:red;
}

#content a:hover
{
text-decoration:none; color:black;
}

#tiny a:link, #tiny a:visited
}
text-decoration: none;
color:red;
}
 
#tiny a:hover
{
text-decoration: none;
color: yellow;
}
 
</style>
