/* CSS Document */
body
{
	font:							normal 10px/14px "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
	background-image: url(../images/body_back.jpg);
	color: #999999;
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
	background-position: center top;
}
h1
{
	font-size: 180%;
	padding: 0px;
	margin: 0px;
	line-height: 30px;
	font-weight: normal;
	float: left;
}
h2
{
	font-size: 120%;
	font-weight: bold;
	color: #666666;
	margin: 0px;
	padding: 0px;
}
h3
{
	font-size:						90%;
	font-weight: normal;
}
.box_txt {
	padding-left: 5px;
	width: 149px;
	padding-top: 5px;
	color: #FFFFFF;
	font-size: 14px;
	height: 150px;
	background-image: url(../images/box_01.jpg);
	background-repeat: no-repeat;
	float: left;
	margin-right: 7px;
}

