@charset "utf-8";
/* CSS Document */

body {
	background-color: #153867;
	margin-top:30px;
}

#container {
	width:860px;
        margin-left:120px;
	/* margin-left:auto; */
	margin-right:auto;
}
#subcontainer {
	width:720px;
	float:right;
}
#flame {
	float:left;
	margin-bottom:10px;
}

#title {
	float:right;
	margin-bottom:10px;
}
#search {
	float:right;
	font:Helvetica, Arial, sans-serif;
	font-size:12px;
	width:100%;
	margin-bottom:10px;
}
#information {
	width:125px;
}



#targeted {
	width:100%;
}
#rotating {
	width:100%;
	margin-bottom:3px;
	float:right;
	margin-right:-5px;
}
#established {
	width:100%;
	margin-bottom:10px;
}
#spotlight {
	width:250px;
	height:170px;
	float:left;
	margin-right:20px;
	/*background-color:#112d53;*/
}
#degrees {
	width:290px;
	height:170px;
	float:left;
	margin-right:10px;
}
#fast {
	width:125px;
	height:170px;
	float:right;
	position:relative;
	z-index:25;
}


