body {
	margin-top: 0px;
	text-align: center;
	padding: 0px;
	margin-right: auto;
	margin-left: auto;
	width: 760px;
	background-color: #fff;
	background-image: url(../assets/cafe/body_bkd.jpg);
	background-repeat: repeat-x;
	font-family: Lucida Sans Unicode, Lucida Grande, sans-serif;
}
#container {
	margin: 0px;
	padding: 0px;
	width: 760px;
	text-align: center;
}
#header{
	height:210px;
	text-align:left;
}
.cafe{
	background-image: url(../assets/cafe/header_bkd.jpg);
	background-repeat: no-repeat;
}
#header ul{
	padding-top:5px;
	margin:0px;
}
#header img{
	float:left;
	margin-right: 5px;
}
#header li{
	display:inline;
	background-image: url(../assets/iceRink/header_bullet.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 25px;	
}
#header li a{
	font-size: 0.9em;
	color:#ffffff;
	text-decoration:none;
}
#header li a:hover {
	text-decoration:underline;
}
h2{
	text-align:left;
	font-size:2em;
	color:#ff9900;
	margin-bottom:0em;
	text-transform:uppercase;
	letter-spacing:-2px;
}
strong{
	color:#0088CF;
	font-size:1.4em;
	float:left;
	margin:-3px 10px 10px 0;
	letter-spacing:-2px;
}
span{
	float:left;
}
b{
	font-size:1.3em;
}
p{
	color:#777;
	text-align:right;
	clear:both;
	line-height:1.5em;
	padding-bottom:3px;
	border-bottom:1px solid #ccc;

}
p.note{
	text-align:left;
	border-bottom:none;
	clear:none;
}
a img{
	border: none;
}
#content {
	text-align:left;
}
.clear {
	clear: both;
}
img.smoothie{
	float:left;
	margin-right:20px;
}
ul.smoothie{
	list-style-position:inside;
	color:#0088CF;
}
#footer{
	color:darkblue;
	font-size:.9em;
	text-align:center;
	margin: 10px auto 0px auto;
}
p{
	font-size:.9em;
}