#left {
	float:left;
	margin:15px 15px 15px 0;
}

#right {
	width:225px;
	float:right;
	margin-top:11px;
	margin-right:17px;
}

#right h2 {
	font-family:"Times New Roman", Times, serif;
	font-weight:bold;
	font-size:1.9em;/* based on the 10px base size, the h2s are 19px */
	color:#303030;
}

#right li{
	font-size: 1.1em;  /* based on the 10px base size, the whats new list items are 11px */
	list-style:none;
	margin-bottom:8px;
}

#right a {
	color: #000082;
	text-decoration:none;
}

#right a:visited {
	color:#999999;
}

#right a:hover {
	color:#fdb913;
}
