@charset "utf-8";
/* CSS Document */
.wrapper .left_column{
	float: left;
	width: 300px;
	margin: 10px 0px 0px 10px;
	min-height: 300px;
}
.wrapper .left_column p{
	line-height: 3em;
	text-align: left;
	padding: 0px 10px 0px 10px;
}
.wrapper .left_column .left_p a{
	text-decoration: underline;
}
.wrapper .left_column li{
	line-height: 1.2em;
	margin: 10px 0px 0px 0px;
}
.wrapper .center_column{
	float: left;
	width: 280px;
	margin: 10px 0px 0px 10px;
	min-height: 250px;
}
.wrapper .center_column a{
	float: left;
	margin-top: 5px;
	line-height: 3em;
	clear: both;
}
.wrapper .center_column p{
	line-height: 1.5em;
	padding: 5px;
}
.wrapper .right_column{
	float: right;
	width: 180px;
	margin: 40px 10px 0px 0px;
}
.wrapper h2{
	background: url(../images/title.gif) no-repeat left bottom;
	height: 30px;
	border-bottom: #ff9933 1px solid;
	padding: 0 0 0 15px;
	font-size: 16px;
	line-height: 1.5em;
	vertical-align: middle;
	clear: both;
}
.wrapper .title{
width: 280px;
}
.wrapper .headline{
	background: url(../images/point.gif) no-repeat left top;
	padding: 0 0 0 30px;
	line-height: 2em;
	vertical-align: middle;
}



