
body {
	background-color : #E4E4E4;
	font : 62.5% Verdana, Arial, sans-serif;
	line-height : 140%;
}
#page {
	width : 90%;
	margin-left : auto;
	margin-right : auto;
}
#header {
	position : relative;
	width : 100%;
	height : 115px;
	background-image : url(http://www.umaryland.edu/cits/images/template/header_bg.jpg);
	background-repeat : repeat-x;
	background-color : #B3CCE6;
}
#print_and_search {
	float : right;
	display : none;
}
#print_and_search ul {
	padding : 0px;
	margin : 0px 10px;
}
#print_and_search ul li {
	display : inline;
	margin : 5px;
	padding : 0px;
}
#header_image {
	position : relative;
	float : left;
	margin : 15px 30px;
}
#nav {
	width : 100%;
	background-color : #B3CCE6;
}
#content {
	width : 100%;
	margin-left : auto;
	margin-right : auto;
	background : #FFFFFF;
}
#left_column {
	width : 170px;
	float : left;
	padding : 5px;
	text-align : left;
	display : none;
}
#main_content {
	width: 100%  	float: left;
	padding : 5px;
	text-align : left;
}
#shadow {
	clear : both;
	width : 950px;
	height : 15px;
	margin : auto;
	background : url('http://www.umaryland.edu/cits/images/template/shadow.jpg') no-repeat;
	display : none;
}
#footer {
	clear : both;
	margin : auto;
	text-align : center;
	height : 80px;
}
.clearfix:after {
	content : ".";
	display : block;
	height : 0;
	clear : both;
	visibility : hidden;
}
* html .clearfix {
	height : 1%;
}
#wrapper {
	width : 100%;
	background-color : #E4E4E4;
	text-align : center;
}

