@charset "utf-8";
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #666666;
	margin: 0; 
	padding: 0;
	text-align: center; 
	color: #000000;
}
.cafe #container {
	position: relative; 
	width: 994px;
	margin: 0 auto;
	text-align: left; 
	background-color: #f5f3d0;
	min-height:1500px; !important;
  	height: 100% !important;
 } 

.cafe #header {
	height: 219px; 
	background: #DDDDDD;  
	background-image: url(../images/header.gif);
	width: 994px;
} 
.cafe #logo {
	position: absolute;
	top: 78px;
	left: 28px;
	width: 153px;
	height: 84px;
	background-image: url(../images/logo_color.gif);
}
.cafe #title {
	position: absolute;
	top: 225px;
	left: 216px;
	width: 700px;
	height: 60px;
	background-image: url(../images/toptitle.gif);
}
.cafe #header h1 {
	margin: 0; 
	padding: 10px 0;
}
.cafe #sidebar1 {
	position: absolute;
	top: 219px;
	left: 0px;
	width: 211px;
	background: #EBEBEB;
	background-image: url(../images/menu.gif);
	bottom: 51px;
	padding: 0;
	min-height: 1200px;
	height:auto !important;
	height:2500px;
	text-align: left;
}
.cafe #sidebar2 {
	top: 219px;
	right: 0px;
	width: 45px;
	background: #EBEBEB;
	background-image: url(../images/sidebar.gif);
	position: absolute;
	bottom: 51px;
	padding: 0;
	min-height: 1200px;
	height:auto !important;
	height:2500px;
}
.cafe #mainContent {
	margin: 0 150px;
	height: 100%;

!important;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	color: #15506d;
	margin-left: 250px;
	min-height: 1200px;
	text-align: center;
}
.cafe #footer {
	background-image: url(../images/footer.gif);
	height: 51px;
	width: 994px;
	background-repeat: no-repeat;
} 
.fltrt { 
	float: right;
	margin-left: 8px;
}
.fltlft {
	float: left;
	margin-right: 8px;
}
.cafe #menu {
	width: 160px;
	border-style: none;
	list-style: none;
	margin-top: 50px;
	text-align: center;
	margin-left: 30px;
}
