/**
 *  template2.css
 *
 *  Created for URI web template 2 (with two-column layout - left column navigation and right column image and content)
 *  Created by URI Web Team.
 *  Last revised on May 29, 2007
 *
 */
 
#middleContainer {
	position: relative;
	width: 608px;
	float: right;
	display: block;
}

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

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

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

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

/**
 *   Content Area
 *		|
 * 		|---Body Area
 */
 

#contentBodyContainer { /* Defines attributes for main content */
	width: 608px;
	background-color: #FFF;
}
