html,body	{margin:0; 
	         padding:0;
}

div#wrapper	{float:right;
		 width:100%;
		 margin-left:-200px;
}

div#container {  width:790px;
		 margin:0 auto;
		 text-align:justify;
		 background:#ccccff
}

div#content	{margin-left:200px;
}

div#content p	{line-height:1.4;
}

div#header	{position:relative;
}

div#header h1	{height:45px;
		 line-height:45px;
		 margin:0;
		 padding-left:10px;
		 background: #EEE;
		 color: #300;
}

div#header a	{position:absolute;
		 right:0;
		 top:23px;}

div#navigation	{background:#ccccff;
}

div#navigation	{float:left;
		 width:200px;
}

div#extra	{float:left;
		 clear:left;
		 width:200px;
}

div#extra 	{background:#FF8539;
}

div#footer	{background: #300;
		 color: #FFF;
		 clear:both;
	         width:100%;
}

div#footer p	{margin:0;
		 padding:5px 10px;
		 text-align: center;
}






