@import url(common.css);

body {
	background: url(../images/bg_body.gif) repeat-y;
	}

.container {
	width: 990px;
	background-color: #FAF8F5;
	margin: 0 auto;
	text-align: left;
}

#landing_header_container {
	width: 100%;
	text-align: center;
	background: url(../images/landing_header_short_bg.gif) repeat-x;
	}
#landing_header {
	width: 990px;
	height: 45px;
	background-color: #000000;
	border-top: 2px solid #cf7600;
	border-bottom: 2px solid #cf7600;
	clear: both;
	background: url(../images/admissions_financial_aid/admissions_header-short.gif) top left no-repeat;
	margin: 0 auto;
	}
	html>body #landing_header {
		height: 41px;
		}

/* ====== CENTER COLUMN ====== */

#column_center {
	width: 920px;
   float: left; 
	/*	background: url(../images/admissions_financial_aid/bg_rightcol_lftbrdr.gif) top right no-repeat; */
	background-color: #FAF8F5;
	margin: 0 35px 23px 35px;
	display: inline;
	}
	
#column_center ul {
	margin: 0 0 23px 30px;
	font-size: 0.75em;
	color: #695c54;
	line-height: 18px;
	}
/* BREADCRUMB BEGINS */
div#breadcrumb {
	width: 920px;
	height: 26px;
	margin: 9px 0 21px 0;
	font: 0.75em normal arial, helvetica, sans-serif;
	color: #a29d99;
	float: left;
	clear: both;
	display: inline;
	}
div#breadcrumb a {
	text-decoration: underline;
	color: #c0bab5;
	}
div#breadcrumb a:visited, div#breadcrumb a:active{
	color: #c0bab5;
	}
div#breadcrumb a:hover{
	text-decoration: underline;
	color: #4b3222;
	}
/* BREADCRUMB ENDS */

#main_content {
	float: left;
	margin-bottom: 15px;
	width: 920px;
	}
#main_content a {
	color: #cf7600;
	text-decoration: none;
	}
#main_content a:visited {
	color: #6b808e;
	}
#main_content a:hover {
	color: #cf7600;
	text-decoration: underline;
	}
	
/* ====== END ====== */
