@charset "utf-8";

#wrapper4 {
	width: 600px;
	margin-right: auto;
	margin-left: auto;
}
#left-hand-box {
	float: left;
	width: 280px;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 14px;
	color: #000;
	background-color: #FFF;
	padding-right: 10px;
	padding-left: 10px;
	line-height: 15px;
	height: 425px;
}
#right-hand-box {
	float: right;
	width: 280px;
	padding-right: 10px;
	padding-left: 10px;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 14px;
	color: #000;
	background-color: #FFF;
	height: 425px;
}
#wrapper4 h4	{
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 15px;
	color: #09F;
}

#left-hand-box a:active {
	color: #F00;
	text-decoration: none;
}

#left-hand-box a:link {
	color: #B30000;
	text-decoration: none;
}
#left-hand-box a:hover	{
	color: #F00;
	-webkit-transition: font-weight 5ms ease-in-out 4ms;
	-moz-transition: font-weight 5ms ease-in-out 4ms;
	-ms-transition: font-weight 5ms ease-in-out 4ms;
	-o-transition: font-weight 5ms ease-in-out 4ms;
	transition: font-weight 5ms ease-in-out 4ms;
}