#galleryContainer
	{
	display: none;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	background-color: rgba(0,0,0,0.9);
	z-index: 800;
	text-align: center;
	}
	
#galleryWrapper
	{
	position: relative;
	width: 830px;
	height: 614px;
	margin: 0px auto 0px auto;
	background-color: #333333;
	-moz-box-shadow: 2px 2px 5px rgba(0,0,0,0.5);
	-webkit-box-shadow: 2px 2px 10px rgba(0,0,0,0.5);
	box-shadow: 2px 2px 5px rgba(0,0,0,0.5);
	z-index: 900;
	}
	
#galleryFrame
	{
	position: relative;
	width: 100%;
	height: 100%;
	}
	
#flashContent
	{
	width:100%;
	height:100%;
	}
	
a.closeGallery
	{
	position: absolute;
	top: -9px;
	right: -9px;
	width: 22px;
	height: 22px;
	z-index: 999;
	}
	
a.closeGallery img
	{
	width: 100%;
	height: 100%;
	}

#mainContainer
	{
	position: relative;
	margin-top: 20px;
	margin-left: auto;
	margin-right: auto;
	width: 840px;
	height: auto;
	min-height: 100%
	background-color: transparent;
	text-align: left;
	z-index: 1;
	}

#menuContainer
	{
	position: absolute;
	left: 0px;
	top: 0px;
	width: 230px;
	height: auto;
	background-color: transparent;
	font-family: "lucida grande", "trebuchet ms", georgia, times, serif;
	font-size: 12px;
	font-weight: normal;
	line-height: 20px;
	color: #000000;
	text-align: left;
	z-index: 2;
	}
	
#menuContainer h1
	{
	font-family: Georgia, Times, "Times New Roman", Verdana, Arial, Helvetica;
	font-size: 24px;
	font-weight: normal;
	margin-bottom: 30px;
	color: #b81b0f;
	}
	
#menuContainer h1 a
	{
	color: #b81b0f;
	text-decoration: none;
	}
	
#menuContainer h1 a:hover
	{
	color: #b81b0f;
	text-decoration: underline;
	}
	
#menuContainer h1 a:active
	{
	color: #b81b0f;
	text-decoration: none;
	}
	
#menuContainer h1 a:visited
	{
	color: #b81b0f;
	}
	
#menuContainer h2
	{
	font-family: "lucida grande", "trebuchet ms", georgia, times, serif;
	font-size: 12px;
	font-weight: bold;
	margin-bottom: -1px;
	color: #000000;
	text-transform: uppercase;
	letter-spacing: 1px;
	margin-bottom: 3px;
	}
	
#menuContainer ul
	{
	list-style-type: none;
	padding: 0px;
	margin: 0px;
	margin-bottom: 40px;
	}
	
#menuContainer li
	{
	background-image: url(../gfx/menuArrow.png);
	background-repeat: no-repeat;
	background-position: 0px 6px;
	padding-left: 14px;
	}
	
	
#menuContainer a
	{
	color: #000000;
	text-decoration: none;
	outline: none;
	}
	
#menuContainer a:visited
	{
	color: #000000;
	}
	
#menuContainer a:hover
	{
	color: #ce101e;
	text-decoration: none;
	}
	
#menuContainer a:active
	{
	color: #000000;
	}
	
#menuContainer .subMenu
	{
	font-family: "lucida grande", "trebuchet ms", georgia, times, serif;
	font-size: 11px;
	font-weight: normal;
	line-height: 150%;
	color: rgb(70,70,70);
	text-align: left;
	text-transform: none;
	margin-left: 0px;
	margin-top: -4px;
	}
	
#menuContainer .subMenu a
	{
	color: rgb(70,70,70);
	text-decoration: none;
	outline: none;
	}
	
#menuContainer .subMenu a:visited
	{
	color: rgb(70,70,70);
	}
	
#menuContainer .subMenu a:hover
	{
	color: #ce101e;
	text-decoration: none;
	}
	
#menuContainer .subMenu a:active
	{
	color: rgb(70,70,70);
	}

#menuContainer .subMenu li
	{
	background-image: url(../gfx/.gif);
	background-repeat: no-repeat;
	background-position: 0px;
	}
	
#menuContainer .subMenu ul
	{
	margin-bottom: 0px;
	}
	
#menuContainer .subSubMenu
	{
	font-family: "lucida grande", "trebuchet ms", georgia, times, serif;
	font-size: 10px;
	font-weight: bold;
	line-height: 15px;
	color: rgb(70,70,70);
	text-align: left;
	text-transform: none;
	margin-left: 10px;
	margin-top: -4px;
	}
	
#menuContainer .subSubMenu a
	{
	color: rgb(70,70,70);
	text-decoration: none;
	outline: none;
	}
	
#menuContainer .subSubMenu a:visited
	{
	color: rgb(70,70,70);
	}
	
#menuContainer .subSubMenu a:hover
	{
	color: #ce101e;
	text-decoration: none;
	}
	
#menuContainer .subSubMenu a:active
	{
	color: rgb(70,70,70);
	}

#menuContainer .subSubMenu li
	{
	background-image: url(../gfx/.gif);
	background-repeat: no-repeat;
	background-position: 0px;
	}
	
#contentContainer
	{
	position: absolute;
	left: 250px;
	top: 0px;
	width: 590px;
	height: auto;
	background-color: transparent;
	z-index: 4;
	}
	
	
#contentContainer #mainImage
	{
	position: relative;
	width: 590px;
	height: auto;
	margin-bottom: 30px;
	}
	
#contentContainer #mainImage #photographer
	{
	position: absolute;
	width: auto;
	height: auto;
	bottom: -15px;
	right: 0px;
	font-family: "lucida grande", "trebuchet ms", georgia, times, serif;
	font-size: 10px;
	font-weight: normal;
	color: #333333;
	text-align: right;
	}
	
#contentContainer #IndexContentContainer
	{
	position: relative;
	width: 590px;
	background-color: transparent;
	margin-top: 50px;
	}
	
#contentContainer #fotolinjen
	{
	position: relative;
	left: 0px;
	top: 0px;
	width: 250px;
	height: auto;
	background-color: transparent;
	float: left;
	}
	
#contentContainer #verticalLine
	{
	position: relative;
	left: 0px;
	top: 0px;
	width: 90px;
	height: 100%;
	background-color: transparent;
	float: left;
	background: #FFFFFF url(../gfx/verticalLine.png) center repeat-y;
	}
	
#contentContainer #HFU
	{
	position: relative;
	left: 0px;
	top: 0px;
	width: 250px;
	height: auto;
	background-color: transparent;
	float: left;
	}
	
#sponsors
	{
	border-top: 1px dotted black;
	}
	
#bottomMargin
	{
	position:relative;
	width: 590px;
	height: 50px;
	padding-top: 40px;
	background-color: transparent;
	clear: both;
	}
	
#bottomMargin img
	{
	float: left;
	margin-top: 10px;
	margin-right: 30px;
	}
	
.linkButtonRight
	{
	font-family: Verdana, Arial, "lucida grande", "trebuchet ms", georgia, times, serif;
	font-size: 10px;
	font-weight: normal;
	color: #ce101e;
	text-decoration: none;
	text-align: left;
	outline: none;
	width: 120px;
	background-color: #FFFFFF;
	}
	
.linkButtonRight a
	{
	display: block;
	color: #ce101e;
	text-decoration: none;
	outline: none;
	padding-top: 2px;
	padding-right: 20px;
	padding-bottom: 2px;
	padding-left: 2px;
	border: 1px solid #DEDEDE;
	background-image: url(../gfx/linkArrowRight.gif);
	background-repeat: no-repeat;
	background-position: center right;
	}
	
.linkButtonRight a:visited
	{
	color: #ce101e;
	}
	
.linkButtonRight a:hover
	{
	color: #ffffff;
	text-decoration: none;
	background-color: #ce101e;
	border: 1px solid #ce101e;
	background-image: url(../gfx/linkArrowRightOn.gif);
	background-repeat: no-repeat;
	background-position: center right;
	}
	
.linkButtonRight a:active
	{
	color: #ffffff;
	text-decoration: none;
	background-color: #ce101e;
	border: 1px solid #ce101e;
	background-image: url(../gfx/linkArrowRightOn.gif);
	background-repeat: no-repeat;
	background-position: center right;
	}
		
.linkButtonLeft
	{
	font-family: Verdana, Arial, "lucida grande", "trebuchet ms", georgia, times, serif;
	font-size: 10px;
	font-weight: normal;
	color: #ce101e;
	text-decoration: none;
	text-align: right;
	outline: none;
	width: 120px;
	background-color: #FFFFFF;
	}
	
.linkButtonLeft a
	{
	display: block;
	color: #ce101e;
	text-decoration: none;
	outline: none;
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 20px;
	border: 1px solid #DEDEDE;
	background-image: url(../gfx/linkArrowLeft.gif);
	background-repeat: no-repeat;
	background-position: center left;
	}
	
.linkButtonLeft a:visited
	{
	color: #ce101e;
	}
	
.linkButtonLeft a:hover
	{
	color: #ffffff;
	text-decoration: none;
	background-color: #ce101e;
	border: 1px solid #ce101e;
	background-image: url(../gfx/linkArrowLeftOn.gif);
	background-repeat: no-repeat;
	background-position: center left;
	}
	
.linkButtonLeft a:active
	{
	color: #ffffff;
	text-decoration: none;
	background-color: #ce101e;
	border: 1px solid #ce101e;
	background-image: url(../gfx/linkArrowLeftOn.gif);
	background-repeat: no-repeat;
	background-position: center left;
	}
	
.linkButtonRightDynamic
	{
	font-family: Verdana, Arial, "lucida grande", "trebuchet ms", georgia, times, serif;
	font-size: 10px;
	font-weight: normal;
	color: #ce101e;
	text-decoration: none;
	text-align: left;
	outline: none;
	background-color: #FFFFFF;
	}
	
.linkButtonRightDynamic a
	{
	display: block;
	color: #ce101e;
	text-decoration: none;
	outline: none;
	padding-top: 2px;
	padding-right: 20px;
	padding-bottom: 2px;
	padding-left: 2px;
	border: 1px solid #DEDEDE;
	background-image: url(../gfx/linkArrowRight.gif);
	background-repeat: no-repeat;
	background-position: center right;
	}
	
.linkButtonRightDynamic a:visited
	{
	color: #ce101e;
	}
	
.linkButtonRightDynamic a:hover
	{
	color: #ffffff;
	text-decoration: none;
	background-color: #ce101e;
	border: 1px solid #ce101e;
	background-image: url(../gfx/linkArrowRightOn.gif);
	background-repeat: no-repeat;
	background-position: center right;
	}
	
.linkButtonRightDynamic a:active
	{
	color: #ffffff;
	text-decoration: none;
	background-color: #ce101e;
	border: 1px solid #ce101e;
	background-image: url(../gfx/linkArrowRightOn.gif);
	background-repeat: no-repeat;
	background-position: center right;
	}
	
.linkButtonCenter
	{
	font-family: Verdana, Arial, "lucida grande", "trebuchet ms", georgia, times, serif;
	font-size: 10px;
	font-weight: normal;
	color: #ce101e;
	text-decoration: none;
	text-align: center;
	outline: none;
	width: 120px;
	background-color: #FFFFFF;
	}
	
.linkButtonCenter a
	{
	display: block;
	color: #ce101e;
	text-decoration: none;
	outline: none;
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 2px;
	border: 1px solid #DEDEDE;
	}
	
.linkButtonCenter a:visited
	{
	color: #ce101e;
	}
	
.linkButtonCenter a:hover
	{
	color: #ffffff;
	text-decoration: none;
	background-color: #ce101e;
	border: 1px solid #ce101e;
	}
	
.linkButtonCenter a:active
	{
	color: #ffffff;
	text-decoration: none;
	background-color: #ce101e;
	border: 1px solid #ce101e;
	}	

a
	{
	color: #ce101e;
	text-decoration: none;
	outline: none;
	}
	
a:visited
	{
	color: #ce101e;
	}
	
a:hover
	{
	color: #ce101e;
	text-decoration: underline;
	}
	
a:active
	{
	color: #ce101e;
	}

body
	{
	margin: 0px;
	padding: 0px;
	color: #000000;
	background: #FFFFFF url(../gfx/background.png) center repeat-y;
	text-align: center;
	min-height: 100%;
	}

h1
	{
	font-family: Georgia, Times, "Times New Roman", Verdana, Arial, Helvetica;
	font-size: 36px;
	font-weight: normal;
	color: #333333;
	text-align: left;
	margin-top: 0px;
	margin-bottom: 10px;
	}
	
h2
	{
	font-family: Georgia, Times, "Times New Roman", Verdana, Arial, Helvetica;
	font-size: 18px;
	font-weight: normal;
	line-height: 150%;
	color: #333333;
	text-align: left;
	margin-top: 0px;
	margin-bottom: 20px;
	}
	
h3
	{
	font-family: Georgia, Times, "Times New Roman", Verdana, Arial, Helvetica;
	font-size: 18px;
	font-weight: normal;
	line-height: 150%;
	color: #333333;
	text-align: left;
	margin-top: 0px;
	margin-bottom: -5px;
	}
		
p
	{
	font-family: "lucida grande", Verdana, Arial, "trebuchet ms", georgia, times, serif;
	font-size: 12px;
	font-weight: normal;
	line-height: 160%;
	text-align: left;
	color: #333333;
	}
	
.press
	{
	font-family: Verdana, Arial, "lucida grande", "trebuchet ms", georgia, times, serif;
	font-size: 10px;
	font-weight: normal;
	line-height: 18px;
	text-align: left;
	color: #303030;
	}
	
.input
	{
	background-color: #f5f3e4;
	border: 1px solid #9f9979;
	background-image: url(../gfx/inputbg.jpg);
	background-repeat: no-repeat;
	background-position: bottom right;
	font-family: "lucida grande", "trebuchet ms", georgia, times, serif;
	font-size: 10px;
	font-weight: normal;
	line-height: 14px;
	color: #545452;
	}
	
#block
	{
	text-align: left;
	outline: none;
	background-color: #f6f6f6;
	height: auto;
	width: auto;
	margin-bottom: 20px;
	}
	
#block img
	{
	vertical-align: middle;
	float: right;
	border: 0px;
	margin-left: 10px;
	}
	
#block p
	{
	margin-bottom: 0px;
	}
	
#block a
	{
	display: block;
	text-decoration: none;
	outline: none;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	background-image: url(../gfx/blockBackground.png);
	background-repeat: repeat-x;
	}
	
#block a:visited
	{
	color: #ce101e;
	}
	
#block a:hover
	{
	text-decoration: none;
	background-image: url(../gfx/blockBackgroundActive.png);
	background-repeat: repeat-x;
	color: #FFFFFF;
	}
	
#block a:active
	{
	color: #ffffff;
	text-decoration: none;
	background-color: #f6f6f6;
	background-image: url(../gfx/blockBackground.png);
	background-repeat: repeat-x;
	}
	
.blocks h2
	{
	font-family: Georgia, Times, "Times New Roman", Verdana, Arial, Helvetica;
	font-size: 13px;
	font-weight: normal;
	line-height: 18px;
	color: #ce101e;
	text-align: left;
	margin-bottom: 1px;
	}
	
#pupil
	{
	position: relative;
	padding-top: 20px;
	width: 100%;
	height: auto;
	clear: both;
	}
	
#pupil img
	{
	float: left;
	margin-right: 20px;
	width: 200px;
	height: auto;
	border: 1px solid #333333;
	}
	
#pupil h1
	{
	font-family: Georgia, Times, "Times New Roman", Verdana, Arial, Helvetica;
	font-size: 16px;
	font-weight: normal;
	color: #333333;
	text-align: left;
	margin-top: 0px;
	margin-bottom: 10px;
	}
	
#pupil p
	{
	font-family: "lucida grande", Verdana, Arial, "trebuchet ms", georgia, times, serif;
	font-size: 10px;
	font-weight: normal;
	line-height: 160%;
	text-align: left;
	color: #333333;
	}
	
#pressImageContainer
	{
	position: relative;
	float: left;
	width: 130px;
	height: 220px;
	background-color: transparent;
	font-family: "lucida grande", Verdana, Arial, "trebuchet ms", georgia, times, serif;
	font-size: 10px;
	font-weight: normal;
	margin-right: 10px;
	}
	
#pressImageContainer img
	{
	width: 130px;
	margin-bottom: 5px;
	border: 0px;
	}
	
.newsImageContainer
	{
	float: right;
	padding: 5px;
	background-color: white;
	border: 1px solid #cbcbcb;
	margin-left: 15px;
	font-family: "lucida grande", "trebuchet ms", georgia, times, serif;
	font-size: 10px;
	font-weight: normal;
	color: #333333;
	text-align: right;
	}
	
.newsImageContainer img
	{
	margin-bottom: 5px;
	}
	
