@charset "utf-8";

* {
	margin: 0;
	padding: 0;
}

body {
	margin: 0;
	text-align: center;
	font-family: "Palatino Linotype", "Times New Roman", Times, serif;
	font-size: 14px;
	line-height: 20px;
	color: #1a1a1a;
	background: url(images/background.jpg);
}

h1, h2, h3, h4 {
	color: #80221a;
}

h2 {
	font-size: 20px;
}

h3 {
	padding: 0 0 10px 0;
	font-size: 17px;
}

h4 {
	font-size: 14px;
	padding: 0 0 10px 0;
}

p {
	margin: 0;
	padding: 0 0 10px 0;
}

a {
	color: #80221a;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

img {
	border: 0 none;
}

ul {
	list-style-position: outside;
}

li {
	margin-left: 1.4em;
	padding-bottom: 5px;
}

label {
	padding-top: 5px;
	display: block;
}

input {
	font-family: "Palatino Linotype", "Times New Roman", Times, serif;
	font-size: 14px;
	color: #1a1a1a;
}

input.text {
	border: 1px solid #c0c0c0;
	width: 250px;
}

textarea {
	clear: both;
	border: 1px solid #c0c0c0;
	margin-bottom: 10px;
	width: 400px;
	height: 200px;
	font-family: "Palatino Linotype", "Times New Roman", Times, serif;
	font-size: 14px;
	color: #1a1a1a;
}

#wrapper {
	margin: 0 auto;
	width: 798px;
	text-align: left;
}

#header {
	position: relative;
	width: 798px;
	height: 186px;
	background: url(images/bg_top.png) no-repeat 0 10px;
}

#menu {
	position: absolute;
	border-left: 3px solid #661d16;
	border-right: 3px solid #661d16;
	padding: 0;
	top: 150px;
}

#menu ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#menu li {
	display: inline;
	float: left;
	margin-left: 0;
}

#menu a {
	display: block;
	width: 132px;
	height: 36px;
}

#menu a:hover,
#menu .selected {
	background-position: top right;
}

.btn_home {
	background: url(images/btn_home.jpg);
}

.btn_about {
	background: url(images/btn_about.jpg);
}

.btn_services {
	background: url(images/btn_services.jpg);
}

.btn_sample_menus {
	background: url(images/btn_sample_menus.jpg);
}

.btn_venues {
	background: url(images/btn_venues.jpg);
}

.btn_contact {
	background: url(images/btn_contact.jpg);
}

#main {
	border-left: 3px solid #661d16;
	border-bottom: 3px solid #661d16;
	border-right: 3px solid #661d16;
	width: 792px;
	background: url(images/fleur.jpg);
}

#main .left_column {
	float: left;
	width: 196px;
	text-align: left;
}

#main .left_column.menu {
	width: 146px;
	text-align: center;
}

#main .left_column p {
	font-size: 13px;
	line-height: 16px;
}

#main .left_column img {
	margin: 20px 0 0 7px;
}

#main .left_column img.top_fleur {
	margin: 0;
	padding: 15px 0 5px 0;
}

#main .left_column img.bottom_fleur {
	margin: 0;
	padding: 5px 0 5px 0;
}

#main .right_column {
	float: left;
	padding: 25px 0 20px 0;
	width: 400px;
}

#main .right_column.menu {
	width: 500px;
	text-align: center;
	font-size: 13px;
}

#main .right_column.menu h3 {
	padding: 10px 0 25px 0;
}


#main .right_column.menu hr {
	margin: 15px 235px 5px 235px;
	height: 50px;
	width: 30px;
	border: 0 none;
	background: url(images/fleur_hr.png) no-repeat;
}

#main .right_sidebar {
	float: left;
	padding: 30px 10px 0 10px;
	width: 176px;
	text-align: left;
}

#footer {
	padding-top: 10px;
	width: 798px;
	text-align: center;
	font-family: "Palatino Linotype", "Times New Roman", Times, serif;
	font-size: 13px;
	line-height: 17px;
}

#footer p {
	padding: 0;
}

#footer a {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}

.clear {
	clear: both;
	height: 0;
	font-size: 1px;
}
