body{
	margin:0;
	padding:0;
	line-height: 1.1em;
	background: #3A6285 url(layout/body_bg.jpg) repeat-x;
	font-size: 14px;
	font-family: "Baskerville Old Face", "Times New Roman", Arial, Times, serif;
}
a:link, a:visited { color: #ffffff; text-decoration: none;} 
a:active, a:hover { color: #ffffff; text-decoration: none;}

h1 {
	font-size: 18px;
	color: #ffffff;
	font-weight: bold;
	background:  url(layout/h1.jpg) no-repeat;
	height: 27px;
	padding-top: 40px;
	padding-left: 70px;
}

h2 {
	font-size: 13px;
	font-weight: bold;
	color: #fff;
	height: 22px;
	padding-top: 3px;
	padding-left: 5px;
	background:  url(layout/h2.jpg) no-repeat;
}
h3 {
	font-size: 24px;
	font-weight: bold;
	color: #fff;
	padding-top: 4px;
}

#maincontainer{
	width: 900px;
	margin: 0 auto; 
	float: left;
	background:  url(layout/content_bg.jpg) repeat-y;
}

#topsection{
	background:  url(layout/header.jpg) no-repeat;
	height: 183px; 
}

#title{
	margin: 0;
	padding-top: 50px;
	padding-left: 50px;
	color: #FFFFFF;
	font-size: 20px;
	font-weight: bold;
}

#slogan {
	margin-top: 10px;
	padding-left: 50px;
	height: 60px;
	font-size: 20px;
	font-weight: bold;
	color: #ffffff;
}

#left_column {
	float: left;
	width: 229px;
}
#menu_top {
	float: left;
	height: 33px;
	width: 229px;
	background:  url(layout/menu_top.jpg) no-repeat;
}
#right_column {
	float: right;
	width: 651px;
	padding-right: 20px;
}
#kullar {
	float: left;
	padding: 0px 10px 0px 40px;
	width: 280px;
	border-right: solid 1px #ffffff;
}
#nytt {
	float: right;
	padding: 0px 30px 30px 0px;
	width: 262px;
	background:  url(layout/form-bg.jpg) repeat-y;
}

.sarch_mid {
	margin: 0px;
	padding-left: 10px;
	padding-top: 10px;
}
.nytt_bot {
	background:  url(layout/search_bot.jpg) no-repeat;
	height: 11px;
}
#contact {
	width: 200px;
	height: 96px;
	background:  url(layout/contact.jpg) no-repeat;
	color: #fff;
	font-size: 13px;
	padding-left: 29px;
	padding-top: 2px;
}
#bot {
	float: left;
	height: 22px;
	width: 877px;
	background:  url(layout/footer.jpg) no-repeat;	
}
#footer{
	float: left;
	width: 100%;
	padding-top: 16px;
	height: 31px;
	color: #fff;
	text-align: center;
	background:  url(layout/footer_bg.jpg) repeat-x;
}
#footer a {
	color: #fff;
	font-weight: bold;
}
.menu {
	margin-top: 40px;
	width: 188px;
}
.menu li{
	list-style: none;
	height: 30px;
	display: block;
	background:  url(layout/menu_bg.jpg) no-repeat;
	font-weight: ;
	font-size: 14px;
	padding-left: 30px;
	padding-top: 7px;
}
.menu a {
	color: #fff;
	text-decoration: none;
}
.menu a:hover {
	color: #100E5A;
}

.innertube{
	margin: 40px;
	margin-top: 0;
	margin-bottom: 10px;
	text-align: justify;
	border-bottom: solid 1px #ffffff;
}

