body {
position:relative;
font:13px  'Gill sans', helvetica, 'arial'; 
margin:auto; 
padding:0; 
width:960px;
height:100%;
background:#ffffcc;
background-image: url("imgs/bg-color.jpg");
}
#container {
background-image: url("imgs/bg.jpg");
background-repeat: repeat-y;
height:100%;
}
#header  {
background: #fff url("imgs/header.jpg")  top left no-repeat; 
height: 408px; 
}
#content {
text-align: justify;
width: 622px;
margin-left:225px;
margin-top:-190px;
letter-spacing: 0.5px;
line-height: 17px
}
#content h1{
font-weight:bold;
font-size:14px;
color: #58492E;
}
#footer {
background: #ffffcc url("imgs/footer.jpg")  top left no-repeat; 
height: 150px;
}
#pagetitle {
margin-bottom:20px;
}
ul {
margin-left:5px;
list-style-image: url('imgs/bullet1.gif');
}
form ul {
list-style-image: url('imgs/bullet2.gif');
}
#formtitle {
font-weight:bold;
font-size:14px;
color: #009200;
}
#menu {
position:absolute;
top:150px;
left:160px;
width:750px;
font:13px  'Gill sans', helvetica, 'arial';
font-weight: bold;
letter-spacing: 1px;
color: #DAA943;
}
#menu a{
color: #2F291E;
text-decoration: none;
}
#menu a:hover{
color: #DAA943;
text-decoration: none;
}
#menu li{
float:left;
height:25px;
margin:0 30px 0 0;
background: url("imgs/bullet2a.gif")  top left no-repeat; 
}
#menu ul {
list-style-type: none;
list-style-image: none;
}
#homebutton {
margin-left:25px;
margin-top:-3px;
}
#aboutbutton {
margin-left:25px;
margin-top:-3px;
}
#contactbutton {
margin-left:25px;
margin-top:-3px;
}
#smallimage {
	float:right;
}