#wrapper {
	width:800px;
	margin: 0 auto;
}

#header {
	width:800px;
	height:128px;
}

#logo {
	float:left;
}
#contacts {
	float: right;
}

#rotator {
	border: 3px solid #04a1ca;
	width:794px;
	height:256px;
}

#rotatingimages {
	height: 256px;
	width: 794px;
}

#navigation {
	width:800px;
	height:51px;
	background-image: url('/media/images/cafesm_03.jpg');
}

#content {
	width:770px;
	min-height:250px;
	background-color:#FFF;
	overflow: hidden;
	padding: 15px;
	line-height: 1.5;
}

#footer {
	width:800px;
	height:35px;
	background-image: url('/media/images/cafesm_05.jpg');	
}

#footerleft {
	float: left;
	margin-top: 10px;
	margin-left: 15px;
}
#footerright {
	float: right;
	text-align: right;
	margin-top: 10px;
	margin-right: 15px;
}
#footer a {
	color: #999999;
}


