@font-face {
	font-family: 'Sansus Webissimo';
	url('http://www.animaarctica.fi/sansus-webissimo-regular.woff');
}

body {
	#font-family: Tahoma;
	font-family: 'Sansus Webissimo', Tahoma;
	background: #eeeeee; 
	margin-top: 0px; 
	margin-left: 0px; 
	margin-right: 0px; 
	margin-bottom: 0px;
}

img {
	clear: both;
	margin: 0px;
	padding: 0px;
	border: 0px;
}

.menuWrapper {
	width: 100%;
	margin-bottom: 10px; 
	background-color: #ffffff;
	height: 60px; 
}

.menuMain {
	margin-left: auto; 
	margin-right: auto; 
	width: 960px;
	background-color: #ffffff; 
	padding: 5px;
	text-align: center;
}

.headerWrapper {
	width: 965px;
	height: 150px; 
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-left: auto; 
	margin-right: auto; 
	margin-top: 0px; 
	margin-bottom: 10px;
	background-color: #ffffff;
}

.headerStatic {
	float: right;
	width: 320px;
	background-color: #ffffff;
	margin-bottom: 5px;
}

.headerCarousel {
	margin-bottom: 5px; 
	float: left; 
	width: 640px;  
	height: 150px;
	background-color: #ffffff;
	overflow: hidden; 
	position: relative;
}

.headerCarousel li {
	float: left;
}

.headerCarousel ul {
	position: relative;
	list-style: none;
	margin: 0;
	padding: 0;
	width:20000em;
}

.contentWrapper {
	width: 975px; 
	margin-left: auto; 
	margin-right: auto;
}

.contentTitle {
	font-size: 80px;
	letter-spacing: 20px;
	text-align: left;
	text-transform: uppercase;
}

.contentMain {
	float: right; 
	width: 100%; 
}

// OLD SHITS

// MENYY.
menu {
	background: #ffffff; 
	width: 100%; 
	height: 60px; 
	border: 0px;
}

table.menu {
	background: #ffffff; 
	width: 100%; 
	height: 60px; 
	border: 0px;
}
td.menu {
	text-align: center;
	background: #ffffff; 
}

p.menu {
	font-size: 14px; 
	letter-spacing: 10px; 
	color: #555555;
	background: #ffffff;
}

// HEADER IMAGE

table.header-image {
	width: 960px; 
	border: 0px; 
	background:#ffffff;
	padding: 0px;
	margin: 0px;
}

// CONTENTS
.contents {
	width: 960px;
	border: 0px;
	padding: 0px;
	margin: 0px;
	text-align: left;
}

table.contents {
	width: 960px;
	border: 0px;
	padding: 0px;
	margin: 0px;
	text-align: left;
}
td.contents {
	padding: 10px; 
	vertical-align:	top;
	background: #ffffff;
	text-align: left;
}

td.contents-header {
	padding-top: 15px;
	padding-left: 15px;
	padding-right: 15px;
	padding-bottom: 5px;
	vertical-align: top;
	text-align: left;
}

p.contents-header {
	font-size: 80px;
	letter-spacing: 20px;
	text-align: left;
	text-transform: capitalize;
}

a:link {
	color: #000000;
	text-decoration: none;
}

a:hover {
	color: #999999;
	text-decoration: none;
}

a:active {
	color: #aaaaaa;
	text-decoration: none
}

a:visited {
	color: #000000;
	text-decoration: none;
}

//text
p {font-size: small;}

// headers
.h1 { font-size: 14px; font-weight: bold; }
.h2 { font-size: 12px; font-weight: bold; }
.h3 { font-size: 11px; font-weight: bold; }
.h4 { font-size: 10px; font-weight: bold; }
.h5 { font-size: 9px; font-weight: bold; }
.h6 { font-size: 8px; font-weight: bold; }
