html,body {
	margin:0;
	padding:0;
	height:100%;
	font-family:arial,sans-serif;
	font-size:medium;
	color:#666;
	background-color:#000000;
}
div#container {
	position:relative; /* needed for footer positioning*/
	margin:0 auto; /* center, not in IE5 */
	width:800px;
	height:auto !important; /* other browsers */
	height:100%; /* IE6: treaded as min-height*/
	min-height:100%; /* other browsers */
	background-color:#000000;
}

div#content {
	padding-bottom:50px; /* bottom padding for footer */
	height:100%; /* IE6: treaded as min-height*/
	min-height:100%; /* other browsers */
	background-color:#000000;
}
div#content p {
	text-align:justify;
	padding:0px;
	background-color:#000000;
	}

div#header
{
	clear: both;
	padding: 0px;
	font-weight: bold;
	font-size: medium;
	text-transform: uppercase;
	color: white;
	font-family: Arial;
		background-color:#000000;
}


div#footer {
	position:absolute;
	width:0px;
	bottom:0; /* stick to bottom */
	clear:both;
	padding:0px;
		background-color:#000000;
}
div#footer p {
	margin:0;
	padding-left:10px;
	padding-bottom:5px;
		background-color:#000000;
}
div#Navigation  
{   float: none;
    margin-top:20px;
    width:230px;
    	background-color:#000000;
}