@import url("../css/common_structure.css");
@import url("../css/common_style.css");

/* UNH Template version 2.1.1 for more information and latest version http://www.unh.edu/toolkit/toolkit.html --> */

/* 
This file controls the 3 column layout. To maintain simple style sheets, only css specific to the layout should be used in this file. 
*/

/* Large center column for the main content */

#content {
			padding: 0px 5px 5px 5px;
			margin-left: 150px;
			margin-right: 210px;
			margin-top: 15px;
			overflow: visible;
			background-color:#fff;
			}
		
/* Left hand column */

#left-column {
			float:left;
			width: 130px;
			\width: 140px;
			w\idth: 130px;
			margin: 0px 0px 0px 7px;			
			padding: 0px 0px 0px 0px;			
			}
				

					

