@charset "utf-8";
/* CSS Document */

body, html {
	width: 100%;
	height: 100%;
	background: #000 url(../../images/bg.jpg) repeat-x;
	margin: 0;
	padding: 0;
	color: #fff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

img {
	border: none;
}

/*
*	Container
*/

#container {
	width: 920px;
	min-height: 315px;
	margin: auto;
	background: url(../../images/contentbg.png) !important;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="images/contentbg.png", sizingMethod='scale');

}

/*
*	Header
*/

#header {
	width: 900px;
	height: 298px;
	margin: auto;
	background: #000 url(../../images/header.jpg) no-repeat;
}

/*
*	Navigation
*/

#nav-bar {
	width: 900px;
	height: 19px;
	margin: auto;
	background: url(../../images/nav.jpg) repeat-x;
	text-align: center;
}

#nav {
	width: 200px;
	height: 19px;
	margin: auto;
	text-align: center;
	line-height: 19px;
}

/*
*	Content
*/

#content {
	background: #000;
	width: 900px;
	height: auto;
	padding-top: 20px;
	padding-bottom: 10px;
	margin: auto;
}

.banner {
	width: 488px;
	height: 90px;
	margin: auto;
}

.banner2 {
	width: 488px;
	height: 99px;
	margin: auto;
}

.top-banner {
	width: 389px;
	height: 84px;
	margin-bottom: 22px;
	text-align: center;
}

.blocks {
	width: 389px;
	height: 491px;
	margin: auto;
	background: url(../../images/gallery_blocks/gallery_blocks.jpg);
}

.extra-blocks {
	width: 389px;
	height: 87px;
	margin: auto;
	padding-top: 13px;
	background: url(../../images/gallery_blocks/blocks_extra.jpg);
}

.content_blocks {
	width: 490px;
	height: 580px;
	margin-left: 257px;
	background: url(../../images/content_blocks.jpg) no-repeat;
}

.thumb-row {
	width: 382px;
	height: 82px;
	margin-left: 4px;
	margin-bottom: 18px;
}

.thumb {
	width: 82px;
	height: 82px;
	margin: 0 18px 0 0px;
	float: left;
}

.last-thumb {
	width: 82px;
	height: 82px;
	float: left;
}

/*
*	Links
*/

a {
	color: #fff;
	text-decoration: none;
	outline: none;
}

a:hover {
	color: #006600;
	text-decoration: none;
}

/*
*	Tekst
*/

H1 {
	margin: 0 0 5px 0;
	padding: 0;
	font-size: 12px;
	color: #006600;
}

p {
	margin: 0;
	padding: 0;
	font-size: 10px;
}