.topBar {
	position: absolute;
	top: 0px;
	left: 0px;
	background-color: white;
	height: 30px;
	border: 1px;
}
.contentBar {
	background : blue url("http://wordtrainer.markuspage.com/images/blpaper.jpg");
	left : 0px;
	top : 35px;
	width : 155px;
	position : absolute;
	height : 100%;
}

.mainBar {
	position : absolute;
	top : 35px;
	left : 155px;
	background : white;
	margin : 5px;
	width: 600px;
}

.ctnLink { text-decoration: none; color: white; }
.ctnLink:hover { font-weight: bold; }

.rightBar {
	position: absolute;
	top: 40px;
	left: 775px;
	width: 160px;
}