
body, html
{
	margin: 0;
	background: white;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
A:link, A:visited
{
	color: blue;
	text-decoration: none;
} 
A:hover
{
	color: #FF0000;
	text-decoration: underline;
}

#master_header
{
	width: 100%;
	padding: 0;
	margin: 0;
}
#header_table
{
    background: url(headerbg.png) #eeffee repeat-y;
}
#master_navigation
{ 
	position: absolute;
	left: 0;
	padding: 1em 0 0 10pt;
	font-size: 80%;
}

#master_content
{
 	padding: 1em 0.5em 1em 170pt;
}
#nav_infobox
{
    width:150pt;
}