* {
    padding: 0;
    margin: 0;
} 

body {
	background: #000;
	font-family:"Times New Roman", Times, serif;
	line-height: 18px;
	color: #000;
}

img { border: none; }
a {color:#000099; text-decoration: none;}
a:hover { text-decoration: none; color:#666666; }

#wrap {
margin: 10px auto 0px auto;
width: 955px;
}

.right {
	/*margin-top: 10px;*/
width: 175px;
	float: right;
	border: 5px solid #222;
	padding: 10px;
	background: #CCCCCC;
	height: 409px;
}

.left {
	/*margin-top: 10px;*/
width: 175px;
	float: left;
	border: 5px solid #222;
	font-size: 12px;
	padding: 10px;
	background: #CCCCCC;
	height: 409px;
}

.center {
	/*margin-top: 10px;*/
margin-left:auto;
	margin-right:auto;
	width: 520px;
	border: 5px solid #222;
	background: #CCCCCC;
}
.center h2 {
color:#000000;
font-size: 22px;
font-weight: 100;
padding : 15px 0 10px 0;
text-align:center;
}

.tekst {
font-size:14px;
text-align:justify;
margin:5px;
font-weight:bold
}

#foot {
text-align: center;
color: #eee;
font-size: 14px;
border: 5px solid #222;
padding: 5px;
background: #333;
}
#foot h2 {
text-align:left;
color:#FFFFFF;
font-size: 22px;
font-weight: 100;
}

#footer {
margin-top: 10px;
text-align: center;
color: #eee;
font-size: 13px;
border: 5px solid #222;
padding: 10px;
background: #333;
}

