/* Mex-Itali Restaurant Home Page 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;
	font-weight: bold;
}
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;
}
.notice {
	text-decoration: underline blink;
	color: #FF0000;
}
.important {
	color: #800000;
	font-size: 125%;
}
#navigation a {
	color: #800000;
}
#container {
	height: 100%;
	width: 100%;
}
#surround {
	background-color: #FFFFCC;
	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;
}
#navigation {
	background-color: #FFFFCC;
	text-align: center;
	padding-right: 10px;
	padding-left: 10px;
	border-bottom-style: double;
	border-bottom-color: #800000;
}
#logo {
	text-align: center;
	background-color: #FFFFFF;
}
#logotext {
	text-align: center;
	background-color: #FFFFFF;
}
#content {
	background-color: #FFFFFF;
}
#leftcontent {
	background-color: #FFFFFF;
	text-align: right;
	padding: 20px;
	height: 100%;
}
#rightcontent {
	background-color: #FFFFFF;
	text-align: left;
	padding: 20px;
	height: 100%;
}
#copyright {
	text-align: center;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
	clear: both;
	background-color: #FFFFFF;
}
#footer {
	text-align: center;
	padding-top: 10px;
	padding-right: 20px;
	padding-left: 20px;
}

