@charset "utf-8";
body {
	font: 90% Arial, Helvetica, sans-serif;
	background: #7c7093;
	background-image: url('../images/bkgrnd.jpg');
	background-repeat: repeat-x;
	margin: 6;
	padding: 0;
	text-align: center;
	color: #000000;
}
.dishes #container {
	width: 801px;
	background: #FFFFFF;
	margin: 0 auto;
	border: 7px solid #c2b6d9;
	text-align: left;
}
.dishes #header {
	background: #DDDDDD;
	border-left: 1px solid #FFFFFF;
	border-top: 1px solid #FFFFFF;
	border-right: 1px solid #FFFFFF;  
}
.dishes #subheadlinks {
	background: #DDDDDD; 
	background-image: url('../images/linkbk.jpg');
	background-repeat: repeat-x;
	height: 62px;
}
.dishes #header h1 {
	margin: 0;
	padding: 0px 0;
}
.dishes #mainContent {
	padding: 0 20px;
	background: #FFFFFF;
}
.dishes hr{
	border-top: 1px dotted #CC3300;
	border-bottom: 0px;
	border-left: 0px;
	border-right: 0px;
}
.dishes #footer {
	background:#DDDDDD;
	background-image: url('../images/btmbar.jpg');
	background-repeat: repeat-x;
	height: 65px;
	border-left: 1px solid #FFFFFF;
	border-right: 1px solid #FFFFFF;
	border-bottom: 1px solid #FFFFFF;    
}
.dishes #footer p {
	margin: 0;
	padding: 26px 10px 10px 10px;
}
a:link {
	color: #7E0080;
	text-decoration: underline;
	
}
a:visited {
	color: #7E0080;
	text-decoration: underline;
}
a:hover {
	color: #B9D98B;
	text-decoration: underline;
}
a:active {
	color: #7E0080;
	text-decoration: underline;
}