body {
	background: #AFA388;
	color: #666;
}

BR {
	line-height: 10px;
}

div#oakStCafeLogo {
	width: 600px;
	padding: 10px 20px 10px 20px;
	margin: 0px;
}

div#oakStCafeFooter {
	width: 600px;
	padding: 20px 20px 20px 20px;
	margin: 0px;
}

div.mainContent {
	text-align: center;
	font-family: georgia, palatino, serif;
	background: #fff;
	border: 4px double #9F9170;
	padding: 20px 20px 20px 20px;
	margin: 0px;
}

div.mainContentStripe {
	width: 600px;
	border: 2px solid #000000;
	padding: 0px;
	margin: 0px;
}
table#contact td {
	padding: 0px 0px 5px 0px;
	margin: 0px;
}

#menu_nav span {
	font-size: 12px;
	font-weight: bold;
}

h1 {
	font-size: 18px;
	padding: 3px 0;
	margin: 0 0 5px 0;
}
h2 {
	font-size: 16px;
	padding: 2px 0;
	margin: 0 0 5px 0;
	font-weight: bold;
	border-bottom: 1px solid #ccc;
}
h3 {
	font-size: 13px;
	padding: 1px 0;
	margin: 0 0 5px 0;
}

p {
	padding: 0 0 3px 0;
	font-size: 11px;
}

a {
	padding: 0 0 3px 0;
	font-size: 11px;
	color: #003366
}

a:hover {
	color: #D41800;
}

ul {
	padding: 0;
	margin: 0;
	font-size: 11px;
	list-style-type: none;
}

ul li {
	padding: 2px 0;
}

h2#header_menus {
	background: url(/resources/images/oak_street_cafe_1.jpg) top left no-repeat;
	width: 550px;
	height: 78px;
	color: #fff;
	font-size: 36px;
	line-height: 36px;
	text-align: left;
	vertical-align: baseline;
	border: 0px;
	padding-left: 20px;
}

h2#header_hours {
	background: url(/resources/images/oak_street_cafe_2.jpg) top left no-repeat;
	width: 550px;
	height: 78px;
	color: #fff;
	font-size: 36px;
	line-height: 36px;
	text-align: left;
	vertical-align: baseline;
	border: 0px;
	padding-left: 20px;
}

h2#header_location {
	background: url(/resources/images/oak_street_cafe_3.jpg) top left no-repeat;
	width: 550px;
	height: 78px;
	color: #fff;
	font-size: 36px;
	line-height: 36px;
	text-align: left;
	vertical-align: baseline;
	border: 0px;
	padding-left: 20px;
}

div#menu_links a {
	font-size: 16px;
	font-weight: bold;
}

span.address {
	font-size: 18px;
}

span.time {
	font-size: 18px;
}

span.contactNumber {
	font-size: 16px;
}

span.copyright {
	font-family: georgia, palatino, serif;
	font-size: 10px;
	color: #666;
}

span.contact {
	font-family: georgia, palatino, serif;
	font-size: 11px;
	text-decoration: none;
	color: #333;
}

span.contact a {
	font-family: georgia, palatino, serif;
	font-size: 11px;
	text-decoration: none;
	color: #000066;
}
span.contact a:hover {
	text-decoration: underline;
}

span.message {
	font-family: georgia, palatino, serif;
	font-size: 11px;
	color: #666;
}

/* MENU */

td.rail h2 {
	font-size:14px;
}

.priceGroup {
	font-variant: small-caps;
	font-weight: bold;
	font-size: 12px;
	margin:10px 0 5px 0;
}
td.main .menuItem {
	text-align: left;
	padding: 0;
	margin: 0 0 10px 0;
}
td.rail .menuItem {
	text-align: left;
	padding: 0;
	margin: 0 0 5px 0;
}
td.main .menuItem {
	width: 350px;
}
td.rail .menuItem {
	width: 175px;
}

.itemTitle {
	font-variant: small-caps;
	font-weight: bold;
	font-size: 12px;
}
td.rail .itemTitle {
	font-weight:normal;
	font-size: 11px;
}

.itemPrice {
	padding: 0 0 0 20px;
	margin: 0;
	font-size: 11px;
}
td.rail .itemPrice {
	padding: 0 0 0 10px;
}
.itemDescription {
	font-style: normal;
	font-size: 11px;
}

/* /MENU */

/* form styles */
.formLabel {
	xdisplay: none;
	font-family: georgia, palatino, serif;
	font-size: 12px;
	font-weight: bold;
	color: #666;
}

.textbox {
	font-family: georgia, palatino, serif;
	font-size: 11px;
	font-weight: normal;
	background: #f5f5f5;
	padding: 1px;
	margin: 0px;
	width: 400px;
	border-width: 3px 0px;
	border-style: double;
	border-color: #000;
}

.textarea {
	font-family: georgia, palatino, serif;
	font-size: 11px;
	font-weight: normal;
	padding: 1px;
	margin: 0px;
	width: 400px;
	border-width: 3px 0px;
	border-style: double;
	border-color: #000;
	background: #f5f5f5;
}

.submit {
	width: 200px;
	text-align: center;
	color: #333;
	margin: 5px 0px;
	padding: 3px 2px 2px 2px;
	font-family: georgia, palatino, serif;
	font-size: 11px;
	font-weight: bold;
	background-color: #F5F5F5;
	border-width: 3px 0px;
	border-style: double;
	border-color: #000;
}
