html, body{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	background:url(../images/body-bg-black.jpg) no-repeat top center #000;
}

h1{
	color:#e2c175;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:24px;
}

h2{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:17px;
	font-weight:bold;
	margin-top:10px;
	color:#c66e46;
}

h3{
	color:#e2c175;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:18px;
}

input,textarea{
	background:#F2E4C4;
}

dl{
	margin: 2px 8px 8px 8px;
	color:#e2c175;
	line-height:18px;
	padding-bottom:5px;
}
	dt{
		border-bottom:1px solid #e2c175;
	}
	
div.msg_error{
	color:#e2c175;
	line-height:18px;
}	
	div.msg_error li{
		list-style:circle;
		margin-left:30px;
	}

strong{
	font-weight:bold;
}
	
form fieldset{
	border-top:1px solid #e2c175;
	margin:2px 0;
}	
form dl{
	clear:both;
	margin:0;
	padding:6px 0;
}

form dl dd, form dl dt{
	float:left;
	border:none;
	margin:2px;
}
form dl dt.first{
	width:85px;
}
		form dl.text_center dd, form dl.text_center dt{
			float:none;
			text-align:center;
		}
.image_gallery{
	margin:12px 0;
	text-align:center;
}
	.image_gallery img{
		border:1px solid #e2c175;
		margin:2px 1px;
	}
	
.img_inline_left{
	float:left;
	margin:10px 10px 10px 0;
	border:1px solid #e2c175;
}
.img_inline_right{
	float:right;
	margin:10px 0px 10px 10px;
	border:1px solid #e2c175;
}

#wrapper_outer{
	margin:0 auto;
	width:1024px;
	
}
	#wrapper_inner{
		float:left;
		background:url(../images/body-bg-black.jpg) no-repeat;
		width:1024px;
	}
	#header_outer{
		height:175px;
	}
	#header_outer img{
		float:left;
		margin-left:80px;
	}
	#main_nav_outer{
		float:right;
		margin-right:75px;
		color:#e2c175;
		font-family: Georgia, "Times New Roman", Times, serif; 
		font-weight:bold;
		margin-top:124px;
	}
		#main_nav_outer a{
			color:#e2c175;
			text-decoration:none;
			margin-left:10px;
		}
			#main_nav_outer a:hover{
				color:#c66e46;
			}
	#large_image_outer{
		clear:both;
		height:200px;
		width:850px;
	}
			
	#large_image_inner{
		margin-left:87px;
	}
	
	#home_nav_outer{
		margin:50px 0 0 72px;
		text-align:center;
		height:190px;
	}
		#restaurant_link, #courtyard_link, #winery_link{
			display:block;
			float:left;
			text-decoration:none;
			color:#e2c174;
		}
			#restaurant_link:hover, #courtyard_link:hover, #winery_link:hover{
				background-position:bottom;
			}
			#restaurant_link{
				width:290px;
				height:190px;
				background:url(../images/restaurant-piano-bar.jpg);
				margin-right:10px;
			}
			#courtyard_link{
				margin-right:10px;
				width:282px;
				height:190px;
				background:url(../images/amys-courtyard.jpg);
			}
			#winery_link{
				width:289px;
				height:190px;
				background:url(../images/maison-la-belle-vie.jpg);
			}
			
	#main_outer{
		margin-left:82px;
		width:860px;
	}
		#main_inner{
			padding-top:20px;
		}
			#main_inner p{
				padding:8px 0 4px 0;
				line-height:18px;
				xfont-weight:bold;
				color:#e2c175;
			}
	
	#col1_outer, #col2_outer{
		float:left;
	}
	#col1_outer{
		width:572px;
	}
	#col2_outer{
		width:288px;
	}
		#col2_inner{
			margin-left:20px;
			background:#8c2f27;
			padding:20px;
		}
			#col2_inner a{
				color:#c2ffbf;
			}
	
	#footer_outer{
		width:860px;
		margin:0 auto;
		margin-top:20px;
		text-align:center;
		font-size:10px;
		background:#e2c175;
		color:#5f0008;
		line-height:16px;
	}
		#footer_outer a { 
			color:#5f0008; 
		}
		#footer_outer a:hover {
			color:#c66e46;
		}
		
		#footer_inner{
			padding:7px;
		}
/* These are standard sIFR styles... do not modify */

.sIFR-flash {
	visibility: visible !important;
	margin: 0;
}

.sIFR-replaced {
	visibility: visible !important;
}

span.sIFR-alternate {
	position: absolute;
	left: 0;
	top: 0;
	width: 0;
	height: 0;
	display: block;
	overflow: hidden;
}

/* Hide Adblock Object tab: the text should show up just fine, not poorly with a tab laid over it. */
.sIFR-flash + div[adblocktab=true] {
  display: none !important;
}

/* These "decoy" styles are used to hide the browser text before it is replaced... the negative-letter spacing in this case is used to make the browser text metrics match up with the sIFR text metrics since the sIFR text in this example is so much narrower... your own settings may vary... any weird sizing issues you may run into are usually fixed by tweaking these decoy styles */

.sIFR-active h1 {
	font-family:Arial, Helvetica, sans-serif;
	visibility: hidden;
	letter-spacing:-12px;
	font-size: 32px;
	line-height:1em;
}
.sIFR-active h3{
	font-family:Arial, Helvetica, sans-serif;
	visibility:hidden;
	font-size:26px;
	line-height:1em;
}