body{
	background-image:url(../images/background.jpg);
	background-position:top;
	background-repeat:repeat-x;
	background-color:#A9ACF7;
	color:#454545;
	font-family:verdana, Georgia, "Times New Roman", Times, serif;
	font-size:12px;
}

p{
	color:#454545;
	font-family:verdana, Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	line-height:14px;
	text-indent:10px;	
	padding-left:5px;
}

.content{
	color:#454545;
	font-family:verdana, Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	line-height:14px;
}

.alacarte{
	border-style:solid;
	border-width:1px;
	border-color:#454545;
	padding:5px;
	margin:5px;
}

.menu{
	background-color:#61369d;
	color:#ffdd78;
	text-align:center;
	width:882px;
	height:35px;
}

.menu_cell{	
	font-weight:bold;
	color:#ffdd78;	
	font-family:verdana, Georgia, "Times New Roman", Times, serif;
	font-size:14px;
	border-color:#a9acf7;
	border-style:solid;
	border-bottom-width:2px;
	border-top-width:2px;
	border-left-width:1px;
	border-right-width:1px;
}

.menu_cell a{
	color:#ffdd78;
	text-decoration:none;
	width: 100%;
	display: block;
	text-decoration: none;
	font-weight: bold;
}

.menu_cell a:hover{
	color:#ffffff;
}

.content_cell{
	padding-top:10px;
}

.title{
	color:#61369d;
	font-size:18px;
}

.price{
	color:#61369d;
	font-weight:bold;
}

.footer{
	color:#ffffff;
	font-size:10px;
	font-family:Tahoma, Georgia, "Times New Roman", Times, serif;
}