/*Navigation*/
div.navigationleft
{
	float:left;
	width:20%;
	background-color:#333333;
	overflow:hidden;
}

/*Content area*/
div.contentright
{
	float:right;
	width:80%;
	overflow:hidden;
}

div.navigationleft, div.contentright
{
	padding-bottom:32767px; 
	margin-bottom:-32767px;
}