@font-face {
 font-family: 'Carbon';
 src: url('fonts/carbon-webfont.eot');
 src: local('Carbon'), local('Carbon'), url('fonts/carbon-webfont.woff') format('woff'), url('fonts/carbon-webfont.ttf') format('truetype'), url('fonts/carbon-webfont.svg#Carbon') format('svg');
}

.headerStyle {
	background: url('../images/munkimplogo.png') no-repeat;
	top: 0px;
	width: 809px;
	height: 234px;
}

body {
	position: absolute;
	left: 50%;
	margin-left: -400px;
	width: 809px;
	height: 100%;
	border-style: none;
	font-family: sans-serif;
	font-size: 14px;
	line-height: 1.2em;
	text-align: left;
	color:#333333
}

.navigationStyle {
	color:#FFFFFF;
	font-family: Carbon;
	font-size: 28px;
	font-weight: normal;
	line-height: 90px;
	background-color: #000000;
	letter-spacing: normal;
	padding-top: 25px;
	padding-bottom: 25px;
	position: relative;
	top: 0px;
	height: 100px;
	z-index: 4;
	text-decoration: none;
}
.navigationStyle a {
	color:#FFFFFF;
	text-decoration: none;
	padding-left: 41px;
	padding-right: 41px;
}
.navigationStyle a.link {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}

.activeLink{
	color:#FFFFFF;
	text-decoration: none;
	padding-left: 41px;
	padding-right: 41px;
}

.textSection{
	left: 100px;
	top: 0px;
	width: 600px;
	z-index: 4;
	position: relative;
	font-family: sans-serif;
	line-height: 30px;
	font-size: 22px;
	font-weight: normal;
}

ul {
    list-style: square outside none;
}

#slideviewer, #photo{
	position: relative;
	top: 5px;
	left: 100px;
	width: 600px;
	height: 400px;
	min-height: 400px;
	display: block;
	overflow: hidden;
	z-index: 5
}

#photo{
	position: relative;
	top: 5px;
	left: 100px;
	width: 600px;
	height: 400px;
	z-index: 5
}

.footerStyle {
	left: 50px;
	font-size: 12px;
	position: relative;
	top: 5px;
	height: 100px;
	width: 659px;
	text-align: center;
}

