
body {
background-color : #333333;
margin : 0;
padding : 0;
text-align : center;
font-family : Arial;
font-size : 12px;
color : #555555;
}
#page {
width : 960px;
margin : auto;
background-image : url(images/page.png);
text-align : left;
}
h2 {
font-size : 20px;
color : #333333;
font-weight : bold;
}
a {
font-weight : bold;
color : #333333;
text-decoration : none;
}
a:hover {
color : #389ccb;
text-decoration : underline;
}
#menulinks a {
padding-top : 15px;
padding-left : 15px;
padding-right : 15px;
height : 27px;
float : left;
text-decoration : none;
color : #ffffff;
font-weight : bold;
font-size : 14px;
margin-top : 1px;
}
#menulinks a:hover {
background-color : #3b6d87;
}
#header {
width : 960px;
height : 108px;
background-image : url(images/header.png);
clear : both;
}
#menulinks {
width : 900px;
padding-left : 30px;
height : 44px;
background-image : url(images/menulinks.png);
clear : both;
}
#mainarea {
width : 960px;
clear : both;
padding-top : 10px;
}
#contentarea {
float : left;
width : 560px;
padding-left : 45px;
margin-bottom : 10px;
}
#sidebar {
float : right;
width : 290px;
padding-right : 45px;
}
#footer {
width : 960px;
height : 100px;
background-image : url(images/footer.png);
clear : both;
}
#footer p {
padding-top : 30px;
color : #ffffff;
padding-left : 50px;
line-height : 20px;
}

