/* CSS Document */
#nav	{
	position:relative;
	float: left;
	width: 140px;
	padding-top: 40px;
	line-height: 130%;
}
#nav ul	{
	list-style-type:none;
}
#col3	{
	position:relative;
	float: right;
	width: 290px;
	text-align:center;
	padding-top: 20px;
	padding-right: 5px;

}	
#main-content	{
	position:relative;
	font-family:Georgia, "Times New Roman", Times, serif;
	line-height:150%;
	float: left;
	width: 490px;
	padding: 2px;
	padding-left: 20px;
}
