html {
	height:100%
}
body {
	background:#000000 url(../images/body/bg.png) center;
	margin:0; padding:0;
	height:auto !important;
	height:100%;
	min-height:100%;
	position:relative;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#ffffff;
}
a {
	color:#ffb525;
	text-decoration:underline;
}
a:visited {
	color:#ffb525;
	text-decoration:underline;	
}
a:hover {
	color:#ffb525;
	text-decoration:none;
}
.main {
	width:960px;
	margin:0 auto;
}
#header {
	height:75px;
}
#flowers {
	height:300px;
	background:#981816 url(../images/body/flowers.jpg) center repeat-x;
	border-top:2px solid #242222;
	border-bottom:2px solid #242222;
}
.address {
	background:url(../images/body/black.png);
	width:266px;
	height:300px;
	float:left;
	margin-left:20px;
}
* html .address {
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(sizingMethod=scale, src='images/body/dark.jpg') no-repeat;
}
.address2 {
	padding-left:10px;
	padding-right:10px;
	padding-top:50px;
}
.girl {
	float:right;
	width:490px;
	height:300px;
	background: url(../images/body/girl.png) no-repeat;
}
* html .girl {
	background:none!important;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(sizingMethod=scale, src='images/body/girl.png');
}
#logo {
	width:900px;
	margin:0 auto;
	padding-top:16px;
}
#container {
	height:500px;
	padding-top:30px;
	background:url(../images/body/content-bg.png) top center repeat-x;

}
.content {
	padding-bottom:25px;
	width:900px;
	margin:0 auto;
}
#column1 {
	float:left;
	width:256px;
}
#column2 {
	float:right;
	width:614px;
}
.column1text {
	padding-left:12px;
	padding-right:12px;
	padding-top:10px;
	padding-bottom:10px;
	font-size:12px;
	line-height:16px;
}
.column2text {
	padding-left:20px;
	font-size:12px;
	line-height:16px;
}
h1 {
	font-size:24px;
	margin-top:0px;
	font-weight:300;
}
h2 {
	font-size:18px;
	margin-top:0px;
	font-weight:200;
}
h3 {
	font-size:16px;
	margin-top:0px;
	font-weight:100;
}
h4 {
	font-size:15px;
	margin-top:4px;
	margin-bottom:20px;
	font-weight:bold;
}
#footer {
	position:absolute;
	bottom:0;
	height:56px;
	width:100%;
	background:url(../images/body/footer.gif) center repeat-x;
}
#copyrights {
	width:876px;
	margin:0 auto;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:d0d0d0;
	padding-top:20px;
}
.title {
	color:#ffffff;
	padding:5px;
	background:#191717;
	font-size:14px;
}
.subtitle {
	color:#ffffff;
	padding:5px;
	background:#191717;
	font-size:14px;
	margin-left:7px;
}
.phone {
	font-size:21px;
	padding:5px;
}
.street {
	font-size:13px;
	padding:5px;
}
.link {
	padding:5px;
	line-height:25px;
}
.pdf {
	float:left;
	padding-top:15px;
	padding-left:5px;
}
.breakfast {
	float:left;
	margin-left:12px;
	background:url(../images/body/icon_breakfast.png) top left no-repeat;
	width:31px;
	height:56px;
	margin-bottom:0px;
}
* html .breakfast {
	background:none!important;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(sizingMethod=noscale, src='images/body/icon_breakfast.png') top left no-repeat;
}
.lunch {
	float:left;
	margin-left:12px;
	background:url(../images/body/icon_lunch.png) top left no-repeat;
	width:31px;
	height:56px;
	margin-bottom:0px;
}
* html .lunch {
	background:none!important;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(sizingMethod=noscale, src='images/body/icon_lunch.png') top left no-repeat;
}
.dinner {
	float:left;
	width:31px;
	margin-left:12px;
	background:url(../images/body/icon_dinner.png) top left no-repeat;
	height:57px;
}
* html .dinner {
	background:none!important;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(sizingMethod=noscale, src='images/body/icon_dinner.png') top left no-repeat;
}
.lounge {
	float:left;
	margin-left:12px;
	background:url(../images/body/icon_lounge.png) top left no-repeat;
	width:31px;
	height:61px;
}
* html .lounge {
	background:none!important;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(sizingMethod=noscale, src='images/body/icon_lounge.png') top left no-repeat;
}
.reserve {
	float:left;
	background:url(../images/body/icon_reserve.png) top left no-repeat;
	width:33px;
	height:60px;
}
* html .reserve {
	background:none!important;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(sizingMethod=noscale, src='images/body/icon_reserve.png') top left no-repeat;
}
.reserve2 {
	float:left;
	padding-top:15px;
	padding-left:10px;
}
.clear {
	clear:both;	
}
.top {
	padding:0 0 30px 0;
}