*
{
	font-family: 'Arial Narrow', Arial, Helvetica, Sans-Serif;
	color: #2B6678;
}
a
{
	text-decoration:none;
	color: #2B6678;
}
.light_green
{
	color: #669900;
}
.dark_green
{
	color: #6E9874;
}
.bold
{
	font-weight: bold;
}
.big
{
	position: relative;
	display: block;
	top: -10px;
	left: -10px;
	font-size: 85px;
}
.uppercase
{
	text-transform: uppercase;
}
#content_top
{
	position: absolute;
	top: 0px;
	left: 0px;
	height: 215px;
	width: 1000px;
	background-image: url(/images/LandingPage2_top.jpg);
	background-repeat: no-repeat;
	z-index: 1;
}
#top_content
{
	position: absolute;
	top: 120px;
	left: 20px;
	color: #FFFFFF;
	z-index: 10;
	
	font-size: 30px;
	text-transform: uppercase;
}
#content_middle
{
	position: absolute;
	top: 215px;
	left: 0px;
	height: 215px;
	width: 1000px;
	background-image: url(/images/LandingPage2_middle.jpg);
	background-repeat: no-repeat;
	z-index: 1;
}
#middle_content
{
	position: absolute;
	top: 170px;
	left: 120px;
	z-index: 10;

	font-weight: bold;
	font-size: 45px;
	color: #6E9874;
}
#middle_content_text
{
	position: absolute;
	top: 230px;
	left: 150px;
	z-index: 10;
	
	font-weight: bold;
	text-align: center;
	font-size: 16px;
}
#middle_content_light_text
{
	position: absolute;
	top: 290px;
	left: 155px;
	z-index: 10;
	
	text-align: center;
	font-size: 18px;
}
#middle_content_band_1
{
	position: absolute;
	top: 435px;
	left: 90px;
	z-index: 10;
	
	text-transform: uppercase;
	font-size: 30px;
	text-align: center;
}
#middle_content_band_2
{
	position: absolute;
	top: 435px;
	left: 270px;
	z-index: 10;
	
	text-transform: uppercase;
	font-style: italic;
	font-size: 18px;
	text-align: center;
}
#middle_content_band_plus
{
	position: absolute;
	top: 510px;
	left: 80px;
	z-index: 10;
	
	text-transform: uppercase;
	font-size: 16px;
	text-align: center;
}
#middle_content_money
{
	position: absolute;
	top: 545px;
	left: 120px;
	z-index: 10;
	
	font-weight: bold;
	font-size: 25px;
	text-align: center;
}
#content_bottom
{
	position: absolute;
	top: 430px;
	left: 0px;
	height: 215px;
	width: 1000px;
	background-image: url(/images/LandingPage2_bottom.jpg);
	background-repeat: no-repeat;
	z-index: 1;
}