
/* hide from ie on mac \*/

html {

		height: 100%;

		overflow: hidden;

	}	

#flashcontent {

		height: 80%;
		text-align:center;

	}

	/* end hide */

body {

		height: 100%;

		margin: 0;

		padding: 0;

		background-color: #181818;

		color:#ffffff;

		font-family:tahoma;

		font-size:14px;

	}	

a {	

		color:#cccccc;

	}
#navcontainer
	{
		margin: 10px 0 0 0;
		background:url(scandinavia.jpg) no-repeat;
		height:100px;
		font-size:11px;
		border:1px solid #181818;
		
}
#navlist {
		margin:50px auto 0 auto;
		text-align:center;
}
#navlist li
{
		display: inline;
		padding-left: 10px;
		background-repeat: no-repeat;
		
}

#navlist a
{
		padding-left: 10px;
		padding-bottom: 14px;
		font-weight: bold;
		text-transform: uppercase;
		text-decoration: none;
}

#navlist a:link, #navlist a:visited
{
		padding-left: 20px;
		color: red;
		background: url(arrow.gif);
		background-position: 0 -28px;
		background-repeat: no-repeat;
}

#navlist a:hover
{
		color: #FFF;
		padding-left: 20px;
		background: url(arrow.gif);
		background-repeat: no-repeat;
		background-position: 0 -14px;
}

h2 {
	font-weight:bold;
	font-size:14px;
}
h3 {
	font-size:12px;
}	
#splash {
	height:300px;
	width:400px;
	border:10px solid white;
	background: url(splash.jpg) no-repeat;
	margin:0 auto;
}
td {
	font-size:12px;
}
table {
	margin:0 auto;
}
