html {
background: #7e6557 url(bg.jpg) repeat-y;
}
body {
font: 75% "Verdana", "Arial", sans-serif;
color: #ffefe6;
line-height: 1.7em;
}
#swirls{
 position: absolute;
 top: 0;
 left: 0;
 width: 240px;
 height: 229px;
 background: url(swirls.jpg);
 position: fixed;
}
#header {
 padding: 0;
 width: 375px;
 height: 60px;
 background: url(header.jpg) no-repeat center;
}
#menuwrap {
 position: absolute;
 top: 245px;
 left: 64px;
 padding: 5px;
 width: 185px;
 background: url(menubg.jpg);
 position: fixed;
}
ul#menu {
margin: 0;
padding: 0;
width: 180px;
font: 160% "Trebuchet MS", "Arial", sans-serif;
text-align: right;
}
#menu li {
padding: 2px;
list-style-type: none;
}
#menu a { 
padding: 0;
display: block;
width: 180px;
color: #fff;
font-weight: normal;
}
#menu a:link, #menu a:visited {
text-decoration: none;
}
#menu a:hover {
text-decoration: none;
color: #83da6e;
background: url(menuhover.jpg) no-repeat left;
}
#content {
position: absolute;
top: 10px;
left: 270px;
width: 48%;
padding: 10px;
}
.columnleft{
width: 350px;
float: left;
}
.columnright{
width: 120px;
margin-top: 100px;
float: left;
text-align: bottom;
}
h1 {
 margin-bottom: 25px;
 font: normal 175% "Trebuchet MS", "Arial", sans-serif;
 color: #83da6e;
 border: none;
}
 h2 {
 font: normal 140% "Trebuchet MS", "Arial", sans-serif;
 color: #39220d;
 border: none;
}
 a {
 padding-bottom: 2px;
 color: #f098ea;
 font-weight: bold;
 text-decoration: none;
 }
 a:hover {
 text-decoration: none;
 }
#footer { 
 clear: both;
 width: 100%;
 height: 28px;
 font-size: 90%;
 text-align: center;
 background: url(footerbg.jpg) no-repeat right;
 border-bottom: 1px dotted #543822;
}
small {
font-size: 85%;
color: #1b0f05;
}
input {
vertical-align: middle;
font: 100% "Verdana", "Arial", sans-serif;
margin-bottom: 5px;
padding: 5px;
color: #ffefe6;
background-color: #674731;
border: 1px solid #624127;
}
textarea {
vertical-align: middle;
font: 100% "Verdana", "Arial", sans-serif;
margin-bottom: 5px;
padding: 4px;
color: #ffefe6;
background-color: #674731;
border: 1px solid #624127;
}
label {
float: left;
width: 120px;
font-weight: bold;
}
#submit {
width: 95px;
height: 45px;
background: transparent url(send.jpg);
border: none;
}