* {
	margin: 0;
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	}
body {
	background: #000;
	}
#container {
	width: 872px;
	height:808px;
	margin-left: auto;
	margin-right: auto;
	background-image:url(layout/bg_inne.gif);
	background-repeat:no-repeat;
	padding:0px 26px 26px 26px;
	}
	#container #header{
		height: 104px;
		width:825px;
		background-image:url(layout/logga.gif);
		background-repeat:no-repeat;
		}
		#container #header #navigation {
			padding: 10px;
			float:right;
			margin-top:48px;
			}
			#container #header #navigation ul {
				list-style-type: none;
				}
				#container #header #navigation ul li {
					display: inline;
					}
					#container #header #navigation ul li a {
						display: inline;
						padding: 10px;
						font-weight: bold;
						color: #000;
						font-size:12px;
						text-decoration: none;
						}
						#container #header #navigation ul li a:hover {
							color:#933;
							}
						#container #header #navigation ul li a.active {
							color:#933;
							}
		#container #headimg{
			height: 311px;
			width:825px;
			}
	#container #content {
		background-image:url(layout/bg_main.gif);
		background-repeat:repeat-y;
		width:825px;
		margin-top:20px;
		}
		#container #content #left {
			width: 520px;
			float: left;
			padding-left:30px;
			}
		#container #content #right {
			width: 215px;
			float: right;
			margin-right:20px;
			}
		#container #content #full {
			height:1px;
			white-space:300px;
			clear: both;
			}
	#container #footer {
		clear: both;
		width:825px;
		height:20px;
		}
h1{
	color:#933;
	font-size:14px;
	margin-bottom:25px;
	}
p{
	margin-bottom:20px;
	line-height:20px;
	}
ul.start{
	display:inline;
	list-style-type:square;
	list-style:inside;
	margin-bottom:20px;
	margin-top:10px;
	}
	ul.start li{
		display:block;
		padding-bottom:5px;
		padding-left:20px;
		}
a.mail{
	color:#000;
	text-decoration:none;
	}
	a.mail:hover{
	text-decoration:underline;
	}
a.link{
	color:#000;
	text-decoration:none;
	font-weight:bold;
	}
	a.link:hover{
	text-decoration:underline;
	}
img.lank{
	border:none;
	float:left;
	margin:10px;
	}