/*  
CSS developed for THE LAMAT GROUP.
Author: John Bekas, Jr.
Author URI: http://www.bekas.org/john/blog
Copyright 2007 - THE LAMAT GROUP
*/
body {
	margin-top: 10px;
}

body {
	font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
	line-height: 16px;
	color:#660000;
	font-size: 12px;
	background-image: url('images/red_dirt_back.gif');
}

p {
	margin: 0px 0px 8px 0px;
}

#content a {
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	color: #ffec8b;
}

#paper-border #red-border #container #content #body a:hover {
	color: #d47242;
}

#sidebar a {
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	color: #ffec8b;
}


#sidebar a:hover {
        color: #fff;
}

#uber-container {
	position: relative;
	width: 800px;
	margin: auto;
}

#paper-border {
	padding: 5px;
	position: relative;
	width: 610px;
	background-image: url('images/parchment-2008.jpg');
}

#red-border {
	padding: 5px;
	position: relative;
	width: 600px;
	background-image: url('images/red_dirt_back.gif');
}


#container {
	position: relative;
	width: 600px;
	margin: auto;
}

#header {
	position: relative;
	height: 200px;
	width: 600px;
}

#logo {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 600px;
	text-align: center;
}

#content {
	position: relative;
	margin: 0px 0px 0px 0px;
	font-size: 13px;
	width: 600px;
	background-image: url('images/parchment-2008.jpg');
}

#content #body {
	width: 580px;
	padding: 5px 10px 10px 10px;
}

#content #body a {
	font-weight: bold;
	text-decoration: underline;
	color:#660000;
}

#content #body a:hover {
	color: #000;
}

#sidebar {
	float: right;
	width: 165px;
	z-index: 100;
	text-align: center;
	/*margin-top: 10px;*/
}

#sidebar .description {
	font-size: 10px;
}

#sidebar .location {
	font-size: 9px;
	color: #828282;
}

#footer {
	padding: 5px 0;
	height: 30px;
	text-align: center;
	background-color: #fff5c8;
	width: 600px;
}


.link {
}

#menu .title {
        font-weight: bold;
        font-size: 17px;
        text-align: center;
        font-family: Palatino Linotype, palatino, verdana, helvetica;
}

#menu .heading {
        font-family: Palatino Linotype, palatino, verdana, helvetica;
        font-weight: bold;
        font-size: 13px;
        text-align: center;
        padding: 0;
        margin: 0;
}

#menu .description {
        text-align: center;
        margin: 0 0 10px 0;
}

#menu .dishname {
}

