@charset "utf-8";
/* CSS Document */


/* This is the transforming extemities section */
#headernavmain {
	width: 600px;
	height: 20px;
	background:#000;
	padding-left:400px;
}

#headernavmain img {
	padding-left:453px;
}


/* This is the nav buttons along the left hand side */
#leftnav {
 	width:250px;
	float: left;
}

#leftnav a img{
	border: 0px;
}

#leftnav img {
	padding-top: 15px;
}

/* This is the content below the header and to the right of the leftnav */
#content {
	position: relative;
	margin-left: 250px;
}

/* This is the image on the Portal page */
#mainimage {
}

/* This is the three image banner below the mainimage */
#imagebanner {
}

#imagebanner img {
	padding-top: 15px;
}

#imagebanner a img {
	border: 0px;
}


