@charset "utf-8";
/* CSS Document */

body {
padding:0;
margin:0;
}

h1 {
font-family:Georgia, "Times New Roman", Times, serif;
font-size:16px;
color:#333333;
}

.maintext {
font-family:Georgia, "Times New Roman", Times, serif;
font-size:12px;
color:#333333;
line-height:20px;
text-align:justify;
}

.footer {
font-family:Georgia, "Times New Roman", Times, serif;
font-size:11px;
color:#333333;
line-height:14px;
text-align:center;
}

.toplinks {
font-family:Georgia, "Times New Roman", Times, serif;
font-size:11px;
color:#CCCCCC;
text-align:right;
}

#header {
position:relative;
display:table;
margin:auto;
width:885px;
height:202px;
background-image:url(images/header.jpg);
padding-top:5px;
padding-right:15px;
}

#links {
position:relative;
display:table;
margin:auto;
width:890px;
height:25px;
background-image:url(images/links.jpg);
padding-top:5px;
padding-left:10px;
z-index:1;
}

#body {
position:relative;
display:table;
margin:auto;
width:820px;
height:auto;
background-image:url(images/bodybg.jpg);
padding-left:40px;
padding-right:40px;
padding-top:20px;
z-index:0;
}

#footer {
position:relative;
display:table;
margin:auto;
width:900px;
height:auto;
padding-top:20px;
padding-bottom:10px;
background-image:url(images/bodybg.jpg);
}