#container {
	background-color: #FFFFFF;
	margin-right: auto;
	margin-left: auto;
	width: 800px;
	margin-top: 50px;
}

#logoLayer {
	background-image: url(logga.gif);
}
#linkLayer {
	background-color: #FFFFFF;
	height: 35px;
	width: 798px;
	border-top: thin dashed #999999;
	border-right: thin dashed #999999;
	border-bottom: thin none #999999;
	border-left: thin dashed #999999;
}
#mainLayer {
	background-color: #FFFFFF;
	width: 768px;
	border-top: thin none #999999;
	border-right: thin dashed #999999;
	border-bottom: thin dashed #999999;
	border-left: thin dashed #999999;
	padding-bottom:15px;
	padding-left:15px;
	padding-right:15px;
	padding-top:5px;
}.lesson {
	border-bottom-width: medium;
	border-bottom-style: solid;
	border-bottom-color: #666666;
}
