body{
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
#topmenu{
	width: 790px;
	margin-right: -380px;
	position: absolute;
	top: 145px;
	right: 50%;
	z-index: 10;
}
#bottommenu{
	width: 790px;
	margin-right: -380px;
	position: absolute;
	top: 450px;
	right: 50%;
	z-index: 10;
}
#container{
	background-color: #FFFFFF;
	width: 100%;
	position:absolute;
	top:20px;
	left:0px;
	padding-top: 10px;
	z-index:5;
}

#mainbox{
	width: 800px;
}

#header{
	background-attachment: scroll;
	background-image: url(graphics/bk_header.png);
	background-repeat: no-repeat;
	background-position: center top;
	text-align: left;
	padding: 8px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
}

#body{
	background-attachment: scroll;
	background-image: url(graphics/bk_body.png);
	background-repeat: repeat-y;
	background-position: center center;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #333333;
	height: auto;
	margin: 0px;
	position:relative;
	padding-top: 2em;
	padding-right: 0px;
	padding-bottom: 2em;
	padding-left: 0px;
	z-index:1;
}

.mainmenu{
	text-align: right;
	float: right;
	padding-top: 1em;
	padding-right: 20px;
	padding-bottom: 1em;
}

.menutext{
	text-align: right;
	padding-right: 1em;
	padding-top: 1em;
	padding-bottom: 1em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 75%;
	color: #CCCCCC;
	position:relative;
	z-index:5;
}

.menutext a{
	color: #663399;
	text-decoration: none;
}

#footer{
	background-attachment: scroll;
	background-image: url(graphics/bk_footer.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	padding-top: 0px;
	background-color: #FFFFFF;
}

.leftfloat{
	float:left;
	text-align: left;
	padding-left: 55px;
	line-height:155%;
	font-size: 75%;
	padding-top: 20px;
	color: #999999;
}

.leftfloat a{
	color: #009900;
	text-decoration: none;
}
.rightfloat{
	text-align: right;
	font-size: 75%;
	padding-right: 20px;
	padding-top: 3em;
	color: #999999;
}

.rightfloat a{
	color: #999999;
	text-decoration: none;
	font-size: 85%;
}

.rightfloat a:hover{
	color: #666666;
	text-decoration: none;
	font-size: 85%;
}

.rightfloat2{
	float: right;
	text-align: right;
	font-size: 75%;
	padding-right: 20px;
	padding-top: 1em;
	width: 95%;
}
.maintext{
	position:absolute;
	text-align: left;
	width:325px;
	padding-left: 55px;
	line-height:200%;
	font-size: 80%;
	left:-50%;
	margin-left:0px;
}

html>body .maintext{
	position:absolute;
	text-align: left;
	width:325px;
	padding-left: 55px;
	line-height:200%;
	font-size: 80%;
	left:50%;
	margin-left:-400px;
}

.copyright{
	font-size: 65%;
	padding-bottom: 20px;
	
}

.pagehtml{
	position: absolute;
	width: 600px;
	left: 50%;
	margin-left:-300px;
	top: 20px;
	display: block;
	overflow: hidden;
	height: 400px;
	z-index:1;
}

#largeflash {
	position:relative;
	height: 270px;
	overflow: hidden;
	clip: rect(auto,auto,130px,auto);
	z-index:1;
}

#privacy{
	overflow: auto;
	position: relative;
	height: 270px;
	width: 700px;
	padding-right: 1em;
	padding-left: 1em;
}

#comments{
	overflow: auto;
	position: relative;
	height: 270px;
	width: 800px;
	padding-right: 0px;
	padding-left: 0px;
	background-image: url(/graphics/contact_bk.png);
	background-attachment: scroll;
	background-repeat: no-repeat;
	background-position: right center;
}

#login{
	overflow: auto;
	position: relative;
	height: 270px;
	background-attachment: scroll;
	background-image: url(graphics/login_bk.png);
	background-repeat: no-repeat;
	background-position: right center;
	color: #EEEEEE;
}