body{
margin:0px; padding:0px;
}

#mainlogo{
position: relative;
top: -30px;
left: 5px;
height:75px;
width: 500px;
letter-spacing: -10px;
}
#mainlogo img{
margin:0px; padding:0;
}
#content{
background: url(img/contentbg.png) repeat;
margin: 0px 120px 0px 0px;
float: right;
}
#contentScroller{
width: 450px;
height: 350px;
margin: 12px;
overflow: auto;
font-size: 12px;
font-family: Arial, Helvetica, sans-serif;
}
p{
font-family: arial, helvetica, sans-serif;
font-size: 12px;
color: black;
margin: 5px 10px 5px 0px;
}
p a{
text-decoration: none;
color: #5d4719;
background: #f0b5d1;
display: block;
padding: 5px;
}
p a:hover {
color: #5d4719;
background: #f0b5d1;
background: #c7e4d0;

}

h2 {
font-family: arial, helvetica, sans-serif;
font-size: 18px;
color: black;
border-top: 1px solid #f0b5d1;
margin-right: 10px;
margin-bottom: 20px;
font-weight: bold;
text-transform: uppercase;
letter-spacing: 1px;
line-height:16px;
padding:0;
}
h3 {
font-family: arial, helvetica, sans-serif;
font-size: 14px;
color: gray;
border-bottom: 1px solid #cae6d3;
margin-left: 5px;
margin-right: 40px;
margin-bottom: 10px;
font-weight: bold;
}
#nav{
width:100%;
height:30px;
background: url(img/navbg.png) repeat;
margin-top: 20px;
margin-bottom: 35px;
float: right;
}
#nav ul{
list-style-type:none;
margin:0px 10px 0px 0px; padding:0px;
}
#nav ul li{
display: inline;
line-height:30px;
letter-spacing: 2px;
font-size: 12px;
font-family: arial,helvetica, sans-serif;
text-transform: uppercase;
float:right;
}
#nav ul li a{
text-decoration: none;
color: #f0b5d1;
height: 30px;
display: block;
float: left;
padding: 0px 10px 0px 10px;
}
#nav ul li a:hover{
color: #c7e4d0;
background: url(img/navbg.png) repeat;
}
form h3{
font-weight: normal;
border: 0;
font-size: 13px;
margin: 0 0 7px 0;
color: black;
}
form b{
font-weight: normal;
display: block;
margin: 3px 0 0 0;
}
form input{
display: block;
border: 1px solid #5d4719;
color: #5d4719;
font-size: 11px;
padding: 2px;
}
form input:focus{
background:#c7e4d0;
}

form textarea{
font-family: arial, helvetica, sans-serif;
display: block;
border: 1px solid #5d4719;
color: #5d4719;
font-size: 11px;
padding: 2px;
width: 250px;
height: 100px;
}

form textarea:focus{
background:#c7e4d0;
}
.sendButton{
margin: 3px 0;
background: #f0b5d1;
}