div.shell { width : 720px; } 

div.header { 
	border-bottom : 1px solid black;
	margin-bottom : 15px;
	}

div.content {
	float : right;
	width : 553px;
	}

div.nav { width : 164px; }
div.nav ul { 
	margin : 0px;
	list-style : none;
	}
div.nav ul li { padding-bottom : 5px; }

div.footer { 
	clear : both; 
	text-align : right; 
	border-top : 1px solid black;
	margin-top : 20px;
	}
