/*_______BACKGROUND, FONTS ETC.________*/

body {
	background-color: #660000;
	font-size: 15px;
	font-style: normal;
	color: white;
	font: verdana, helvetica, sans serif;
	}

#top {
	background-color: #333333;
}


table {
	border: 0;
	border-spacing: 0;
}

h1 {
	font-size: 80px;
	font: verdana, helvetica, sans serif;
	color: #222222;
	font-style: bold;
	letter-spacing: 0.1em;
	}

#navigation {
	background-color: #222222;
	color: white;
	padding: 0px;
	cell-spacing: 0px;
	margin: 0;
	}
	


table.navtable {
	border-spacing: 0;
	border-width: 0;
	padding: 0;
	position: relative;
	bottom: 0px;
}

table.navtable {
	text-align: center;
	letter-spacing: 0.2em;
	font-size: 16px;
	font-style: bold;
	padding: 0px;
	}
.navtable a:link {
	text-decoration: none;
	color: #ffffff;
}
.navtable a:hover {
	text-decoration: none;
	color: #222222;
}
.navtable a:visited {
	text-decoration: none;
	color: #999999;
}


.navtable td:hover, .navtable td.hover {
	background-color: #660000;
	color: #000033;
}
.navtable td {
	behavior: url('IEFixes.htc');
  }


.navtable td {
	background-color: #222222;
	height: 40px;
	width: 150px;
	border: 0px;
	}




/*nnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnn

______________POSITIONING__________________

uuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuu*/

/* ________________TITLE __________________*/

#top {
	position: absolute;
	margin: 0;
	top: 0;
	left: 0;
	height: 80px;
	width: 100%;
	text-indent: 0px;
	}



/*________________NAVIGATION____________*/

#navigation {
	position: absolute;
	margin: 0em;
	top: 80px;
	left: 0px;
	width: 100%;
	height: 40px;
	border-width: 0;
	padding: 0;
	}

#navbuttons {
	position: relative;
	bottom: 0px;
	
}
	


/*_______________MAIN____________________*/

#main {
	position: absolute;
	margin: 0;
	top: 125px;
	height: auto;
	width: 90%;
	background-color: #660000;
	border: 0px;
	padding: 0em;
	overflow-y: inherit;
	}




/*______________GALLERY_________________*/

#flashcontent {
	position: relative;
	align: center;
	margin: 0;
	top: 5px;
	}

#normal table {
	position: relative;
	align: center;
	top: 50px;
}

.contactable {
	font-size: 16px;
	letter-spacing: 0.1em;
}


	