/* @override http://tl-ultralight.local:8080/design/tl_index.css */

#boxes {
	margin-top: 10px;
	margin-bottom: 10px;
	text-align: justify;
	overflow: auto;
	background-color: #999999;
	background: url(bg_index_box.png) repeat-y;
}

#boxes h2 {
	color: black;
	font-weight: bold;
	font-size: 14px;
	text-align: left;
	margin-bottom: 5px;
}

#boxes h3 {
	color: white;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 14px;
	margin-bottom: 5px;
	text-align: left;
}

#boxes p {
	margin: 0;
}

.box_1, .box_2, .box_3 {
	width: 246px;
	padding-right: 15px;
	padding-left: 15px;
	white-space: normal;
	float: left;
}


