#main {
	height: auto;
	width: 800px;
	background-color: #66CC99;
}
#main2 {
	width: 800px;
	height: auto;
}

.content {
	width: 300px;
	background-image: url(images/content_bg.png);
	height: 100px;
	padding-top: 30px;
	background-repeat: no-repeat;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 23px;
	font-weight: bold;
	color: #FFFFFF;
}
a:link {
	color: #FFFFFF;
	text-decoration: none;
}
a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
a:visited {
	color: #FFFFFF;
	text-decoration: none;
}




.clear {
	clear: both;
}
.content2 {
	width: 300px;
	padding-top: 30px;
	background-image: url(images/content2_bg.png);
	background-repeat: no-repeat;
	background-position: center top;
	height: 100px;
}
.box_icon {
	float: left;
	width: 30px;
	margin-bottom: 5px;
	padding-left: 5px;
	margin-left: 10px;
	padding-right: 10px;
}

