
	* {margin:0;padding:0}
	body {
		padding:10px 0 0 0;
		color: #000000;
		background:Black;
		text-align:center;
	}

	#wrapper{
		background: #ffffff url(/images/fill_000000.gif) repeat-y left top; /* left col */
		width:auto;
		border:0px solid #000;
		min-width:770px;
		max-width:960px;
		text-align:left;
		margin-left:auto;
		margin-right:auto;
		position:relative;
	}
	#outer{
		margin-left:200px;
		margin-right:0px;
		background:White;
		border-left:0px solid #000;
		border-right:0px solid #000;
		color: #000000;
	}
	#header{
		position:absolute;
		top:0;
		left:0;
		width:760px;
		height:271px;
		/*		line-height:70px;*/
		border-bottom:0px solid #000;
		overflow:hidden;
		color: #fff;
		background:Black url(/images/topfotoc.jpg) repeat-x left top;
	}

	#header A{
		font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
		font-size: 10pt;
	}

	#left {
		position:relative;/*ie needs this to show float */
		color: #ffffff;
		width:200px;
		float:left;
		margin-left:-199px;/*must be 1px less than width otherwise won't push footer down */
		left:-1px
	}
	
	#left A {
		color: #ffffff;
	}
	* html #left {margin-right:-3px;}/* 3px jog*/
	* html #outer{/* 3px jog*/
		margin-left:199px;
		margin-right:199px;
	}
	p {margin-bottom:1em;padding:0 5px}

	#right {
		position:relative;/*ie needs this to show float */
/*		background-color:#ff0000; */
		color: Black;
		width:200px;
		float:right;
		margin-top:-271px; /* = clearheader */
		margin-right:-199px;/*must be 1px less than width otherwise won't push footer down */
		left:1px;
	}
	* html #right {margin-right:-200px;margin-left:-3px}/* stop float drop in ie + 3px jog */

	#footer, #footer a {
		width:100%;
		clear:both;
		line-height:50px;
		border-top:0px solid #000;
		background-color:Black;
		color: #ffffff;
		text-align:center;
		position:relative;
	}
	#clearheader{height:271px;}/* no need to make room for header*/
	#centrecontent {float:right;width:99%;position:relative;}
	* html {width:100%}

	#centrecontent li {
		margin-left: 20px;
	}


	.outerwrap {
		float: left;
		width: 99%;
	}
	.clearer{
		height:1px;
		overflow:hidden;
		margin-top:-1px;
		clear:both;
	}

	#logo-hjoerne {
		margin-bottom:-15px;
		margin-left:-5px;
	}

	#sh-gr{
		background: url(/images/shadow-green.gif) repeat-x left top;
		margin-left: -5px;
		margin-right: 0px;
		display: block;
		width: 200px;
	}

	#sh-99cc66{
		background-color: #80FF80; 
		margin-left: -200px;
		margin-right: 0px;
		display: block;
		width: 190px;
		padding-left: 5px;
		padding-right: 5px;
		height: 271px;
	}

	.club_hpos {
		margin-top: -1.3em;
		padding-left: 15em;
		display: block;
	}
	
		#header A {
		background-color: Transparent;
		color: White;
		font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
		font-size: 10pt;
		border:2px solid Transparent;
		text-decoration: none;
	}

	#header A:hover  {
		border:2px solid #ff6600;
		text-decoration: none;
	}

