BODY	{
color: #000000; font-size:13px;
font-family: verdana, arial, sans;}

A	{
color:blue;}

A:hover	{
text-decoration:none;
color:red;}
	
DIV#crest	{
	position: absolute;
	left:30px;
	top:25px;
	}
	
DIV#nav	{
	position: absolute;
	font-size:15px;
	left:250px;
	top:120px;
	}

DIV#subnav	{
	position: relative;
	font-size:11px;
	left:0px;
	top:20px;
	}
	
DIV#content	{
	position: absolute;
	left:50px;
	top:240px;
	height:auto;
	margin-right:5%;
	}