/* CSS Document */
html {
    height: 100%;
}
a {
outline:none;
color: #fff;
text-decoration:none;
font-family:Arial, bold;
}

a: visited {
color:#CCCCCC;
}
a:active {
color: #FF9933;
}

body {
    background-color: #8E8E8E;
	background-image: url(center.jpg);
    background-repeat: repeat-y;
    background-position: top center;
	min-height: 600px;
	min-width: 600px;
	margin: 0;
	padding: 0;

}
#footer {
    background-image: url(footer.png); 
	background-position: center bottom; 
	background-repeat: no-repeat;
	font: 8pt/8pt Arial;
	vertical-align:top;
	color: #999999;
	width:100%;
	height:110px;
	text-decoration:none;
	text-align: center;
	position: fixed;
	bottom: 0px;
	left: 0px;
	padding-bottom: 10px;
	z-index: 6;
	}
#content {
	position: relative;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	width:100%;
	height: 30%;	
	z-index:0;
	bottom: -10px;
	left: 0px;

}
  #menu-horisont {
    top: 32px;
    left: 15px;
	width: 791px;
	height: 32px;
	background-color: #3c3c3c;
	position: static;
   
	
}
#cssMenu {
    position: relative ;
	width:100%;
	left: 0px;
	height:40px;
	top: 0px;
	z-index:7;
}


#title {
	position: relative;
	background-image:url(24.jpg);
	background-position: top;
	background-repeat:no-repeat;
	top: 0px;
	width:100%px;
	height:170px;
	z-index:8;
}
#about {
position: absolute;
background-image:url(../IMG_5009 copy.jpg);
float:left; 
width: 266px; 
height:350px;
}
body, td {
    /* type */
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    color: #000;
    padding: 0;
    margin: 0;
	height: 100%;
}
#photo {
z-index: 7;
}
#links {
color: #FF9900;
}
#marker {
background-position:left;
background-repeat: no-repeat;
}
#news {
text-indent: 0px;
margin: 0 0 0 0;
padding: 0px;
width: 300px;
height: 100px;
float: left;
}