* {
	margin: 0;
	padding: 0;
	}

html {
    min-height: 100%;
    margin-bottom: 1px;
    height: 100%;
    }

body {
    height: 100%;
    background-attachment: fixed;
    font-size: 12pt;
    color: #000;
    font-family: "Franklin Gothic Book",
       Candara,
       Futura,
       Arial,
       Helvetica,
       sans-serif;
	text-align: justify;
    }

#wrapper {
	/*background: url('/images/trans_5.png') repeat transparent;*/
    width: 800px;
    margin: 0 auto;
	position: relative;
	min-height: 100%;
	}

* html #wrapper {
	height: 100%;
	}

#header {
	text-align: right;
	height: 75px;
	}
	
#header h1 {
  	font-family: Arial,
  		Helvetica,
  		sans-serif;
	font-weight: bold;
	background: none;
  	color: #000;
  	margin: 0;
  	padding: 0;
  	}

#header p.Slogan {
	margin: 3pt 0 0;
    font-family: "Lucida Calligraphy",
                 "Lucida Handwriting",
                 "Kunstler Script",
                 "Brush Script MT",
                 "URW Chancery L",
                 cursive;
	font-style: normal;
	font-size: 12.0pt;
	background: none;
	color: #600;
	}

#header .sm {
	vertical-align: text-top;
	font-family: sans-serif;
	color: black; 
	font-size: 50%;
	padding: 1px;
	}  		

#content {
	margin: 0;
	padding-bottom: 4em;
	/*background: url('/images/trans_5.png') repeat transparent;*/
	}
	
#footer {
	padding: 0;
	position: relative;
	}

#footer p {
 	background: url('/images/trans_5.png') repeat transparent;
	padding: 0;
	text-align: center;
	font-size: 8pt;
    }

p {
margin-top: 1em;
margin-bottom: 1em;
}
	  
h1 {
  	}
  	
a {
	text-decoration: none;
	background: none;
	color: #00A;
	}

a:hover {
	background: url('/images/trans_50_w.png') repeat transparent;
	/*background: #f3e6e6;*/
	/*color: #333;*/
	}

h3 {
	margin-top: 28pt;
	margin-bottom: 10pt;
	}

label { 
	background-color: #f0eae3;
	color: black;
	border: 2px outset #8B8378;
	padding: 0.1em 2ex 0.1em 0.5ex;
	line-height: 1.6em;
	}
	
/* Simple Menu System */

#menu {
	margin: 0;
	padding: 0;
	}

#menu ul {
	width: 208px;  /*208*/
	list-style: none;
	/*list-style: url('/images/chefs-hat-w14.png') disc outside;*/
	display: block;
	margin: 0 20px;
	padding: 0 20px;
	}

#menu li {
	margin: 0;
	padding: 0;
	}

#menu a {
	width: 220px;  /*200*/
	padding: 2px 2px 2px 8px;
	display: block;
	background: none;
	color: #666;
	font-size: 10pt;
	font-weight: bold;
	text-decoration: none;
	}

#menu a span {
	background-color: #FFF;
	display: none;
	position: relative;
	/*width: 570px;*/
	z-index: 90;
	/*padding: 2px 2px 2px 8px;*/
	font-size: 12.0pt;
	font-family: Calibri,
		sans-serif;
	line-height: 115%;
	font-style: italic;
	font-weight: normal;
	}	

#menu ul:hover {
	background: url('/images/trans_5.png') repeat transparent;
	}

#menu li:hover {
	list-style: url('/images/chefs-hat-w14.png') disc outside;
	}	

#menu a:hover {
	background: url('/images/trans_50_w.png') repeat transparent;
	padding-left: 0px;
	}

#menu a:hover span {
	display: block;
	}

/* Navigation Menu */

#navmenu {
	font-size: 10pt;
	text-align: center;
	padding: 0;
	margin: 0 0 60px 0;
	display: block;
	}
	
#navmenu a {
	font-weight: bold;
	display: block;
	margin: 0;
	padding: 2px 0;
	width: 159px;
	left: 0px;
	text-align: center;
	text-decoration: none;
/*	color: #FFF;
	background: none transparent;*/
	}
	
#navmenu #currentpage {
	background: url('/images/trans_50.png') repeat transparent;
	}
	
#navmenu table {
    position: absolute;
    border-collapse: collapse;
    top: 25px;
    z-index: 80;
    left: -1px;
    }
	
#navmenu ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
	}
	
#navmenu ul li {
	background: url('/images/trans_25.png') repeat transparent;
	/*width: 159px;*/
	margin: 0 1px 0 0;
	padding: 0;
	float: left;
	position: relative;
	z-index: 100;
	}
	
#navmenu ul a {
	color: #FFF;
	}
	
/*#navmenu ul li:hover {
	background: url('/images/trans_50_w.png') repeat transparent;
	color: #333;
	}
*/

#navmenu ul ul {
	background: url('/images/trans_50.png') repeat transparent;
	visibility:hidden;
	position: absolute;
	height: 0;
	width: 159px;
	}
	
#navmenu ul ul a {
	background: url('/images/trans_50.png') repeat transparent;
	color: #FDD;
	}
	
#navmenu ul ul :hover {
	background: url('/images/trans_50.png') repeat transparent;
	}

#navmenu ul li:hover ul, #navmenu ul a:hover ul {
	visibility:visible;
	}

/* End Navigation Menu */


#classes ul {
	text-align: justify;
	list-style: url('/images/chefs-hat-w14.png') disc outside;
	display: block;
	margin: 20pt;
	padding: 0;
	/*width: 265pt;*/
	}


table.email {
	margin: 10px auto;
	text-align: left;
	border-color: #FFF;
	border-collapse: separate;
	}
	
.emailtitles {
	white-space: nowrap;
	font-size: 12.0pt;
	font-family: Calibri,
				 sans-serif;
	font-weight: bold;
	}

.centered {
	text-align: center;
	margin: 0 auto;
	display: block;
	}
	
.phone {
	font-weight: bold;
	font-size: 10pt;
	}
	
#imgboxmain {
	width: 285px;
	height: 426px;
	float: right; 
	margin-left: 20px; 
	margin-bottom: 5px;
	}
	
#imgbox {
	width: 426px;
	height: 426px;
	float: right; 
	margin-left: 20px; 
	margin-bottom: 5px;
	}

img.amex {
	width: 220px; 
	height: 77px; 
	margin: 30px auto 0;
	text-align: center;
	display: block;
	}


img.floatright {
	width: 400px; 
	/*height: 267px;*/
	float: right; 
	margin-left: 20px; 
	margin-bottom: 5px;
	}

/* Menu Text */
	
.MsoTitle {
	margin-top: 12.0pt;
	margin-bottom: 3.0pt;
	line-height: 115%;
	font-size: 18.0pt;
	font-family: Calibri,
				 sans-serif;
	font-weight: bold;
	}
	
.Menu, .MenuItem, .MenuGroup {
	font-size: 12.0pt;
	font-family: Calibri,
				 sans-serif;
	margin-top: 0;
	margin-bottom: 0;
	line-height: 115%;
	}
	
.MenuGroup {
	font-size: 14.0pt;
	margin-top: 1.5em;
	font-weight: bold;
	}
	
.MenuItem {
	margin-top: .5em;
	font-weight: bold;
	font-variant: small-caps;
	}

ul.MI {
	font-size: 12.0pt;
	font-family: Calibri,
				 sans-serif;
	margin-top: .5em;
	margin-bottom: 0;
	line-height: 115%;
	font-weight: bold;
	font-variant: small-caps;
	}

ul.MI:hover {
	color: #888;
	}
	
.dvhdr1 {
	font-size: 12.0pt;
	font-family: Calibri,
				 sans-serif;
	line-height: 115%;
	font-weight: bold;
	font-variant: small-caps;
	/*background: url('/images/trans_50_w.png') repeat transparent;*/
	
    background:#F3F0E7;
    border:1px solid #C8BA92;
    padding:5px;
    width:400px;
	filter:alpha(opacity=95);
	opacity:0.95;
	z-index:1002;
   }
         
.dvbdy1 {
	font-style: italic;
	line-height: 115%;
	font-size: 11.0pt;
	font-family: Calibri,
				 sans-serif;
	/*background: url('/images/trans_50.png') repeat transparent;*/

   	background:#FFFFFF;
    border-left:1px solid #C8BA92;
    border-right:1px solid #C8BA92;
    border-bottom:1px solid #C8BA92;
    padding:5px;
    width:400px;
 	filter:alpha(opacity=95);
	opacity:0.95;
	z-index:1002;
  }
   
.price {
	font-weight: normal;
	font-size: 10pt;
	font-variant: normal;
	}
		
.MenuDesc {
	font-style: italic;
	margin-top: 0;
	margin-bottom: 10pt;
	line-height: 115%;
	font-size: 11.0pt;
	font-family: Calibri,
				 sans-serif;
	}

/* Testimonials */

p.TestText {
	background: url('/images/trans_10.png') repeat transparent;
	display: block;
	width: 740px;
	font-size: 12.0pt;
	font-family: Calibri,
				 sans-serif;
	margin: 0 20px;
	padding: 6px 10px;
	line-height: 115%;	
	}

p.TestAuthor {
	font-style: italic;
	margin: 5px 0 30px 20px;
	line-height: 115%;
	font-size: 11.0pt;
	font-family: Calibri,
				 sans-serif;
	}
	
/* End Testimonials */