@charset "UTF-8";
/* Basic Elements */
html, body {
	height: 100%;
	margin: 0px auto;
	padding: 0px;
	background: #660000;
	margin-top: -5px;
}

body {
	width: 770px;
	background: url(bg.jpg) repeat-y;
	margin-top: 5px;
	font-family: verdana, helvetica, arial, sans-serif;
	font-size: 12px;
	color: #660000;
	line-height: 135%;
	text-align: center;
}

/* Layout Structure */
#container {
	background: url(bg.jpg) repeat-y;
	min-height: 100%;
	width: 770px;
	text-align: left;
	position: relative;
}

* html #container {height: 100%;}

/*For Mozilla since IE treats height as min-height*/
html>body #container{
	height: auto;
}

#header {
	width: 764px;
	height: 124px;
	margin-left: 2px;
}

#header img {
	margin-top: -1px;
	border-width: 1px;
	border-color: #FFFFD9;
	border-style: solid;
}

#content {
	width: auto;
	margin-left: 120px;
	padding-right: 10px;
	padding-left: 10px;
}

#content p {
	margin-left: 5px;
}

/* Menu */
#menu {
	float: left;
	width: 120px;
	margin-top: 1px;
    margin-left: 9px;
	background: url(menubg.jpg) no-repeat;
}

* html #menu {
	margin-left: 2px;
}

#menu_items {
	margin-left: 0px;
	text-align: left;
	line-height: 250%;
}

* html #menu_items {
	margin-left: 5px;
}

/* Footer */
#footer-clear {
	height: 68px;
	clear: both;
	bottom: 0;
}

#footer {
	position: absolute;
	bottom: 0;
	margin-top: 4px;
	padding: 0px;
	width: 100%;
	height: 38px;
	text-align: center;
	font: 10px/1.5 verdana, helvetica, arial, sans-serif;
}

#footer a:link, #footer a:visited, #footer a:active { 
	font: 10px/1.5 verdana, helvetica, arial, sans-serif;
	color: #660000; 
	text-decoration: underline;
}

#footer a:hover {
	font-family: verdana, helvetica, arial, sans-serif;
	color: #003F7D;
	text-decoration: none;
}

#footer p {
	margin-top: 4px;
	margin-left: 7em;
}

* html #footer p {margin-right: 0;}

/* Inputs */
input, textarea {
	border-color: #660000;
	background-color: #ffffe8;
	border-width: 1px;
	border-style: solid;
	font-family: Verdana, Arial, Helvetica, Sans-Serif; 
	font-size: 10px;
	color: #660000;
}

input.submit {
	border-color: #660000;
	background-color: #ffffe8;
	border-width: 1px;
	border-style: solid;
	font-family: Verdana, Arial, Helvetica, Sans-Serif; 
	font-size: 10px;
	color: #660000;
}

form {
	margin-left: 10px;	
}

/* Link Structure */
a:link, a:visited, a:active { 
	font-family: verdana, helvetica, arial, sans-serif;
	font-size: 12px;
	color: #660000; 
	text-decoration: none;
}

a:hover {
	font-family: verdana, helvetica, arial, sans-serif;
	color: #003F7D;
	text-decoration: underline;
}

#content a:link, #content a:active, #content a:visited {
	color: #003F7D;
	text-decoration: underline;
}

#content a:hover {
	color: #660000;
	text-decoration: none;
}

/* Text Structure */
p {
	margin-top: -5px;
} 

* html p {
	margin-top:  -10px;
}

h1 {
	margin-top: 0px;
	font-size: 12px;
}

.center {
	text-align: center;
}

/* Image Structure */
img {
	border-width: 1px;
	border-color: #660000;
	border-style: solid;
}

.center img {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

/* Table Structure || For Images */
td {
	vertical-align: top;
}

table.cuisine {
	margin-left: 7px;
}