body 
{
	background-color:Yellow;
	margin:5px; 
	padding:0;
	height:100%; /* this is the key! */ 
	font-family:Arial;
} 

.topBar
{
	background-color:Black;
	padding-left:10px;
	padding-right:10px;
	padding-top:2px;
}

.tableHeader
{
	background-color:Black;
	color:White;
	height:25px;
}

.tableHeader a:link
{
	color:White;
}

.tableHeader a:visited
{
	color:White;
}

.languageBar
{
	float:right;
}

.searchBar
{
	float:right;
}

.navbar 
{
	position:absolute;
	left:0px;
	width:130px;
	height:100%; /* works only if parent container is assigned a height value */ 
	float:left;
	padding-left:10px;
	padding-right:10px;
} 

.content
{
	position:relative;
	top:0px;
	margin-left:150px;
	margin-top:5px;
}

.bottom
{
	position:relative;
}

.adverts-long
{
	float:right;
	height:60px;
	width:468px;
}

.adverts-tall
{
	float:left;
	height:240px;
	width:120px;
}

.imageleft
{
	float:left;
	border-style:ridge;
	margin-right:5px;
	margin-bottom:5px;
}

.imageright
{
	float:right;
	border-style:ridge;
	margin-right:5px;
	margin-bottom:5px;
}

.sampleImage
{
	height:105px;
	margin:10px;
}

.imgLarge
{
	margin:10px;
	border:black thin solid;
	float:left;
}

.loginLink
{
	font-size:0.5em;
	text-align:center;
}