@import url("color.css");
/* Normalizes margin, padding */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, p, blockquote, th, td 
{ margin : 0; padding : 0; }

/* Normalizes font-size for headers */
h1,h2,h3,h4,h5,h6 { font-size : 100%; }

/* Removes list-style from lists */
ol,ul { list-style : none; }

/* Normalizes font-style and font-weight to normal */
address, caption, cite, code, dfn, em, strong, th, var
{ font-style : normal; font-weight : normal; }

/* Removes list-style from lists */
table { border-collapse : collapse; border-spacing : 0; }

/* Removes border from fieldset and img */
fieldset,img { border : 0; }

/* Left-aligns text in caption and th */
caption,th { text-align : left; }

/* Removes quotation marks from q */
q:before, q:after { content :''; }

/* Layout CSS */

html {
text-align: center;}

body {
background-color: #411E19;
position : relative;
padding-top: 30px;
width : 770px;
margin : 0 auto;
text-align : left;}

div#branding, div#content, div#footer { width: 770px; margin: 0; padding: 0;}

div#branding {
	height: 120px;
	background: url(images/header_bkg.jpg) no-repeat 0 0;
	width: 100%;}
	
div#branding {
position: relative;
z-index: 5;}

div#branding p {
position: absolute;
font-variant: small-caps;
letter-spacing: 0.05em;
top : 65px;
right: 14px; }
	
h1 {
position: absolute;
top : -27px;
left: 27%;
width: 360px;
height: 170px;
background: transparent url(images/LesFolie_logo.png) no-repeat;
text-indent : -9999px;}

div#content {
background-color: #fff;
position: relative;
margin: 0;}

.sc {position: absolute; top: 0; left: 0; z-index: 5;}
.pc {background-color: #fff; position: absolute;}

div#main_content {
left: 0; width: 80%;
border-left: 154px solid #003399;
height: 500px; 
padding: .8em 0 .2em; }

#main_copy {
margin-left: .5em;
}
	
div#main_content #artNoveau {
position: absolute;
right: 0%;
top: 0%;
z-index: 1; }

div#main_content #diningRoom {
position: absolute;
left: 20px;
top: 220px;
z-index: 5;
margin-top: 3%; }

div#main_content #openTable {
position: absolute;
right: 20px; bottom: 5px;}

div#sidebar_nav {
left: 0;
width: 20%;
padding: 6px 0 0;
margin: 0; }

div#footer {
position: relative;
width: 100%;
height: 25px;}




/* =si_clear_children */


.clear_children,.cc_tallest { position: relative; } /*\*/* html .clear_children { display: inline;}/**/
.cc_tallest:after { content: ''; } /* PREVENTS A REDRAW BUG IN SAFARI */
/* ]]> */


