@import url("debug.css");
@import url("event.css");
@import url("../../default/styles/shared.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: 12px 0px 0px 53px;	
}
#content_container {
	width: 717px;
	float: left;
}
#content_left {
	width: 452px;
	float:left;
	padding: 0px 20px 0px 38px;
	font-family: Arial;
	font-size: 12px;
	color: #4D4D4D;		
}
#content_container p {
	line-height: 17px;
	margin-bottom: 20px;
}
#content_right {
	width: 154px;
	float:left;
	padding: 0px 20px;
	line-height: 24px;
	font-family: Arial;
	font-size: 12px;
	color: #868686;	
}