#div_localContent
{
	position: absolute;
	left: 5px;
	top: 5px;
	right: 5px;
	bottom: 5px;
}

#div_localContent img
{
	border: none;
}

#div_infoContent
{
	position: absolute;
	left: 0px;
	top: 0px;
	bottom: 0px;
	width: 200px;
	
	border-right: 1px solid black;
}

#div_textContent
{
	position: absolute;
	left: 202px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	text-align: center;
}

.contentSection
{
	padding-top: 8px;
	padding-bottom: 8px;
	width: 98%;
}

.redText
{
	color: red;
}
