

body{
font-family: arial, helvetica, san-serif;
font-size: 12px;
text-align: center;
color: black;
margin: 0;
padding: 0;
background: #036;
}

#container{
text-align: left;
margin-left: auto;
margin-right: auto;
position: relative;
width: 799px;
background: #fff url(../images/book.gif) no-repeat bottom right;
}

#header{
height: 100px;
width: 799px;
background: url(../images/headerbackground.gif) no-repeat top;
}

#header img{
padding: 30px 0 0 10px;
}

#rightcontent{
width: 375px;
float: right;
margin: 65px 5px 0 0;
padding: 0 5px 20px 0;
}

#leftcontent{
width: 365px;
margin: 65px 0 0 5px;
padding: 0 0 20px 5px;
}

#leftcontent img{
float: left;
padding: 20px 5px 0 0;
}

#footer{
clear: both;
width: 799px;
height: 78px;
padding: 0;
background: url(../images/footerbackground.gif) no-repeat 0;
text-align: center;
}

#footer ul{
width: 400px;
padding: 15px 0 0 0;
margin: 0 0 3px 0;
}

#footer ul li{
float: left;
padding: 0 3px 0 3px;
list-style: none;
}

#footer p, #footer a{
padding: 0;
margin: 0;
color: white;
}

#newsletter{
background: #ffc;
border: 1px solid #cc9;
width: 343px;
padding: 0 10px;
}

#newscontent p{
padding: 2px 0 3px 0;
margin: 5px 0 0 0;
}

#newscontent ul{
padding: 0 0 0 10px;
}

#newsletter h2{
padding: 10px 0 0 0;
}

form{
height: 101px;
width: 365px;
margin: 0;
}

#newsletter dl, #newsletter dt, #newsletter dd{
margin: 0;
padding: 0 0 0 10px;
}

#newsletterimg{
border: 0;
position: relative;
top: -35px;
left: 175px;
}

#header ul{
background: url(../images/navbackground.jpg) repeat-x 0;
list-style-type: none;
height: 38px;
position: relative;
top:-5px;
left: 0;
margin: 15px 0 1px 0;
}

a{
text-decoration: underline;
color: #c00;
}

h1, h4, h5{
color: #999;
font-size: 10px;
font-weight: bold;
margin: 0;
}

h1{
margin: 30px 0 0 5px;
padding: 0 0 0 15px;
text-transform: uppercase;
font-size: 8px;
background: url(../images/logo2.gif) no-repeat 0;
height: 82px;
width: 250px;
text-indent: -5000px;
}

h2, h3{
color: #c00;
margin: 0;
padding: 7px 0 0 0;
border-bottom: 1px solid #ccc;
}

h2{
font-size: 16px; 
}

h3{
font-size: 14px;
}

dt{
font-weight: bold;
padding: 10px 0 0 0;
}

dd{
margin-left: 0px;
}


