body {
	color : #000000;
	font-family: "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
	font-size: 75%;
	background-image: url(images/index/background.jpg);
	background-repeat: repeat-x;
}
h1,h2,h3 {
	color: #336600;
}
a {
	color: #336600;
	text-decoration: none;
}
#container {
	width: 800px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-color: #FFFFFF;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: solid;
	border-right-style: outset;
	border-bottom-style: outset;
	border-left-style: solid;
	border-top-color: #336600;
	border-right-color: #336600;
	border-bottom-color: #336600;
	border-left-color: #336600;
}
#top {
	height: 160px;
}
#huvudmeny {
	text-align: center;
	padding: 10px;
}
.main {
	float: left;
	width: 550px;
	margin-left: 10px;
	padding-top: 10px;
	padding-right: 15px;
	padding-bottom: 10px;
	padding-left: 15px;
}
.left {
	float: left;
	width: 170px;
	padding-top: 10px;
	padding-right: 15px;
	padding-bottom: 10px;
	padding-left: 20px;
}


#footer {
	height: 40px;
	text-align: center;
	vertical-align: middle;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #336600;
	padding-top: 20px;
}
