a:link, a:visited, a:active {
	color: #007979;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

#content h1 {
	color: #32caca;
	font-size: 18px;
}

#content hr {
	color: #CCC;
	background: #CCC;
}

#content .top_hr {
	position: absolute;
	margin-top: 20px;
}

#content .inside_text h2 {
	color: #000;
	font-size: 14px;
}

#content .right_box h2 {
	margin-bottom: 5px;
	color: #555555;
}

#content .right_box hr {
	color: #FFF;
	background: #FFF;
	height: 1px;
	border: 0;
	padding: 0; 
	margin: 0  5px 0 5px;
}

#content  .left {
	float: left;
	width: 315px;
}

#content  .right {
	float: right;
	width: 170px;
	text-align: center;
	font-weight: bold;
}

#content  .left2 {
	float: left;
	width: 305px;
}

#content  .right2 {
	float: right;
	width: 180px;
	text-align: center;
	font-weight: bold;
}

.clear {
	clear: both;
}

.bottom_text {
	text-align: center;
}