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

body {
padding:0;
margin:0;
}

h1 {
font-family:Arial, Helvetica, sans-serif;
font-size:16px;
color:#000000;
line-height:10px;
}

.maintext {
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
color:#000000;
line-height:22px;
text-align:justify;
}

.footertext {
font-family:Arial, Helvetica, sans-serif;
font-size:11px;
color:#000000;
}

.largefooter {
font-family:Arial, Helvetica, sans-serif;
font-size:14px;
color:#000000;
}

.lwetext {
font-family:Arial, Helvetica, sans-serif;
font-size:11px;
color:#000000;
line-height:22px;
}

#header {
position:relative;
display:table;
margin:auto;
width:800px;
height:17px;
background-image:url(images/header.jpg);
padding-top:160px;
padding-left:100px;
z-index:1;
}

#body {
position:relative;
display:table;
margin:auto;
width:900px;
height:362px;
background-image:url(images/bodybg.jpg);
z-index:0;
}

#flash {
float:left;
width:300px;
height:330px;
padding-top:32px;
}

#text {
float:left;
width:565px;
height:325px;
overflow:auto;
padding-top:37px;
padding-left:25px;
padding-right:10px;
}

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