@charset "UTF-8";
/*
--------------------------------------------------------
Bijoux Design Creations style sheet
Author: Brad Wilson
Version: 2008.01.15
-------------------------------------------------------- */
html, body {
margin: 0;
padding: 0;
height: 100%;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 12px;
color: #663300;
background: #330000;
}

/* CONTAINER
-------------------------------------------------------- */
#container {
width: 800px;
margin: 0 auto;
}

/* HEADER
-------------------------------------------------------- */
#header {
width: 800px;
height: 109px;
}
#header img {
border: 0;
}

/* MENU
-------------------------------------------------------- */
#menu {
height: 31px;
background: #ffcc66;
background-image: url(images/header_back-3.gif);
background-position: top left;
background-repeat: no-repeat;
}
#menu ul {
margin: 0px;
padding: 0px;
padding-top: 6px;
padding-left: 140px;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 13px;
}
#menu li {
list-style-type: none;
display: inline;
margin: 0px;
padding: 10px;
}
#menu a {
text-decoration: none;
color: #663300;
}
#menu a:hover {
color: #cf7b18;
}

/* CONTENT
-------------------------------------------------------- */
#content {
background: #ffebc2;
padding: 20px;
}

/* FOOTER
-------------------------------------------------------- */
#footer {
color: #663300;
text-align: center;
padding-top: 20px;
margin-top: 20px;
border-top: 1px solid #663300;
}

/* COMMON
-------------------------------------------------------- */
.clear {
clear: both;
}
.line {
border-top: 1px solid #663300;
}
h1 {
font-weight: bold;
font-size: 16px;
margin: 0px 0px 0px 0px;
padding: 0px 0px 0px 0px;
}
h2 {
font-weight: bold;
font-size: 12px;
margin: 0px 0px 0px 0px;
padding: 0px 0px 0px 0px;
}
.link1 a {
color: #663300;
}
.link1 a:hover {
background: #ffcc66;
}
