/* Mex-Itali Restaurant CSS Document */
body {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: small;
	line-height: 125%;
	background-color: #FFFFCC;
	margin-top: 20px;
	margin-right: 30px;
	margin-bottom: 20px;
	margin-left: 30px;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: none;
}
h1,h2,h3,h4,h5,h6 {
	line-height: 125%;
	color: #800000;
}
#navigation h5 {
	color: #999999;
}
#navigation a {
	color: #800000;
}
.menutitle {
	font-weight: bold;
	text-align: center;
	text-transform: uppercase;
}
.menuitem {
	text-decoration: underline;
	text-transform: uppercase;
}
#container {
}
#surround {
	background-color: #FFFFFF;
	width: 100%;
	border-top-style: double;
	border-right-style: double;
	border-bottom-style: double;
	border-left-style: double;
	border-top-color: #800000;
	border-right-color: #800000;
	border-bottom-color: #800000;
	border-left-color: #800000;
	height: 100%;
}
#header {
	height: 150px;
}
#logo {
	float: left;
	padding-top: 20px;
	padding-bottom: 20px;
	padding-left: 75px;
}
#logotext {
	float: right;
	padding-top: 35px;
	padding-bottom: 35px;
	padding-right: 75px;
}
#navigation {
	clear: both;
	background-color: #FFFFCC;
	text-align: center;
	padding-right: 10px;
	padding-left: 10px;
	border-top-style: double;
	border-bottom-style: double;
	border-top-color: #800000;
	border-bottom-color: #800000;
}
#content {
	padding-top: 20px;
	padding-right: 30px;
	padding-bottom: 20px;
	padding-left: 30px;
}
#pageimage {
	text-align: center;
	float: right;
	padding-bottom: 20px;
	padding-left: 20px;
}
#alacartetable td {
	display: table-cell;
}
.secondcol {
	padding-left: 2em;
}
#applicationtable td {
	padding-right: 20px;
	padding-left: 20px;
	padding-top: 2px;
}
#contacttable td {
	padding-right: 20px;
	padding-left: 20px;
	padding-top: 2px;
}
#copyright {
	text-align: center;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
}
#footer {
	text-align: center;
	padding-top: 10px;
	padding-right: 20px;
	padding-left: 20px;
}
