@charset "utf-8";
/* CSS Document */

html, body {
margin: 0px;
padding: 0px;
} 
  
body {
background: #faf6f3; 
margin:0 auto;
text-align: center;
}

a:link, a:visited {

text-decoration : none;
}
  
img {
display:block;
}

.clear {
clear:both;
}

.float-left{
float:left;
}

.float-right{
float:right;
}

#outer-wrapper {
width:1000px;
background:#ffffff;
text-align:center;
margin:0 auto;
overflow:hidden;
}

#header-wrapper {
width:1000px;
height:258px;
overflow:hidden;
background-image:url(http://www.frenchgardenhouse.com/images/customdesign/header.jpg);
}

#logo-wrapper {
width:749px;
height:183px;
float:left;
}

#cart-wrapper{
width:251px;
height:183px;
float:right;
color:#513e2a;
font-size:14px;
font-family:Century Gothic, Arial, Helvetica, sans-serif;
}

#top-links{
clear:both;
width:832px;
margin-right:68px;
margin-left:68px;
text-align:center;
line-height:33px;
color:#ded2be;
font-size:15px;
font-family:Century Gothic, Arial, Helvetica, sans-serif;
}

#top-links a{
color:#513e2a;
font-size:15px;
}

#top-links a:hover{
color:#513e2a;
border-bottom:1px dotted #513e2a;
font-size:15px;
}

#catalog-wrapper {
width:980px;
margin-right:10px;
margin-left:10px;
text-align:left;
}

#left-sidebar {
float:left;
width:230px;
text-align:left;
padding-left:10px;
}

#left-sidebar a {
text-decoration:none;
}

#lookbook-sidebar{
float:left;
width:230px;
text-align:left;
padding-left:10px;
overflow:hidden;
}

#lookbook-main{
float:right;
text-align:left;
width:740px;
height: 400px;
margin-right:3px;
overflow:hidden;
}

#main-wrapper {
float:right;
text-align:left;
width:740px;
margin-right:3px;
}

#search {
float:left;
width:300px;
padding-right:10px;
text-align:left;
}

#bottom-links {
width:680px;
float:right;
margin-top:10px;
padding-right:10px;
text-align:right;
}

#bottom-links a {
text-decoration:none;
}

#box-wrapper {
width:944px;
height:102px;
margin-right:28px;
margin-left:28px;
}

#home-text-box {
width:926px;
margin-right:37px;
margin-left:37px;
text-align:left;
font-size:10px;
color: #ded2be;
}

#legal {
clear: both;
margin: 0;
padding: 10px 0;
text-align: center;
font-family: Century Gothic, sans-serif;
font-size: 10px;
color: #aea694;
	

}

#legal a {
border-bottom: 1px dotted #8e8e8e;
text-decoration: none;
color: #8e8e8e;
}


