/* CSS Document */
body {
	background-color: #000000;
}
#Table_01 {
	position:absolute;	
	top:20px;
	width:800px;
	height:600px;
	margin-left:-400px;
	margin-right: auto;
	left: 50%;
	background-color:#000000
}

#menu {
	width:727px;
	height:38px;
	background:url(images/menu.gif)
}

#mainMenu ul {
	position:absolute;
	left: 450px;
	margin: 0px;
	padding: 0px;
	display: inline;
	list-style-type: none;
}

#mainMenu li {
	margin: 10px 0px 0px 10px;
	padding: 0px;
	float: left;
}

#mainMenu a {
	margin: 0px;
	padding: 0px;
	color: #fff;
	font-weight: bold;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
}

#mainMenu a:hover {
	color:#999999
}

#header-image {
	width:727px;
	height:234px;
	background-image:url(images/header_image.jpg);
}

#middle-bar {
	width:727px;
	height:25px;
	background-image:url(images/middle_bar.gif);
}

#text-area {
	width:727px;
	height:235px;
	background:url(images/text_area.gif)
}
#port-text-area {
	width:727px;
	height:460px;
	background:url(images/text_area.gif)
}

#footer {
	width:727px;
	height:25px;
	background-image:url(images/footer.gif);
}
#footer p{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:7pt;
	font-weight:bold;
	color:#FFFFFF;
	padding-top:4px;
	padding-right:10px;
	margin:0px;
}

