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

body {
	background-image:url(../images/bg.jpg);
	background-repeat:repeat;
}

#header{
	background-color:#666666;
	position:relative;
	display:block;
	height:86px;
	width:740px;
	z-index:2;

}

#footer{
	background-color:#414141;
	position:relative;
	display:block;
	height:20px;
	width:720px;
	padding:10px;
	color:#999999;
	font-family:helvetica, arial, sans serif;
	font-size:11px;

}

#menu{
	background-color:none;
	position:absolute;
	bottom:0px;
	left:0px;
	height:22px;
	width:740px;
	text-align:right;
	padding-top:4px;
	z-index:3;
	
}

#buttonholder{
	height:16px;
	width:80px;
	background-color:none;
	position:relative;
	float:right;
	border-left:solid 1px grey;
	text-align:center;
	z-index:3;

}

#menu2 {
	height:14px;
	width:auto;
	position:relative;
	background-color:none;
	z-index:30;
	text-align:center;

}

#flashholder{
z-index:1;
height:494px;
width:740px;
background-color:#000000;
display:block;


}

.bodytext {
color:#999999;
font-family:helvetica, arial, sans serif;
font-size:11px;


}
