body {
	background: white url('images/schlotzskysbg.gif') top repeat-x;
	text-align: center;
	font-family: arial, sans-serif;
}

#header { 
	background: url('images/newheader.jpg') top left no-repeat;
	height: 158px;
	width: 800px;
	cursor:hand;
}

#headerbend { 
	background: url('images/newheader2.jpg') top left no-repeat;
	height: 158px;
	width: 800px;
	cursor:hand;
}

.headerbend { 
	background: url('images/newheader2.jpg') top left no-repeat;
	height: 158px;
	width: 800px;
	cursor:hand;
}

#container {
	background: white;
	margin: 50px auto;
	width: 800px;
	padding: 0px;
	border: 2px solid red;
}

/* Nav Style */
#nav {
	text-align: left;
	background: white url('images/navbg.jpg') top left no-repeat;
	height: 30px;
	width: 800px;
	margin: 0px; 
	padding: 0px;
}
#topnav{
	position: relative;
	list-style-type: none;
	margin: 0px; 
	padding: 3px 0px 0px 5px;
}

#topnav li{ display: inline; margin: 0px 15px 0px 20px; }
#topnav li a{ color: white; text-decoration: none;  font-size: .9em; font-weight: bold;}
#topnav li a:hover { color:#FFCC00; }

/* Content Style */
#content {
	color: black;
	background: white;
	width: 740px;
	text-align: left;
	font-size: 11pt;
	margin: 0px;
	padding: 20px 30px;
}
#content a {
	color: blue;
	text-decoration: none;
}
#content a:hover { text-decoration: underline; }

#container img { margin:0px 0px -4px 0px; padding: 0px; } 

label { margin: 10px; }

#comida{ clear: both; text-align: left; }
#comida a{ color: black; font-size:.7em; text-decoration: underline; }

#info {
	float:left; 
	margin-left:40px;
	text-align:left;
	font-size: .7em;
	font-weight: bolder;
}
#info td {
	padding-right: 40px;
}

a{
color:blue;
}


a.bravo { font-size: .65em; color: #000; text-decoration: none; margin-bottom: 10px; }
a:hover.bravo { text-decoration: underline; }

.showonprint { display:none; }