body {
	background:url("images/bg.png") repeat-x #b90a11;
	font-family:Verdana, Tahoma;
	font-size:.8em;
}

a img {
	border: none;
}
#wrapper {
	width:1041px;
	margin:0 auto;
}
#innerwrapper {
	width:865px;
	float:left;
}
#header {
	height:229px;
	background:url("images/header.png") no-repeat;
}
#nav {
	height:31px;
	position:absolute;
	margin-top:195px;
	width:865px;
}
#nav ul {
	background:url("images/meny.png") no-repeat;
	height:31px;
	list-style-type:none;
	padding:0;
	margin:0;
}
#nav ul li {
	float:left;
}
#nav ul li a {
	display:block;
	height:23px;
	padding:8px 10px 0 10px;
	border-right:1px solid #ffffff;
	text-decoration:none;
	font-size:11px;
}
#nav ul li:first-child a {
	border-left:1px solid #ffffff;
	margin-left:29px;
}
#nav ul li a:link, #nav ul li a:visited {
	color:#ffffff;
}
#nav ul li a:hover, #nav ul li a:active {
	color:#b90a11;
}

#contents {
	min-height:200px;
	background:#ffffff;
	padding:0 10px 0 10px;
}
#contents_top {
	height:8px;
	margin-top:6px;
	background:url("images/contents_top.png") no-repeat;
}
#contents_bottom {
	height:8px;
	background:url("images/contents_bottom.png") no-repeat;
}
#rightcol {
	margin-left:6px;
	float:left;
	width:170px;
}
#ad {
	background:#ffffff;
}
#ad_top {
	height:7px;
	background:url("images/ad_top.png") no-repeat;
}
#ad_bottom {
	height:8px;
	background:url("images/ad_bottom.png") no-repeat;
}



#contents p {
	margin:0;
	padding-bottom:10px;
}
#bigBox {
	height:184px;
	width:824px;
	padding:20px 0 0 20px;
	margin:0 0 15px 0;
	color:#ffffff;
}
#bigBox h1 {
	margin:0;
	font-size:62px;
	padding-bottom:10px;
	font-weight:normal;
}
#bigBox p {
	font-size:1.2em;
}
.smallBox {
	width:270px;
	float:left;
	margin:0 5px 0 6px;
}
.smallBox h2 {
	margin:0;
	font-size:1.2em;
	padding-left:2px;
	color:#ffffff;
	background:#000000;
}
.smallBox   a:link, .smallBox  a:visited{
	text-decoration:none;
	color:#000000;
}
.smallBox a:hover, .smallBox a:active {
	color:#b90a11;
}
.smallBox p {
	padding:0 0 0 0px;;
	font-size:.9em;
}
.center {
	text-align:center;
}
.clear {
	clear:both;
}
