* {
	margin: 0;
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	}
body {
	background-image:url(layout/bg.gif);
	}
#container {
	width: 836px;
	margin-left: auto;
	margin-right: auto;
	margin-top:20px;
	}
	#container #header {
		background-image:url(layout/head.gif);
		background-repeat:no-repeat;
		height: 91px;
		}
	#container #content {
		background-image:url(layout/mellan.gif);
		background-repeat:repeat-y;
		}
		#container #overimg {
		}
		#container #navigation {
		}
		#container #content #left {
			width: 400px;
			margin-left:60px;
			padding-top:50px;
			float: left;
			}
		#container #content #right {
			width: 300px;
			margin-right:40px;
			padding-top:50px;
			float: right;
			}
		#container #content #full {
			width: 480px;
			margin-left:20px;
			clear: both;
			height:1px;
			}
	#container #footer {
		clear: both;
		height:112px;
		background-image:url(layout/foot.gif);
		background-repeat:no-repeat;
		}
h1{
	font-size:14px;
	margin-bottom:15px;
	}
p{
	margin-bottom:10px;
	}
a{
	color:#666;
	text-decoration:none;
	}
	a:hover{
		color:#F90;
		text-decoration:underline;
		}
img.small{
	margin:5px;}
