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

body {
	background-color: #000;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}

#global {
	width:900px ; 
	margin: 4px auto 
}

#header{
	background-image:url(../header.jpg);
	background-repeat: no-repeat;
	width: 900px;
	height: 504px;
	float: left;
	text-align: left;
	padding: 0px;
	margin: 0px 0px 0px 0px;
}

#navigation {
	background-color: #000;
	float: left;
	width: 900px;
	height: 80px;
	color: #fff;
	text-align: center;
	font-size: 18px;
}

#navigation ul {
	margin: 0px;
	padding-top: 30px;
	list-style: none;
}

#navigation li {
	display: inline;
	padding-right: 15px;
}

#navigation a {
	color: #FFF;
	text-decoration: none;
	font-weight: bold;
}

#navigation a:hover {
	text-decoration: underline;
}

#footer {
	background-color: #000;
    margin: 0px 0px 0px 0px;	
	height: 50px;
	clear: both;
}

#footer p {
	margin: 0;
	padding: 15px 0 0 0;
	text-align: center;
	font-size: 10px;
	color: #FFF;
}

#footer a {
	color: #9C0;
	text-decoration: none;
}

#footer a:hover {
	text-decoration: underline;
}



