@charset "utf-8";
/* CSS Document */
body {
	margin-top:0;
}

.main {
margin-left:auto;
margin-right:auto;
width:900px;
padding:0px;
margin-top:0;
}

.header {
float:left;
background-image:url(images/header.png);
background-position:top center;
background-repeat:no-repeat;
width:900px;
height:142px;
}

.flash {
float:left;
width:900px;
height:340px;
background-color:#FFFFFF;
}

.linkleft {
float:left;
background-image:url(images/linkleft.jpg);
background-position:top center;
background-repeat:no-repeat;
width:330px;
height:30px;
}

.members {
float:left;
background-image:url(images/members1.png);
background-position:top center;
background-repeat:no-repeat;
width:120px;
height:30px;
cursor:pointer;
}

.members:hover {
float:left;
background-image:url(images/members2.png);
background-position:top center;
background-repeat:no-repeat;
width:120px;
height:30px;
cursor:pointer;
}

.guests {
float:left;
background-image:url(images/guests1.png);
background-position:top center;
background-repeat:no-repeat;
width:120px;
height:30px;
cursor:pointer;
}

.guests:hover {
float:left;
background-image:url(images/guests2.png);
background-position:top center;
background-repeat:no-repeat;
width:120px;
height:30px;
cursor:pointer;
}

.linkright {
float:left;
background-image:url(images/linkright.jpg);
background-position:top center;
background-repeat:no-repeat;
width:330px;
height:30px;
}

.welcome {
float:left;
background-image:url(images/welcome.jpg);
background-position:top center;
background-repeat:no-repeat;
width:900px;
height:56px;
}

.body {
float:left;
background-image:url(images/body.jpg);
background-position:top center;
background-repeat:no-repeat;
width:900px;
height:315px;
}

.bodytext {
	float:left;
	font-family:Verdana, Geneva, sans-serif;
	font-size:13px;
	width:720px;
	margin-left:90px;
	margin-right:90px;
	line-height:20px;
}

.footertext {
	float:left;
	font-family:Verdana, Geneva, sans-serif;
	font-size:9px;
	color:#999;
	text-align:center;
	width:720px;
	margin-top:70px;
	margin-left:90px;
	margin-right:90px;
}