@charset "utf-8";
/* CSS Document */

body {
background-image:url:(images/bg.jpg);
background-repeat:repeat-x;
margin-top:30px;
}

.main {
margin-left:auto;
margin-right:auto;
width:812px;
padding:0px;
margin-top:30px;
}

.header {
float:left;
background-image:url(images/header.png);
background-position:top center;
background-repeat:no-repeat;
width:812px;
height:109px;
}

.flashleft {
float:left;
background-image:url(images/flashleft.png);
background-repeat:no-repeat;
width:25px;
height:263px;
}

.flash {
float:left;
width:762px;
height:263px;
background-color:#FFFFFF;
}

.flashright {
float:left;
background-image:url(images/flashright.png);
background-repeat:no-repeat;
width:25px;
height:263px;
}

.linkleft {
float:left;
background-image:url(images/linkleft.png);
background-repeat:no-repeat;
width:25px;
height:32px;
}

.link1 {
float:left;
background-image:url(images/link1.png);
background-repeat:no-repeat;
width:230px;
height:32px;
}

.members {
float:left;
background-image:url(images/member_01.png);
background-repeat:no-repeat;
width:116px;
height:32px;
}

.members:hover {
float:left;
background-image:url(images/member_02.png);
background-repeat:no-repeat;
width:116px;
height:32px;
cursor:pointer;
}

.link2 {
float:left;
background-image:url(images/link2.png);
background-repeat:no-repeat;
width:72px;
height:32px;
}

.guests {
float:left;
background-image:url(images/guest_01.png);
background-repeat:no-repeat;
width:96px;
height:32px;
}

.guests:hover {
float:left;
background-image:url(images/guest_02.png);
background-repeat:no-repeat;
width:96px;
height:32px;
cursor:pointer;
}

.link3 {
float:left;
background-image:url(images/link3.png);
background-repeat:no-repeat;
width:248px;
height:32px;
}

.linkright {
float:left;
background-image:url(images/linkright.png);
background-repeat:no-repeat;
width:25px;
height:32px;
}

.welcome {
float:left;
background-image:url(images/Welcome.png);
background-repeat:no-repeat;
width:812px;
height:41px;
}

.body {
float:left;
background-image:url(images/body.png);
background-repeat:repeat-y;
width:812px;
background-position:top;
}

.bodytext {
float:left;
margin-left:40px;
margin-right:40px;
margin-top:0px;
margin-bottom:20px;
width:732px;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:12px;
line-height:20px;
}

.footer {
float:left;
background-image:url(images/footer.png);
background-repeat:no-repeat;
width:812px;
height:17px;
}

.footertext {
float:left;
width:812px;
font-family:Verdana, Arial, Helvetica, sans-serif;
color:#FFF;
font-size:10px;
line-height:20px;
text-align:center;
}