@charset "utf-8";
/* CSS Document */
html, body{ 
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size:1em;
line-height:140%; 
color:#d8c496; 
margin:0px; 
padding:0px; 
background-color:#6a2f1d;
}

p{
padding:0px 0px 5px 0px;
}

h1, h2, h3{ 
font-family:Georgia, "Times New Roman", Times, serif; 
font-size: 200%; 
font-style:italic; 
padding: 10px 0px 10px 0px; 
margin:0px; 
font-weight:normal; 
line-height:140%;
}

h2{
font-size:150%;
}

h3{
font-size:120%;
}

/*======links=======*/
a:link, a:visited { 
color: #faf4bd; 
font-weight:bold; 
background-color:inherit; 
padding:1px; 
text-decoration:none;
}

a:hover, a:active { 
color:#000000; 
background-color:#faf4bd; 
padding:1px; 
text-decoration:none;
}

/*======images=======*/
div#main img {
margin: 0px 5px 2px 5px; 
border-bottom:#d8c496 solid 5px;
}

div#main table img{
 border-bottom:none;
 }

/*======tables=======*/
table{ 
border: 2px #faf4bd solid; 
margin: 20px 0px; 
padding: 3px; 
border-collapse:collapse;
}

td{
border:1px #faf4bd dotted; 
padding:8px; 
vertical-align:top; 
text-align:left;
}

table#homepage td{
text-align:center; 
width:25%
}

div#viewcart td{
text-align:right;
}

/*======input boxes=======*/
input, select{
color:#6a2f1d; 
background-color:#d8c496;
}

/*======divisions=======*/
div#wrap{
width: 772px; 
margin: 5px auto;
}

div#header{
background: url(images/header-background.jpg) no-repeat;
width: 772px;
height: 167px;
}

#header h1{
text-align:right;
}

div#menu{
width:170px; 
float:left; 
margin:20px 0px 0px 0px;
font-family:Georgia, "Times New Roman", Times, serif; 
font-style:italic;
}

div#main{
float:left;
width:590px;
}

div.clearer{
clear:both;
}

div#footer{
text-align:center; 
border-top: 1px #d8c496 solid; 
border-bottom: 3px #d8c496 solid; 
padding: 0px 5px 5px 5px; 
margin: 0px 0px 10px 0px;
}
