/* tested with IE5.0, IE6.0, and Firefox 1.5 */

/* ---------------------------------
             LEBONTABLE.COM
   --------------------------------- */

/* ---------------------------------
           BODY AND CONTAiNERS
   --------------------------------- */
html, body {
	height: 100%;
	margin: 0px;
}

body {
	background-color: black;
	background-image: url("images/glossbg.gif");
	background-repeat: no-repeat;
	
	color: #e0e0e0;

	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
}

div#wrapper {
	background-color: transparent;
	background-image: url("images/emblemgloss.gif");
	background-position: 19px 10px;
	background-repeat: no-repeat;
	
	min-width: 624px;
	height: 100%;
	
	margin: 0px;
	padding-top: 70px;
	padding-left: 107px;
}

div#container {
	background-color: #242424;
	background-image: url("images/stripebg.gif");
	
	width: 884px;
	min-height: 300px;
	
	border: 2px solid black;
	border-top: none;
}

div#header {
	background-color: transparent;
	background-image: url("images/menubg.gif");
	background-repeat: no-repeat;
	
	width: 100%;
	height: 98px;
}

div#content {
	background-color: transparent;
	background-image: url("images/emblembody.gif");
	background-repeat: no-repeat;
	
	min-height: 202px;
	
	padding: 10px 40px;
}

div#footer {
	background-color: transparent;
	
	text-align: center;
	
	font-size: 70%;
	
	height: 30px;
	
	padding-top: 20px;
	
	clear: both;
}

div.left {
	width: 45%;
	float: left;
}

div.right {
	width: 45%;
	float: right;
}

html>body div.left, html>body div.right {
	width: 49%;
}

/* ---------------------------------
           NAViGATiON iNFO
   --------------------------------- */

ol#nav {
	font-family: "Poor Richard", "Book Antiqua", Palatino, serif;
	font-size: 20pt;
	
	height: 40px;
	
	list-style-type: none;

	margin: -48px 0 0 32px;
	padding: 0px;
}

ol#nav li {
	display: inline; /*for ie 5.5*/
}

ol#nav a {
	text-align: center;
	line-height: 40px;
	
	font-weight: normal;
	
	height: 40px;

	display: block;
	float: left;
}

ol#nav a:link, ol#nav a:visited {
	text-decoration: none;
	
	color: white;
}

ol#nav a:hover, ol#nav a:active {
	color: #c7645d;
}

li#about a {
	width: 90px;
}

li#au a {
	width: 70px;
}

li#entrees a {
	width: 113px;
}

li#cac a {
	width: 194px;
}

li#show a {
	width: 214px;
}

li#contact a {
	width: 125px;
}


/* ---------------------------------
                HEADERS
   --------------------------------- */

h1 span {
	display: none;
}

h1 {
	background-color: transparent;
	background-image: url("images/logotext.gif");
	background-repeat: no-repeat;
	
	width: 528px;
	height: 67px;
	
	margin: 0 0 0 356px;
	
	position: relative;
	top: -56px;
	right: 0px;
}


h2, h3, h4, h5 {
	font-family: "Book Antiqua", Palatino, serif;
	
	color: white;
}

h2 {
	text-transform: lowercase;
	
	font-weight: normal;
	font-size: 23pt;
	
	margin: 0 0 20px 0;
}

/* ---------------------------------
                 TEXT
   --------------------------------- */
p {
	text-align: left;
	
	letter-spacing: .3px;
	line-height: 18px;
	
	margin: 20px 0;
}

p.caption {
	font-style: oblique;
	font-size: 80%;
}

/* ---------------------------------
                TABLES
   --------------------------------- */

/* ---------------------------------
                FORMS
   --------------------------------- */

form {
	padding: 0px;
	margin: 0px;
}

label {
	font-weight: bold;
	
	text-align: right;
	
	width: 60px;
	
	float: left;
	
	margin-right: 10px;
	margin-bottom: 5px;
}

input, textarea {
	background-color: transparent;
	background-image: url("images/inputbg.gif");
	
	color: white;
	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	
	width: 180px;
	
	padding: 2px;
	
	border: 1px solid #777777;
	
	margin-bottom: 5px;
}

input:focus, textarea:focus {
	background-color: transparent;
	background-image: url("images/inputbg_on.gif");
}

form br {
	clear: left;
}

input.submit {
	background-color: #333333;
	
	width: 50px;
	
	margin-left: 206px;
}

/* ---------------------------------
                 MiSC
   --------------------------------- */

ul {
	margin: 0px;
}


img {	
	border: 1px solid white;
}

div#photos h3 {
	font-size: 150%;
	font-weight: normal;
	
	letter-spacing: 1.5px;
	
	margin-left: 20px;
}

div#photos img {
	border: 4px solid #cccccc;
	border-left: 5px solid #333333;
	border-right: 5px solid #333333;
}

/* ---------------------------------
                 LiNKS
   --------------------------------- */

a {
	padding: 2px;
	
	font-weight: bold;
}

a.img, a.img:link, a.img:visited, a.img:hover, a.img:active {
	background-color: transparent;

	text-decoration: none;

	font-weight: normal;

	padding: 0px;
}

a:link {
	color: #c7645d;

	text-decoration: underline;
}

a:visited {
	color: #9f423b;

	text-decoration: underline;
}

a:hover, a:active {
	color: white;

	text-decoration: none;
}

/*
 © nick maresco, 2007
 http://www.page1ink.net/
 
 This code is licensed under the Creative Commons
 Attribution-Noncommercial-Share Alike 3.0 United
 States License. To view a copy of this license,
 visit
 http://creativecommons.org/licenses/by-nc-sa/3.0/us/
 or send a letter to: 
         Creative Commons
   171 Second Street, Suite 300
 San Francisco, California, 94105
              USA
*/