﻿.top_bg{ background:url(../images/TileHorizontally.png) repeat-x;}
#navigation_table{ width:940px; height:64px;}
.navigation{
	width:88px;
	height:64px;
	
}
.navigation_selected{
	width:88px;
	height:64px;	
}

.navigation a{
	text-align:center;
	width:86px;
	height:23px;
	display:block;
	cursor:pointer;
	line-height:23px;
	font-size:14px;
	color:#ffffff;
	text-decoration:none;
}
.navigation_selected a {
	background:#c7d8ac;
	text-align:center;
	cursor:pointer;
	line-height:23px;
	font-size:14px;
	display:block;
	width:86px;
	height:23px;
	color:#1b4015;
	text-decoration:none;
}
#banner{
	width:990px;
	height:100px;
	background:url(../images/frame.jpg) no-repeat top left;
	margin:auto;
}