
	body {
	background: #da6f1b url(images/body_bg.png) repeat-x;
	margin: 0;
	padding: 0;
	font: 62.5% Georgia, Garamond, Times, 'Times New Roman', serif;
	}
	
	a {
	color: #006699;
	text-decoration: none;
	}
	
	a:hover {
	color: #da6f1a;
	}
	
	.current_page_item a, .current_page_parent a, #meny .current_page_parent ul .current_page_item a {
	color: #99cccc;
	}
	
	#topbg {
	width: 100%;
	background: url(images/top_bg.png) no-repeat 50% 0%;
	height: 219px;
	}
	
	#top {
	width: 872px;
	margin: 0 auto;
	padding: 14px;
	}
	
	#top img {
	float: right;
	}
	
	#top p {
	margin: 0;
	}
	
	#logo {
	width: 246px;
	height: 146px;
	background: #86bdd0 url(images/logo_bg.jpg) no-repeat;
	padding: 25px 20px 20px 20px;
	font-size: 1.2em;
	line-height: 1.7em;
	color: #663300;
	}
	
	#kroppbg {
	background: url(images/content_bg.jpg) repeat-y 50% 0%;
	}

	#kropp {
	background: url(images/content_top_bg.jpg) no-repeat 50% 0%;
	min-height: 400px;
	padding: 1px;
	}
	
	#bottom {
	background: url(images/content_bottom_bg.jpg) no-repeat 50% 0%;
	min-height: 50px;
	padding-top: 25px;
	}
	
	address {
	font-family: Arial, Helvetica, sans-serif;
	width: 870px;
	margin: 0 auto;
	color: #fff;
	font-style: normal;
	}
	
	address a {
	color: #fff;
	text-decoration: none;
	}
	
	#main {
	width: 900px;
	margin: auto;
	}
	
	#sidebar {
	float: left;
	position: static;
	width: 137px;
	padding: 0 30px;
	margin-top: -2em;
	}
	
	#sidebar p {
	font-size: 1.4em;
	}
	
	#meny {
	margin-top: 2em;
	list-style-type: none;
	margin-left: 0;
	padding-left: 0;
	font-size: 1.4em;
	}
	
	#meny li {
	padding: 8px 0;
	background: url(images/meny_hr.png) repeat-x bottom;
	}
	
	#meny ul {
	display: none;
	}

	#meny .current_page_item {
	background: none;
	}

	#meny .current_page_item ul, #meny .current_page_parent ul {
	margin-top: 8px;
	background: url(images/meny_hr.png) repeat-x top;
	display: block;
	margin-left: 0;
	padding-left: 0;
	list-style-type: none;
	}
	
	#meny .current_page_item ul li,  #meny .current_page_parent ul li {
	padding-left: 12px;
	}
	
	#meny .current_page_item ul a,  #meny .current_page_parent ul a {
	color: #669999;
	}

	#meny .current_page_item ul a:hover,  #meny .current_page_parent ul a:hover {
	color: #da6f1a;
	}

	#meny .current_page_item ul a:before,  #meny .current_page_parent ul a:before {
	color: #669999;
	content: '\00BB ';
	}
	
	
	#content {
	margin: 2em 33px 2em 243px;
	}
	
	#content p, #content ul, #content ol {
	font-size: 1.4em;
	line-height: 1.5em;
	}
	
	#content h2 {
	color: #663300;
	font-size: 1.8em;
	}
	
	#main hr {
	clear: both;
	color: #fff;
	border: 1px solid #fff;
	width: 1px
	}


	
	
	
/* Begin Images */

#content img {
	border: 1px solid #e4e4df;
	padding: 7px;
	background: #fff;
}

p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}
	
.aligncenter {
	margin: auto;
}
/* End Images */



	.wp-caption {
	padding: 5px;
	font-size: 1em;
	font-family: Times, serif;
	font-style: italic;
	}
	

/* Captions */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	text-align: center;
	padding-top: 4px;
	margin: 10px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}
/* End captions */
