@charset "utf-8";

#main_banner {
	width: 725px;
	height: 250px;
	float: left;
	margin: 0;
	padding: 0;
}

#right_top_banner {
	width: 200px;
	height: 125px;
	float: right;
	margin: 0;
	padding: 0;
}

#right_bottom_banner {
	width: 200px;
	height: 125px;
	float: right;
	margin: 0;
	padding: 0;
}

#logo_bar_container {
	width: 925px;
	height: 85px;
	margin: 0;
	padding: 0;
}

#news_container {
	width: 925px;
	margin: 0;
	margin-top: 10px;
/*	padding: 0; */
}

#news_container #boxcap {
	position: relative;
	padding: 0;
	margin: 0;
	width: 925px;
	height: 25px;
	background: url(../_images/boxes/BoxCap_925x25.png) no-repeat top left;
	}
/*
#news_container #boxcap h1{
	position: absolute;
	text-align: center; 
	margin-left: 10px;
	margin-top: 5px;
	font-size: 1em;
	font-style: normal;
	color: #FFFFFF;
	width: 905px;
	} */

#news_container #boxtop {
/*	position: relative;
	padding: 0;
	margin: 0; */
	width: 925px;
	height: 10px;
	background: url(../_images/boxes/BoxTop_925x10.png) no-repeat top left;
	}

#news_container #boxcenter {
/*	position: relative; 
	padding: 0;
	margin: 0;*/
	width: 925px;
	background: url(../_images/boxes/BoxCenter_925x25.png) repeat-y top left;
	}
	
#news_container #boxbottom {
/*	position: relative;
	padding: 0;
	margin-top: 0;
	margin-left: 0;
	margin-right:0; */
	margin-bottom: 10px;
	width: 925px;
	height: 10px;
	background-color: #FFFFFF;
	background: url(../_images/boxes/BoxBottom_925x10.png) no-repeat top left;
	}
	
/*
#news_container #boxcenter a {
	color: #0066FF;
	font-size: .85em;
	margin-left: 10px;
	}

#news_container #boxcenter a:hover {
	text-decoration: underline;
	}

#news_container ul {
	list-style-type: none;
	margin-left: 5px;
}

#news_container ul li{
	text-align: left;
	font-size: 1.2em;
}

#news_container a {
	color: #0066FF;
	line-height: 2em;
	margin-left: 5px;
	font-size: .9em;
}
*/

#articles_container {
	width: 925px;
	margin: 0;
	margin-top: 10px;
	padding: 0;
}

#articles_container #boxcap {
	position: relative;
	padding: 0;
	margin: 0;
	width: 925px;
	height: 25px;
	background: url(../_images/boxes/BoxCap_925x25.png) no-repeat top left;
	}
/*
#articles_container #boxcap h1{
	position: absolute;
/*	text-align: center; */
	margin-left: 10px;
	margin-top: 5px;
	font-size: 12px;
	font-style: normal;
	color: #FFFFFF;
	width: 905px;
	}
*/
#articles_container #boxtop {
	position: relative;
	padding: 0;
	margin: 0;
	width: 925px;
	height: 10px;
	background: url(../_images/boxes/BoxTop_925x10.png) no-repeat top left;
	}

#articles_container #boxcenter {
	position: relative; 
	padding: 0;
	margin: 0;
	width: 925px;
	background: url(../_images/boxes/BoxCenter_925x25.png) repeat-y top left;
	}
	
#articles_container #boxbottom {
	position: relative;
	padding: 0;
	margin-top: 0;
	margin-left: 0;
	margin-right:0;
	margin-bottom: 10px;
	width: 925px;
	height: 10px;
	background-color: #FFFFFF;
	background: url(../_images/boxes/BoxBottom_925x10.png) no-repeat top left;
	}
	
/*
#articles_container #boxcenter a {
	color: #0066FF;
	font-size: .85em;
	margin-left: 10px;
	}

#articles_container #boxcenter a:hover {
	text-decoration: underline;
	}
	
#articles_container ul {
	list-style-type: none;
	margin-left: 5px;
}

#articles_container ul li{
	text-align: left;
	font-size: 1.2em;
}

#articles_container a {
	color: #0066FF;
	line-height: 2em;
	margin-left: 5px;
	font-size: .9em;
}
*/
