body{
margin:0;
padding:0;
font:11px "Lucida Sans", Arial, sans-serif;
color:#838383;
background:#ffffff;
background-image: url("images/background.jpg");
background-repeat: repeat-x; 
background-position: top;
}

li{
padding:2em;
list-style-type:disc;
}
a{
color:#0F0F0F;
text-decoration:none;
}
a:hover{
color:#A5B6CE;
text-decoration:none;
}
#container{
width:900px;
margin:0 auto;
}
#header{
background:url(images/top.jpg) no-repeat;
height:329px;
}

#content{

}

.contenttop{
margin-top:22px;
background:url(images/contenttop.png) no-repeat;
height:60px;
padding:40px 25px 0px 25px;
}
.contenttop a{
text-transform:uppercase;
font-weight:bold;
}
.contentbg{
background:url(images/content_bg.png) repeat-y;
padding:0 25px;
}

.contentfooter{
background:url(images/footer.png) no-repeat;
height:41px;
margin-bottom:10px;
text-align:center;
}