@charset "utf-8";
/* CSS Document */
#header {height:140px;}
#topbar {height:100px;background-image: url(images/top-bg.jpg);background-repeat: no-repeat;}
#logo {width:230px; float:left; height:100px;}
#menu {width:100%;height:40px;background-image: url(images/menu-bg.jpg);background-repeat: no-repeat;}
#menu Ul {padding:0 10px;}
.menu_left
{	float:left;
	padding: 0 10px;
	background: url(images/line.gif) no-repeat;
	background-position:right;
	display: block;font-size: 14px;font-weight: bold;line-height: 40px;
}
.menu_right {float:right;padding: 0 8px;display: block;font-size: 14px;font-weight: bold;line-height: 40px;}
.menu_left a {color: #FFF;}
.menu_left a:hover {color: #FFFF73;}
.menu_right a {color: #FFF;}
.menu_right a:hover {color: #FFFF73;}
/* CSS Document */
#footer
{
	height:43px;
	background: url(images/footer-bg.jpg) no-repeat;
	padding:20px 10px 0;
	width:930px;
}
#footer Ul {width:930px;}
#footer Li {float:left;padding:0 20px;}
.copyright {float:left;width:500px;}
