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

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


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

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

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

/**
 *   Content Area
 *		|
 * 		|---Body Area
 */
 
#contentBodyContainer { /* Defines attributes for main content */
	width: 100%;
}

/**
 *   Footer
 */
 
#footer {
	width: 100%;
}
