/* CSS Document */

body {
	font-family:Arial, Helvetica, sans-serif;
}

#left {
	float:left;
	width:50%;
}

#right {
	float:left;
	width:50%;
}

h1, h2, h3, h4, h5, p {
	margin:0px;
	padding:0px;
}

h1 {
	text-align:center;
	font-weight:bold;
}

h2 {
	color:#F18223;
	padding-top:20px;
}

h3 {
	font-size:1.0em;
}

h4 {
	color:#003366;
	text-transform:uppercase;
	font-weight:bold;
	font-size:0.7em;
	padding-top:5px;
}

h5 {
	font-size:0.7em;
}

p {
	color:#555;
	font-size:0.7em;
}

.menuitems {
	padding:0px 10px;
}

.menuitems .title {
	float:left;
	width:72%;
}

.menuitems .calories {
	float:left;
	color:#aaa;
	text-transform:lowercase;
	width:20%;
}

.menuitems .price {
	text-align:right;
	float:left;
	width:8%;
	clear:right;
}

.centered {
	text-align:center;
}
