/* GLOBAL STYLES */

html > *
{
position:relative;
border:none;
margin:0;
padding:0;
}

html
{
overflow:scroll;
}

body
{
background:#000000;
font-family:verdana,arial,helvetica,sans-serif;
font-size:1em; 
color:#FFCF70;
margin:0;
padding:0;
}

a 
{
text-decoration: none; 
}

a:link, a:visited 
{
color:#fadb9d;
text-decoration: underline; 
}

a:hover, a:active 
{
color:#fff;
text-decoration: underline; 
}

img
{
border:0;
}

h1
{
font-size:1.5em;
font-weight:normal;
color:#ec8e14;
text-align:center;
margin-top:1em;
}

h2
{
font-size:1.1em;
font-weight:normal;
color:#ffffff;
}

h2 a:link, h2 a:visited
{
color:#ffffff;
text-decoration:none;
}

h2 a:hover, h2 a:active
{
color:#ffffff;
text-decoration:underline;
}

ul li
{
margin:0 0 0.3em 1em;
font-size:0.9em;
}

cleared 
{
clear:both;
}

.alright
{
float:right;
margin-left:2em;
}

.center 
{
clear:both;
width:610px;
text-align:center;
}

.quote {
color:#e4984c;
font-family:times,times new roman, serif;
font-style:italic;
}

/* STRUCTURAL */

div#w00
{
float:left;
width:800px;
}

div#coll
{
position:absolute;
z-index:100;
float:left;
width:180px;
}

div#colr
{
position:absolute;
z-index:0;
width:610px;
top:0;
left:190px;
}


/* HEADER */

div#header
{
width:610px;
}

div#logo
{
float:left;
color:#e4984c;
font-family:times,times new roman, serif;
font-style:italic;
width:460px;
}

img.logo 
{
margin-top:8px;
}

div#chef
{
float:right;
width:112px
}

img.chef
{
margin-top:18px;
}


/* TEL BAR */

div#bar
{
width:610px;
background:#722819;
clear:both;
text-align: right;
padding: 3px 10px;
color:#e9d7ad;
}

div#bar .tel
{
font-size:1.5em;
}


/* CONTENT */

div#content
{
width:610px;
margin:2em 0;
}



/* FOOTER */

div#footer
{
width:610px;
font-size:0.7em;
text-align:center;
color:#FFCF70;
}

div#footer a:link,div#footer a:visited
{
color: #FFCF70;
}

div#footer a:hover,div#footer a:active
{
color: #fff;
}
