body  {
	font: 100% "Comic Sans MS", Verdana, Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	background: url("img/bg.gif") top left repeat;
	text-align: center;
	color: #4c4c4c;
	font-size: 14px;
}

#container { 
	width: 770px;
	margin-top: 0;
	padding: 0;
}  

img {
	border: none;
}

#header { 
	background: url("img/header.jpg") top left no-repeat;
	height: 183px;
	width: 770px;
	margin: 0;
	padding: 0;
} 

#sidebar1 {
	float: left; 
	width: 210px;
	height: 817px;
	background: url("img/left_side.png") top left no-repeat;
}

#sidebar2 {
	float: right; 
	width: 240px;
	height: 817px;
	background: url("img/right_side.png") top left no-repeat;
}

#meny {
	width: 770px;
	height: 68px;
}

#main_txt {
	background: url("img/main_bck.png") top left no-repeat;
	height: 593px;
	width: 770px;
}

#txt {
	margin: 0 50px 0 30px;
	padding-top: 50px;
	height: 410px;
	overflow: auto;
}

#mainContent {
} 

#footer {
	background: url("img/footer.png") top left no-repeat;
	height: 156px;
	width: 770px;
} 

#footer p {
	float: right;
	width: 270px;
	font-size: 12px;
	font-family: Verdana, Geneva, sans-serif;
}

#footer a {
	color: #333;
	text-decoration: none;
	font-family: Verdana, Geneva, sans-serif;
}

.clearfloat {
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
