@charset "UTF-8";
/* CSS Document */
body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

#warrper{
	width: 910px;
	margin: auto;
	padding: 0px;
	background-color: #F2E2D9;
}
/*--header--*/
#header {
	width: 910px;
	height: 280px;
	background-image: url(image/citycafe_top.jpg);
	background-repeat:no-repeat;
}
/*--/header*--/
/*--menu--*/
#menu {
	height:24px;
	width:910px;
}
.navbg {
	background-image:url(image/navbg.jpg);
	background-repeat:no-repeat;
	width:914px;
	height:35px;
	float: left;
}

#navcontainer ul {
	margin:0px;
	padding-top: 8px;
	list-style-type: none;
	text-align: center;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px; 
	height: 24px;
	padding-top:8px;
	padding-bottom:8px;
	display:block;
	width:910px;
}

#navcontainer ul li {
	display: inline;
	float: left;
}

#navcontainer ul li a {
	text-decoration: none; 
	padding-right: 80px;
	padding-bottom: 8px;
	padding-left: 130px;
	padding-top:8px;
	color:#FFF;
	width: 910px;
	height: 34px; 
}

#navcontainer ul li a:hover {
	color:#333333;
	text-decoration:none;
	width: 910px;
	height:34px;
	background-image: url(images/bb.jpg);
}
/*--/menu--*/

#leftcol {
	width:455px;
	height:400px;
	float:left;
	background-color:#F8E7E0;
	padding-left: 15px;
}
#rightcol {
	width:440px;
	height:400px;
	float:right;
	margin-left: 0px;
	background-color:#F8E7E0;
}

#footer {
	width:910px;
	height:40px;
	float:left;
	background-color: #D53A2A;
}
