body {
	background-color: #f6f4f4;
	font-family: Loa MN, sans-serif;
	font-size: small;
	}

@font-face {
	font-family: "Big Noodle";
	src: url("font/bignoodle_titling/big_noodle_titling.ttf")
	}
h2.number {
	font-family: tekton pro;
	font-size: 200%;
	margin-top: -10px;
	margin-bottom: -3px;
	font-style: bold;
	color: black;
	}
	
#allcontent {
	width: 900px;
	padding-top: 0px;
	padding-bottom: 0px;
	margin-left: auto;
	margin-right: auto;
	}

#header {
	background-color: #aaaaaa;
	background: url(images/header_background.png);
	width: 900px;
	height: 350px;
	margin-top: 10px;
	border: outset;
	box-shadow: 10px 10px 5px #888888;
	}
.headertext {
	color: white;
	font-size: 200%;
	padding-top: 220px;
	padding-left: 10px;
	}
#header img#nbs {
	margin-top: 170px;
	padding-top: -50px;
	}
	
#header img#currently {
	position: absolute;
	top: 225px;
	right: 190px;
	}

#header img#headerlogo {
	margin-top: 220px;
	float: right;
	margin-right: 0px;
	height: 125px;

	}
#header img#headerstate {
	position: absolute; 
	margin-top: 0px;
	margin-left: 330px;
	width:250px;
	height: 150px;
	}
#nav {
	background-color: #f6f4f4;
	width: 900px;
	height: 50px;
	margin-top: -15px;
	border-style: outset;
	box-shadow: 10px 10px 5px #888888;
	}
#nav .currently {	
	position: absolute;
	margin-top: -55px;
	margin-left: 450px;
	font-family: tekton pro;
	font-style: bold;
	font-size: 175%;
	}
#nav .operating {	
	position: absolute;
	margin-top: -43px;
	margin-left: 475px;
	font-family: tekton pro;
	font-style: bold;
	font-size: 175%;
	}
#nav .in {	
	position: absolute;
	margin-top: -27px;
	margin-left: 500px;
	font-family: tekton pro;
	font-style: bold;
	font-size: 175%;
	}
#nav .lsstate {	
	position: absolute;
	margin-top: -23px;
	margin-left: 525px;
	font-family: tekton pro;
	font-style: bold;
	font-size: 175%;
	color: red;
	}
.selected {
	}

#tableContainer {
	display: table;
	border-spacing: 10px;
	}

#tablerow	{
	display: table-cell;
	}

#main {
	background-color: #f6f4f4;
	display: table-cell;
	border-style: outset;
	font-size: 125%;
	box-shadow: 10px 10px 5px #888888;
	}
#main span.mainpic {
	margin: 5x 5px 0px 0px;
	padding-top: 0px;
	float: left;	
	z-index: 0;
        margin-right: 15px;
        margin-bottom: 10px;
	}
#main span.scotch {
	position: absolute;
	margin-top: -10px; 
	margin-right 5px;
	margin-bottom: 0px;
	margin-left: -380px;
	padding-top: 0px;
	float: left;	
	z-index: 1;
	}
	
#maintext {
	padding-right: 10px;
	padding-left: 15px;
	}

	
#sidebar {
	display: table-cell;
	background: #f6f4f4;
	font-size: 125%;
	padding: 15px;
	margin: 0px 10px 10px 10px;
	border-style: outset;
	box-shadow: 10px 10px 5px #888888;
	vertical-align: top;
	}

#main #maintext P.janmain	{
	text-align: right;
	}￼
	
#emailForm {
	}

.left {
	}
#footer {
	display:table-cell;
	background-color: #f6f4f4;
	padding-bottom: 50px;
	width: 900px;
	border-style: outset;
	font-size: 110%;
	box-shadow: 10px 10px 5px #888888;
	}

#leftfooter {
	margin-top: -10px;
	margin-left: 20px;
	width: 200px;
	float:left;
	}
#centerfooter {
	margin: -10px 220px 0px 150px;
	text-align: center;
	}
#rightfooter {
	margin-right: 45px;
	margin-top: -195px;
	float: right;
	vertical-align:top;
	}

a:link {
	text-decoration: none;
	}
a:hover {
	color: blue;
	}
a:visited {
	color: blue;
	}
