/* Mistral Restaurant CSS Document 6/8/2007 */

* {margin:0;padding:0;}
html, body {
height: 100%;
}body {
  	background:#8d8b5e url(../media/bg_body.gif) repeat-y 50% 0;
	color:#000;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:1.4;
}
a {
  color:#3333cc;
  font-weight:bold;
  text-decoration:none;
}
a:hover,a:active{
  text-decoration:underline;
}
.float_h .print_link {
  float:right;
	margin:10px;
}
.content p,
.content ul {
	margin:20px;
	color: #000;
}
.content ul.bullets {
  margin-left:35px;
}
.content ul.bullets_no {
  list-style:none;
}
.content h3 {
  margin-bottom:-15px;
	margin-left:20px;
}
.bold {
  font-weight:bold;
}
#container {
    height:100%;
    margin:0 auto;
	padding-left:10px;
	width:770px;
}
* html #container {
	height: 100%;
}
#left {
  	float:left;
    height:100%;
	margin:0;
	padding:0;
	width:200px;
}
#right {
	float:left;
	height:100%;
  	margin:0;
	padding:0;
	position:relative;
	width:560px;
}
#header {
  	background:#999933 url(../media/head_01.jpg) no-repeat 0 0;
	height:262px;
	margin:0;
	position:relative;
	width:562px;
}
#special_events #header {
  	background-image:url(../media/head_03.jpg);
    height:370px;
}
#directions #header {
  background-image:url(../media/head_04.jpg);
  height:295px;
}
#mailing_list #header {
  background-image:url(../media/head_05.jpg);
  height:260px;
}
#party_info #header {
  background-image:url(../media/head_06.jpg);
}
#menu #header {
  background-image:url(../media/head_08.jpg);
  height:217px;
}
#comment_card #header {
  background-image:url(../media/head_09.jpg);
}
#main {
	height:100%;
  	margin:0 5px 0 0;
	position:relative;
}
#foot {
  border-bottom:2px solid #333;
  clear:both;
	height:1%;
	margin:0 5px;
}
#img_logo {
  margin:5px 50px;
}
#navigation {
	margin:5px 0 0 15px;
	padding:4px 0;
}
.nav {
  margin:4px 0 0 10px;
}
.sub_nav {
  margin:4px 0 0 36px;
}
ul.sub_nav li {
  list-style:circle;
}
.content {
  margin:10px 10px;
  overflow:hidden;
}
#special_events .content,#party_info .content {
  height:auto;
}
.content h1 {
  font-family:Arial, Helvetica, sans-serif;
	font-size:24px;
  margin:0 0 10px 20px;
}
.content h2 {
	color:#CC3300;
  font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
  margin:0 0 10px 20px;
}
.footer,
.footer p {
  margin:0 auto;
  text-align:center;
}
.footer ul.foot {
  list-style-type:none;
  overflow:hidden;
}
.footer ul.foot li {
  display:inline; 
	margin:0 2px;
}
/* open nav boxes */
#link_menu .menus,
#link_party .parties,
#link_restaurant .restaurants {
  display:none;
}
#link_menu_open .menus,
#link_party_open .parties,
#link_restaurant_open .restaurants {
  display:block;
}
/* global stuff */
p.para_bot {
  margin:5px 0;
}
.photo {
  float:right;
	margin:5px;
}
p.back {
  margin-left:200px;
}
#mailing_list form {
  border-bottom:2px solid black;
  padding-bottom:20px;
}
#txtNumber,
#cc_button {
  margin:7px;
}

