/* Core Styles */

* {
	margin: 0;
	padding: 0;
}

body {
	background-color: #DED1BD;
	font: 76%/1.8 "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
}

#wrapper {
	width: 700px;
	position: relative;
	left: 50%;
	margin-top: 20px;
	margin-left: -350px;
	border: 1px solid #7F521E;
	background-color: white;
}

/* Menu Styles */

ul#menu {
	margin: 0;
	padding: 0;
	background-color: #FFF;
	border-bottom: 1px solid #95BFCC;
	list-style: none;
	text-transform: uppercase;
	text-align: center;
}

ul#menu li {
	display: inline;
}

ul#menu a {
	padding: 0 15px;
	line-height: 2.1em;
	text-decoration: none;
	font-weight: bold;
	color: #7F521E;
}

ul#menu a:hover {
	color: #F8B1B4;
	text-decoration: underline;
}

ul#menu a.first {
	background: none;
}

/* Header Styles */

#header {
	margin-left: 20px;
	margin-right: 20px;	
}

#header p {
	color: #7F521E;
	margin-top: 5px;
	float: left;
	font-weight: bold;
}

#header img {
	float: right;
	padding: 0;
	padding-top: 5px;
}

/* Content Styles */

#content {
	margin-left: 20px;
	margin-right: 20px;
	padding-bottom: 80px;
	background: #fff url(../images/tiffanyandravi.gif) no-repeat right bottom;
}

#content h1 {
	clear: right;
	font-size: 14pt;
	text-transform: lowercase;
	color: #779997;
}

#content h2 {
	clear: right;
	font-size: 11pt;
	color: #7F521E;
}

#content h2 a {
	color: #7F521E;
}

#content h2 a:hover {
	color: #F8B1B4;
}

#content h3 {
	clear: right;
	font-size: 10pt;
}

#content p {
	margin-bottom: 20px;
}

#content #banner {
	margin-top: 40px;
	text-align: center;
}

#content em {
	color: #7F521E;
}

/* Image Styles */

img.photo {
	margin-left: 5px;
	border: 1px solid #7F521E;
	float: right;
}

/* Form Styles */

fieldset {
	margin: 10px 0;
	padding: 10px;
	border : 1px solid #DED1BD;
	background-color:#FFF9ED;
}

#menu_selection p {
	margin: 0;
}

legend {
	clear: right;
	font-size: 11pt;
	color: #7F521E;
	font-weight: bold;
}

label {
	color: #7F521E;
	font-size: 11pt;
	font-weight: bold;
	display: block;
}

label.inner {
	font-size: 10pt;
	color: black;
}

label.inline {
	display: inline;
}

input, textarea {
	padding: 2px;
	border : 1px solid #DED1BD;
}

input:focus, textarea:focus {
	background: #ffc;
}

#submit {
	font-size: 11pt;
	display: block;
	margin-top: 10px;
	padding: 5px;
	background-color: #A8CDD8;
	font-weight: bold;
	border: 1px solid #6A95A0;
	cursor: pointer;
	cursor: hand;
}

h2.notice {
	color: #7F1E1E;
}

.fieldWithErrors {
	display: inline;
}

#guest_menu_selection_chicken, #guest_menu_selection_lamb, #guest_menu_selection_vegetarian {
	border: none;
}

/* Footer Styles */

#footer {
	color: black;
	margin-top: 5px;
	margin-bottom: 5px;
	font: 8pt arial, sans-serif;
	text-align: center;
}