/* @override http://dev.ztorm.no/ragnar/ztorm_svn/www/newpublic_style/style_00123/css/style.css */

html, body {
	margin: 0;
	padding: 0;
	height: 100%;
}

body {
	background: #000000 url(../gfx/bg.jpg) top center no-repeat;
	color: #ffffff;
	font-size: 62.5%;
	font-family: Verdana, Arial;
}


a {
	color: #ff6600;
}

a:hover {
	color: #000000;
	background: #ff6600;
}

a.fancybox, #fancy_inner a {
	background: transparent;
}

/* @group structure setup */

#wrapper {
	width: 960px;
	margin: 0 auto;
	padding: 0;
}

#container {
	width: 100%;
	margin: 20px auto;
	padding: 0;
}

.colleft {
	display: none;
}

#colright {
	float:right;
	height:200px;
	width:330px;
}

#content {
	width: 600px;
}

/* @end */


/* @group header */



#header {
	margin-top: 30px;
	height: 110px;
}

#header .box_header  {
	margin-top: 0px;
}


#header .box_header .right a {
	display: block;
	height: 26px;
	width: 182px;
	background: url(../gfx/gf_button.jpg) no-repeat;
	color: #ffffff;
	font-style: italic;
	font-weight: bold;
	font-size: 14px;
	text-decoration: none;
	padding-top: 6px;
	padding-left: 8px;
	margin-top: 28px;
}

/* @end */


.content_leftcol {
	float: left;
	width: 600px;
}

.content_rightcol {
	float: right;
	width: 300px;
}

.gfbox {
	margin-bottom: 40px;
}

.gfbox_header {
	background: url(../gfx/title_bg.png) repeat;
	height: 60px;
}

.content_leftcol, .gfbox_header {
	margin-bottom: 10px;
}

.gfbox_header .gfbox_title {
	font-size: 36px;
	text-transform: uppercase;
	padding: 10px;
}



.section .section_title a {
	color: #ff6600;
	font-size: 18px;
	text-decoration: none;
}


.section .section_title a:hover {
	background: transparent;
	color: #ffffff;
}



.section .section_content {
	margin-top: 10px;
}



.section .section_content.pictures .pic_head {	
}


.section .section_content.pictures .pic_head a img {
	width: 600px;
	height: 240px;
}

.section .section_content.pictures .pic_sub {
	display: block;
	width: 142.5px;
	height: 95px;
	float: left;
	margin: 10px 0 0 10px;
}


.section .section_content.pictures .pic_sub:hover {
	text-decoration: none;
	border: 0px solid;
	background: transparent;
}

.section .section_content.pictures .pic_sub.first {
	margin-left: 0px;
}

.section .section_content.pictures .pic_sub img {
	width: 142.5px;
	height: 95px;
}