html
{
margin: 0;
padding: 0;
}
body{
background-color:#ded7bb; 
}
h1
{
text-align: center;
color: #534531;
}
h2,h3
{
color:#534531
}
p
{
font-weight: bold;
text-align: left;
color: #534531;
padding-top:5px;
padding-bottom:5px;
padding-right:5px;
padding-left:5px;
}
ul.handcrafted
{
list-style-image:url('images/bullett.png');
color:#534531;
}
ol
{
color:#534531;
}
a.nav:link,a.nav:visited
{
display:block;
font-weight:bold;
color:#FFFFFF;
width:95%;
text-align:center;
padding:4px;
text-decoration:none;
text-transform:uppercase;
}
a.nav:hover,a.nav:active
{
background-color:#534531;
}
#header
{
width:100%;
}
#left
{
background-image: url('images/divaback.png');
background-repeat: repeat; 
float: left;
width: 15%;
min-height: 400px;
}
#rightsmall
{
padding-left: 3%;
float: left;
width: 65%;
min-height: 400px;
}
/*rightbig div for gallery*/
#rightbig
{
padding-left: 3%;
float: left;
width: 75%;
min-height: 20em;
}
#footer
{
clear: both;
font-weight: bold;
color: #534531;
text-align: center; 
}


