@charset "utf-8";
/* CSS Document */

#mainContent {
	padding: 0px 20px 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #E8E8E8 url(../_assets/graphics/bg_mainContent.jpg);
	height: 450px;
	width: 400px;
	border-top: 0px none;
	border-right: 5px solid #FFF;
	border-bottom: 5px solid #FFF;
	border-left: 0px none;
	float: left;
	clear: none;
}
#mainContentSub {
	padding: 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #F6F6F6;
	height: 100px;
	width: 400px;
	float: left;
	clear: none;
	bottom: 110px;
	position: absolute;
}

#mainContent p {
	font-size: 0.8em;
	margin: 6px 0px 0px;
	padding: 0px;
}

#mainContent a:link {
	color:#333;
	text-decoration:none;
}	
#mainContent a:visited {
	color:#333;
	text-decoration:none
}
#mainContent a:active { color:#DA251C }
#mainContent a:hover {
	color:#DA251C;
	text-decoration:none;
}

#mainContent .leftFloat { float: left; }
#mainContent .midFloat {
	float: left;
	text-align: justify;
	margin-left: 120px;
}
#mainContent .rightFloat { float: right; }

