﻿  /* CSS layout */
body {
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: .8em;
	margin: 0;
	padding: 0;
	background-color: #D2D3D5
}
#wrapper {
	width: 800px;
	min-height: 600px;
	background-repeat: no-repeat;
	background-color: #DCDDDE;
	margin-left:auto;
	margin-right:auto;
}

#masthead {
	height:100px;
}
#top_nav {
}

#container {
	width: 600px;
	background-repeat: no-repeat;
	position:relative;
}

#left_col {
	width: 200px;
	position: absolute;
	left:0px;
}

#page_content {
	margin-left: 200px;
	width:600px;
}

#footer {
	clear: both;
	background-color: #DCDDDE;
	width:600px;
	margin-left:200px;
}
#skulptris {
	/*margin-left:200px;
	margin-right:-200px;*/
	margin-top:20px;
}


#bilder img {
	margin: 0 20px 20px 0;
	border:0px;
}
a {
	text-decoration:none;
	color:black;
}
a:hover {
	text-decoration:none;
	color:olive;
}
#left_col li {
	list-style-type:none;
	margin-bottom:30px;
}

.style1 {
	text-align: center;
}
.style3 {
	margin-left: 0px;
	margin-top: 0px;
}
h3 {
	font-size:1.2em;
}
.style4 {
	font-size: 1.2em;
}
.style5 {
	font-size: 1.4em;
}
.style6 {
	font-size: 1em;
}

