body {
	background-color: #00abe8;
	/*background-image: url('bubble.jpg');*/
	margin: 14px 0 0 0;
	padding: 0;
}
#page {
	width: 900px;
}
#top {
	height: 155px;
	background-image: url('bg_menu.gif')
}
#main {
	padding-top: 14px;
	}
#content {
	width: 100%;
}
#articles {
	float: left;
	width: 648px;

}
#menu {
	width: 180px;
	float: left;
}
#menu ul {
	list-style-type: none;
	margin-left: 10px;
	font-size: 14px;
}
#footer {
	height: 14px;
}
.article_spacing {
	height: 9px;
}



.article {
	width: 100%;
}
.newsItem {
	width: 100%;
}
.main {
	background-color: #ECECEC;
}
.outer_TL {	
	background-image: url('outer_TL.gif');
	width: 20px;
}
.outer_T {
	background-image: url('outer_T.gif');
	height: 20px;
}
.outer_TR {
	background-image: url('outer_TR.gif');
	width: 16px;
}
.outer_L {
	background-image: url('outer_L.gif');
	width: 20px;
}
.outer_R {
	background-image: url('outer_R.gif');
	width: 16px;
}
.outer_TR {
	background-image: url('outer_TR.gif');
	width: 16px;
}
.outer_BL {
	background-image: url('outer_BL.gif');
	width: 20px;
}
.outer_B {
	background-image: url('outer_B.gif');
	height: 20px;
}
.outer_BR {
	background-image: url('outer_BR.gif');
	width: 16px;
}
.article_middle {
	background-color: #FFFFFF;
	height: 1px;
}
.article_topleft
{
	background-image: url("article_TL.gif");
	height: 12px;
}
.article_top
{
	background-image: url("article_T.gif");
	height: 12px;
}
.article_topright
{
	background-image: url("article_TR.gif");
	height: 12px;
}
.article_left
{
	background-image: url("article_L.gif");
	width: 12px;
}
.article_over
{
	background-color:	#FFDDAA;
	cursor: pointer;
}
.article_right
{
	background-image: url("article_R.gif");
	width: 12px;
}
.article_bottomleft
{
	background-image: url("article_BL.gif");
	height: 12px;
}
.article_bottomright
{
	background-image: url("article_BR.gif");
	height: 12px;
}
.article_bottom
{
	background-image: url("article_B.gif");
	height: 12px;
}
.news_topleft
{
	background-image: url("news_TL.gif");
}
.news_top
{
	background-image: url("news_T.gif");
	height: 12px;
}
.news_topright
{
	background-image: url("news_TR.gif");
}
.news_left
{
	background-image: url("news_L.gif");
	width: 12px;
}
.news_middle
{
	background-color: #F8F8F8;
	background-image: url("news_M.gif");
}
.news_right
{
	background-image: url("news_R.gif");
	width: 12px;
}
.news_bottomleft
{
	background-image: url("news_BL.gif");
}
.news_bottomright
{
	background-image: url("news_BR.gif");
}
.news_bottom
{
	background-image: url("news_B.gif");
	height: 12px;
}
