/* CSS Document */
body {
	font-family: Lucida Sans, Trebuchet MS, Arial, san-serif;
	font-size: 12px;
	color: #ffffff;
	text-align: center;
	margin: 0px;
	padding: 0px;
	min-width:464px;
	background-color: #000;
}
a img {
	border: none;
}
.central {
	margin-right: auto;
	margin-left: auto;
	position: relative;
	width: 464px;
	text-align: left;
}
a:link {
	color: #00C6FF; 
	text-decoration: none;
}
a:visited {
	color: #00C6FF; 
	text-decoration: none;
}
a:hover {
	color: #fff; 
	text-decoration: none;
}
a:focus {
	color: #00C6FF; 
	text-decoration: none;
}
a:active {
	color: #00C6FF; 
	text-decoration: none;
}
p {
	margin: 5px 0 5px 0;
	float: left;
}
#header {
	background-image: url('images/banner.gif');
	width: 404px;
	padding: 0 30px 0 30px;
	background-repeat: no-repeat;
	height: 700px;
}
#content {
	background-image: url('images/bg_tile_v.gif');
	background-repeat: repeat-y;
	width: 464px;
	overflow: auto;
	}
#menu {
	height: 24px;
	float: left;
	margin-top: 70px;
}
.menubutton{
	text-transform:			lowercase;
	position:				relative;
	float:					left;
	text-align:				center;
	width:					60px;
	height:					19px;
	padding-right: 7px;
	padding-left: 7px;
	padding-top: 5px;
}
.menubutton:hover{
	background-image:		url('images/rollover.png');
	cursor:					pointer;
	color:					#ffffff;
	text-decoration:		none;
}
.download {
	height: 37px;
	width: 400px;
	background-image: url('images/download_bg_tile.gif');
	background-repeat: repeat-x;
	float: left;
	}
.style1 {
font-size: 10px;
}
.style2 {font-size: 10px; color: #b1b1b1; }
#footer {
	height: 23px;
	width: 464px;
	background-image: url('images/footer_bg.gif');
	background-repeat: repeat-x;
	}
