#left {
	text-align: justify;
}

.rightFloat {
	float: right;
	padding: 5px;
	margin: 0 0 10px 15px;
	background-color: #000000;
	border: 1px solid #333333;
}

.leftFloat {
	float: left;
	padding: 5px;
	margin: 0 15px 10px 0;
	background-color: #000000;
	border: 1px solid #333333;
}

.mainpic_holder {
	text-align: center;
	height: 140px;
	margin: 30px 5% 25px 5%;
	border: 1px solid #333333;
	background-color: #000000;
}

.mainpic {
	text-align: center;
	height: 130px;
	width: auto !important;
	width: 100%;
	margin: 5px;
	background-color: #000000;
	background: url(./hexagon_2.gif) repeat top left;
	overflow: hidden;
}

.siteLink {
	clear: both;
	text-align: center;
	margin: 40px 0 10px 0;
}
	