html,body {
	margin:0;
	padding:0;
	height:100%;
	font-family:arial,sans-serif;
	font-size:small;
	color:#666;
}
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 */
}

div#content {
	padding-bottom:50px; /* bottom padding for footer */
	height:100%; /* IE6: treaded as min-height*/
	min-height:100%; /* other browsers */
}
div#content p {
	text-align:justify;
	padding:0px;
}

div#footer {
	position:absolute;
	width:790px;
	bottom:0; /* stick to bottom */
	clear:both;
	padding:0px;
}
div#footer p {
	margin:0;
	padding-left:10px;
	padding-bottom:5px;
}
div#Navigation  
{   float:right;
    margin-top:20px;
    width:230px;
    }
