* { 
	padding: 0px;
	margin: 0px;
	outline: none;
}
img {
	border: 0px;
	behavior: url("pngbehavior.htc");
}
body {
	font-size: 11px;
	font-family: arial;
	background: url(img/bg.gif) repeat;
}

ol, ul {
	margin: 0px 25px;
	}
	
h3 {
	padding: 10px 0 5px 0;
	}
#main,
#prices,
#history,
#location,
#catering {
	width: 968px;
	padding: 0 17px;
	margin: 0 auto;
}
#logo {
	width: 323px;
	padding: 20px 0 0 10px;
	float: left;
}

#twitter {
	width: 490px;
	height: 210px;
	font-size: 12px;
	text-align: left;
	background: url(img/twitter.png) no-repeat;
	padding: 27px 10px 0 118px;
	margin: 20px 10px 0 0;
	_display: inline;
	float: right;
}
* html #twitter {
	background: none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader( sizingMethod='crop', src='img/twitter.png' );
}

#twitter_div {
	padding: 0 10px 0 25px;
}

#twitter_div li {
	padding: 3px 0 3px 0;
}

#menu {
	width: 968px;
	height: 90px;
	list-style: none;
	background: url(img/menu_bg.png) no-repeat;
	margin: 0px 0 -25px 0;
	float: left;
}
* html #menu {
	background: none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader( sizingMethod='crop', src='img/menu_bg.png' );
}
#menu li {
	padding: 18px 0 0 0;
	_position: relative;
	float: left;
}
#menu li.menu_1 {
	width: 220px;
	text-align: right;
	padding: 18px 20px 0 0;
}
#menu li.menu_2 {
	width: 172px;
	text-align: center;
}
#menu li.menu_3 {
	width: 142px;
	text-align: center;
}
#menu li.menu_4 {
	width: 160px;
	text-align: center;
}
#menu li.menu_5 {
	width: 220px;
	padding: 18px 0 0 20px;
}
#menu a {
	color: #FFF;
	font-size: 19px;
	font-weight: bold;
	text-decoration: none;
}
#menu a:hover, #menu a.act {
	color: #FFC900;
}
#content_top, #content_bottom {
	width: 968px;
	float: left;
}
#content_main {
	width: 918px;
	background: url(img/content_bg.png) repeat-y;
	padding: 0 25px;
	float: left;
}
* html #content_main {
	background: none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader( sizingMethod='scale', src='img/content_bg.png' );
}
#content {
	width: 570px;
	font-size: 13px;
	padding: 10px 0 0 10px;
	float: left;
}
#content h1 {
	color: #FF6901;
	font-size: 29px;
	font-family: tahoma;
	padding: 0 0 12px 0;
	display: block;
}
#content p {
	line-height: 1.5;
	padding: 0 0 15px 0;
	display: block;
}

#main #content {
	background: #FFFFFF url(img/comments_sm.jpg) bottom right no-repeat;
	}

#sidebar {
	width: 288px;
	float: right;
}
#sidebar a.img {
	border: 1px solid #FF7600;
	padding: 2px;
	margin: 5px 0 0 0;
	float: left;
}
#footer {
	width: 968px;
	color: #FFF;
	font-size: 12px;
	text-align: center;
	padding: 0 0 10px 0;
	float: left;
}
#footer p {
	line-height: 1.5;
	padding: 5px 0;
	display: block;
}
#footer a {
	color: #FFF;
	text-decoration: none;
}
#footer a:hover {
	text-decoration: underline;
}

iframe {
	background: transparent;
	}
	
.insert {
	margin: 0 0 10px 0;
	padding: 10px 80px 0px 80px;
	color: #d21;
	font-weight:bold;
	text-align:center;
	background-color: #ffd855;
	border: 1px solid #ff6901;
	}
	
.insert h2 {
	padding-bottom:10px;
	}
.special {
	width:250px;
	padding: 10px;
	margin-left:10px;
	border: 1px solid #f00;
	font-weight: bold;
	background-color: #fad853;
	text-align:center;
	}
	}