@import url("debug.css");
@import url("shared.css");
@import url("graduate.css");

#content_top {
	width: 998px;
	height: 44px;
	background: url('../images/content_top_bg.png') no-repeat;	
}
#content_middle {
	width: 998px;
	background: url('../images/content_bg.png') repeat-y;
	overflow: hidden;
}
#content_footer {
	width: 945px;
	height: 50px;
	background: url('../images/footer_bg.png') no-repeat 3px 0px;
	color: #FFF;
	font-family: Arial;
	font-size: 12px;
	padding: 10px 0px 0px 53px;	
}
#content_container {
	width: 611px;
	float: left;
	padding: 0px 38px 0px 38px;
	font-family: Arial;
	font-size: 12px;
	color: #4D4D4D;	
	overflow: hidden;
}
#content_container p {
	line-height: 17px;
	margin-bottom: 20px;
}