/**
 *  template3.css
 *
 *  Created for URI web template 3 (with three-column layout)
 *  Created by URI Web Team.
 *  Last revised on April 12, 2007
 *
 */

#middlePlusRightContainer {
	position: relative;
	width: 602px; /* adding 10px left margin, the total width is 618px */
	margin-left: 10px;
	float: right;
	display: block;
	/* background-color: #EFEFFB; Redefine this color for the third column */
	background-color: #FFF;

}

/**
 *   Content Area
 *       |
 *       |---Feature Area
 */

#middleContainer {
	position: relative;
	width: 401px;
	float: left;
	display: block;
}

#feature { /* Positions feature image */
	vertical-align: middle;
	
}
#feature_image {
	width: 400px;
}

/**
 *   Content Area
 *       |
 *       |---College Name Area
 */

#collegeName { /* Positions feature image */
	width: 400px;
	border-right: 1px solid #FFF;
}

/**
 *   Content Area
 *		|
 * 		|---Body Area
 */
 
#contentBodyContainer { /* Defines attributes for main content */
	width: 401px;
	background-color: #FFF;
}



/**
 *   Content Area
 *		|
 * 		|---Third Column Area
 */
 
#rightContainer {
	position: relative;
	width: 197px; /*(768 minus 150 leftmenu minus 401 middlecontainer minus 20pxmargin minus 20pxpadding=197px)*/
	float: left;
	display: block;
}

#rightContainerContent {
	position: relative;
	margin: 0 10px;
	display: block;
}
