body {
background-color:#cccccc; 
margin:0;
padding:0;
text-align:center;
font-family:Arial;
font-size:12px;
color:#555555;
}

#page {
width:960px;
margin:auto;
padding:auto;
background-image:url(images/page.png);
text-align:left;
}

#header {
width:960px;
height:108px;
background-image:url(images/header.png);
clear:both;
}

a.logo {
width:768px;
height:102px;
float:left;
background-image:url(images/logo.png);
background-repeat:no-repeat;
}

h2 {
font-size:20px;
color:#333333;
font-weight:bold;
}

a {
font-weight:bold;
color:#FFF;
text-decoration:none;
}

a:hover {
color:#FFFF00;
text-decoration:underline;
}

#menulinks {
width:930px;
padding-left:30px;
height:44px;
background-image:url(images/menulinks.png);
clear:both;
}

#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-image:url(images/menuhover.png);
}

#mainarea {
width:960px;
clear:both;
padding-top:10px;
}

#contentarea {
float:left;
width:560px;
padding-left:45px;
margin-bottom:10px;
color:#000;
}

#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:5px;
color:#FFFFFF;
padding-left:50px;
line-height:20px;
}

a.green:link {color: #030; background: #ffffff; font-weight: bold;}
a.green:active {color: #030; background: #ffffff; font-weight: bold;}
a.green:visited {color: #030; background: #ffffff; font-weight: bold;}
a.green:hover {color: #060; background: #ffffff; font-weight: bolder;}