body {
margin:0px;
font-size:20px;
font-family:Georgia, "Times New Roman", Times, serif;
background-color:#f7d4c1
}
#header {
background-image:url("backing.png");
background-repeat:repeat-x;
height:100px;
}
#inner {
width:900px;
margin-left:auto;
margin-right:auto;
background-repeat:no-repeat;
height:100px;
}
#header a {
color:#FFFFFF;
font-size:24px;
margin-right:10px;
text-decoration:none
}
#header a:hover {
text-decoration:underline;
}
#spacer {
border-top:5px #8e5640 solid;
padding-top:10px;
clear:both
}
#wrapper {
width:100%;
background-color:#FFFFFF;
min-height:375px;
}
#content {
background-color:#FFFFFF;
width:900px;
margin-left:auto;
margin-right:auto;
padding:25px;
}
#footer {
border-top:5px solid #8e5640;
background-color:#f7d4c1;
height:100%;
text-align:center;
font-size:12px;
padding:10px;
clear:both
}
#footer a {
text-decoration:none;
color:#000000
}
.left { float:left; }
.right { float:right; }
#inner .right {
margin-top:40px;
}
h1 { color: #cc1010; font-size:36px; margin:0px; padding:5px;}
.pricelist {
border-top: solid 1px black;
border-left: solid 1px black;
text-align:center;
width:80%;
margin-bottom:10px;
}
.pricelist tr:first-child {
background-color:#999999;
color:white;
}
.pricelist td {
border-right: solid 1px black;
border-bottom: solid 1px black;
}
.pricelist tr:hover {
background-color:#CCCCCC;
}
#main {
float:left;
width:50%;
background-color:#FFFFFF;
}

#pic {
float:right;
width:50%;
background-color:#FFFFFF;
}
#pic img {
padding:20px;
}


