body {	margin: 0px;	padding: 0px;}div#header {	position: absolute;	width: 100%;	left: 0px;	top: 0px;}div#banner {	background-color: #3375C3;	background-image:url(images/nym_banner.png);	background-repeat: no-repeat;	height: 100px;}div#nav ul {	list-style-type: none;}div#nav ul li {	display: inline;}div#content {	position: absolute;	right: 20%;	left: 10%;	top: 30%;	font-family: Georgia, "Times New Roman", Times, serif;	font-size: 91%;	line-height: 140%;	color: #000000;	border: 1px solid #105BAC;	padding: 5px;}div#sidebar {	position: absolute;	width: 222px;	top: 250px;	right: 20px;}div#content h1 {	font-family: Georgia, "Times New Roman", Times, serif;	font-size: 146%;	font-weight: normal;	color: #105bac;}div#sidebar div.feature {	font-family: Georgia, "Times New Roman", Times, serif;	line-height: 140%;	background-color: #FeFeFe;	border: 1px solid #105BAC;}div#sidebar div.feature h1 {	font-family: Georgia, "Times New Roman", Times, serif;	color: #105BAC;	line-height: 140%;	background-color: #FeFeFe;}div#nav li a{	color : #105BAC;	background-color : #efefef;	text-decoration : none;	}div#nav li a:hover{	color : #105BAC;	background-color : #efefef;	border-bottom : 4px solid #06D3FF;}