body{
	margin: 0px;
	padding: 0px;
}

a:link, a:visited, a:hover {
	color: #006699;
	text-decoration: underline;
}


#masthead{
	margin: 0;
	padding: 10px 0px 0px 60px;
	height: 170px;
}

#content{
position:absolute;
top: 170px; 
left: 200px; /*Set left value to WidthOfFrameDiv*/
padding-right: 30px;
right: 0px;
bottom: 0;
overflow: auto; 
background: #fff;
z-index:100;
}