/* INFO */

.infoMain {
	position: absolute;
	top: 230px;
	left: 0px;
	width: 100%;
	height: 100%;
	min-width: 832px;
	background-color: #262626;
	}

.infoContentBox {
	position: absolute;
	top: 60px;
	left: 180px;
	right: 180px;
	}

.btmMargin {
	position: absolute;
	height: 150px;
}
	
/*	TEXT	*/

p1 {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #DDDDDD;	
}

p2 {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 25px;
	color: #DDDDDD;
	line-height: 185px;
	}
	
p3 {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 25px;
	color: #202020;
	margin-top: 0px;
	margin-bottom: 0px;
	}
	
h1 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 30px;
	font-style: bold;
	color: #DDDDDD;
	line-height: 25px;
	}
	
h2 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 30px;
	font-style: bold;
	color: #202020;
	line-height: 25px;
	}
	
*:link {
	font-style: normal;
	text-decoration: none;
}