@charset "UTF-8";

#content > div {
	padding: 0px;
	margin: 0px;
}
#content .inside {
	height: 200px;
}
#content .left {
	float: left;
	width:300px;
}
#content .middle {
	margin:0 250px 0 305px;
	_margin: 0 247px 0 302px;
	width:245px;
}
#content .right {
	float: right;
	width:245px;
}
#content .left h2 {
	background-image: url(../images/head_orange_300x32.jpg);
	background-repeat: no-repeat;
}
