
#left {
	float: left;
	padding: 0px 20px 0px 0px;
	margin-right: 20px;
	width: 55%;
	}
#right {
	float: left;
	padding: 0px 0px 0px 20px;
	width: 25%;
	}
#right h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	font-size: 200%;
	color:#110;
	}
#right h1 a {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	margin-top: 20px;
	margin-bottom:30px;
	color:#110;
	text-decoration: none;
	}
#right h1 a:hover {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	margin-top: 20px;
	margin-bottom:30px;
	color:#110;
	text-decoration: underline;
	}