
#bar-right {
	width:200px;
	float:left;
	background: #732C3E;
	height:80px;
}

#normal h2 {
	color:#732C3E;
	font-family: Georgia;
	font-weight:normal;
	font-size:25px;
}

html + body #normal h2 { /* for ie5.01 */
	color:#732C3E;
	font-family: Georgia;
	font-weight:normal;
	font-size:25px;
}
#normal a {
	color:#732C3E;
}
#normal a:hover {
	text-decoration:none;
}
