@charset "UTF-8";
/* CSS Document */
img, a {
	border-style:none;
}

#container {
	position:absolute;
	background-color:#FFFFFF;
	left:50%;
	width:800px;
	margin-left:-400px;
	margin-top:50px;
	height:auto;
}

#main{
float:left;
width:800px;
height:485px;
background-image:url(images/mainimage.gif);
}

#feplus{
	float:left;
	width:auto;
	height:auto;
	margin-left: 30px;
}

#one{
	float:right;
	width:auto;
	height:auto;
	margin-right: 30px;
}

#collegebox{
	float:left;
	width:740px;
	height:auto;
	margin-left:55px;
	margin-top: 20px;
}

.collegedivide{
	float:left;
	width:185px;
}

.collegeleft{
	float:left;
	width:auto;
	height:auto;
	margin-bottom:15px;

}

.collegeright{
	float:right;
	width:auto;
	height:auto;
	margin-bottom:20px;
	margin-right: 60px;

}

