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


body {
	margin: 0;
	padding: 0;
	text-align: center;
	background-color: #000;
}



A:link {text-decoration: none; color:#FFFFFF;}
A:visited {text-decoration: none;; color:#FFFFFF}
A:active {text-decoration: none; color:#CCC;}
A:hover {text-decoration: none;color:#CCC;}



#page{
	width:100%;
	height:1000;
	background-image:url(background.jpg);
}

#container {
text-align: left;
width: 900px;
height:950px;
}
#headerTop {
width: 900px;
height: 152px;
}
#headerBottom {
width: 895px;
height: 48px;
background-image:url(headerBottom.jpg);
padding-left:5px;
}
#headerLeft {
width: 550px;
float:left;
text-align:left;
}
#headerRight {
width: 320px;
float:right;
text-align:right;
}
#leftbar {
float: left;
width: 175px;
height: 750px;
background: black;
padding-left:5px;
padding-top:5px;
background-color:#666;
}
#centralbarHome {
float: left;
width: 545px;
height: 670px;
padding-left:5px;
padding-top:5px;
background-color:black;
}
#centralbar {
float: right;
width: 715px;
height: 670px;
padding-left:5px;
padding-top:5px;
background-color:black;
}
#rightbar {
float: left;
width: 165px;
height: 670px;
background-color:black;
padding-left:5px;
padding-top:5px;
}
#footer{
	height:80px;
	float:right;
	width:720px;
	background-color:black;
	text-align:center;
}
  body,td,th {
	color: #FFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	background-color:black;
}
td{
	text-align:center;
}