/**************************** LA PIOLA RISTORANTE ****************************/
body {
	margin: 25px 0;
	padding: 0;
	background: #802626 url(images/background.gif) repeat-x top;
	color: #f7f3e8;
	font-family: Georgia;
	text-align: center;
}
h1 {
	margin: 30px;
	font-size: 20pt;
	font-weight: normal;
	font-style: italic;
	color: #802626; /* cranberry */
	text-align: right;
}
h2, h3, h4 {
	margin: 15px 30px 5px 30px;
}
h2 {
	font-size: 16pt;
	font-weight: normal;
	color: #6d354d; /* eggplant */
	text-align: center;
}
h3 {
	font-size: 12pt;
}
p {
	margin: 15px 30px;
}
p, li {
	font-size: 10pt;
	line-height: 150%;
}
li {
	margin-right: 20px;
}
a {
	color: #738520; /* olive */
}
a:visited {
	color: #667522;
}
a:hover {
	color: #7d8e2e;
}
img, object {
	display: block;
	border: 0;
}
div {
	padding: 1px 0;
}
.clear {
	clear: both;
}
.page {
	margin: 0 auto;
	width: 964px;
	text-align: left;
}
.header {
	width: 964px;
}
.header h1 {
	display: none;
}
.logo{
	float: left;
	padding: 5px 25px;
	width: 300px;
}
.navigation{
	float: left;
	padding-top: 50px;
	width: 600px;
}
.navigation ul, .navigation li {
	margin: 0;
	padding: 0;
	border: 0;
	list-style: none;
}
.navigation li {
	float: left;
}
.navigation a, .navigation a:visited {
	display: block;
	padding: 5px 10px;
	font-size: 11pt;
	font-weight: bold;
	color: #c1b492;
	text-decoration: none;
}
.navigation a:hover {
	color: #f7f3e8;
}
.body {
	padding: 10px;
	border: 5px solid #741f1f;
	background: #eee5cd;
	color: #744f33;
	width: 934px;
	text-align: left;
}
.content {
	padding: 10px;
	border: 1px solid #802626;
	width: 912px;
}
.main {
	float: right;
	border: 1px solid #c1b492;
	background: #f7f3e8 url(images/bg-main.jpg) repeat-y top;
	width: 600px;
}
.sidebar {
	float: right;
	padding-right: 10px;
	width: 300px;
}
.sidebar p {
	margin: 15px 20px;
}
.mainbuttons {
	border-top: 1px solid #c1b492;
	border-bottom: 1px solid #c1b492;
}
.subcol{
	float: left;
	width: 300px;
}
.foodmenucol {
	float: left;
	width: 300px;
}
.foodmenucol b {
	text-transform: uppercase;
}
.main .drinktable {
	margin: 0 25px;
	width: 550px;
}
.sidebar .drinktable {
	margin: 0 15px;
	width: 270px;
}
.drinktable td {
	font-size: 10pt;
}
.drinktable i {
	font-size: 9pt;
	color: #94877d; /* lighter gray brown */
}
.drinkprice {
	width: 35px;
	text-align: right;
}
form, fieldset {
	margin: 0;
	padding: 0;
	border: 0;
}
.formtable {
	margin: 0 15px;
}
.formtable td {
	font-size: 10pt;
}
.formtable p {
	margin: 10px 5px;
}
input, textarea {
	font-family: Verdana;
	font-size: 9pt;
}
.button {
	font-size: 8pt;
	font-weight: bold;
}
.credit {
	margin: 5px 30px;
	font-family: Verdana;
	font-size: 8pt;
	color: #c1b492;
	text-align: right;
}
.credit a {
	color: #c1b492;
	text-decoration: none;
}
.credit a:hover {
	color: #f7f3e8;
	text-decoration: underline;
}