body {background: #000000; color: #FFF; margin: 0; padding: 0; top: 0; left: 0; position: absolute;}
a:link, a:visited, a:active {text-decoration: none;}

/* Page Display Styling */

div#header {
	margin: 0px;
	top: 0px;
	left: 0px;
	position: static;
	width: 800px;
	height: 263px;
	background-image: url(tln_top.jpg);
}
div#menuBar {
 	margin: 0px;
	top: 264;
	left: 0px;
	position: static;
	width: 800px;
	height: 45px;
}
div#mainWindow {
	margin: -1px;
	top: 155px;
	left: 203px;
	position: static;
	width: 600px;
	height: 271px;
	background-image: url(mainWindow.png);
	background-repeat: no-repeat;
	padding: 20;
	overflow: auto;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	text-align: center;
}
div#mainWindowNoNews {
	margin: -1px;
	top: 155px;
	left: 0px;
	position: static;
	width: 790px;
	height: auto;
	background-color: #FFFFFF;
	border: 1px solid #FFB900;
	padding: 20;
	overflow: auto;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
}
div#mainWindowPhotos {
	margin: -1px;
	top: 155px;
	left: 0px;
	position: static;
	width: 790px;
	height: 275px;
	background-color: #FFFFFF;
	border: 1px solid #FFB900;
	padding: 20;
	overflow: auto;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
}
div#mainWindowLinks {
	margin: -1px;
	top: 155px;
	left: 0px;
	position: static;
	width: 790px;
	height: 200px;
	background-color: #FFFFFF;
	border: 1px solid #FFB900;
	padding: 20;
	overflow: auto;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
}
div#mainWindowNoNewsBlack {
	margin: 0px;
	top: 155px;
	left: 0px;
	position: static;
	width: 790px;
	height: auto;
	background-color: #000000;
	border: 1px solid #FFB900;
	padding: 20;
	overflow: auto;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
}
div#mainWindowCatalog {
	margin: 0px;
	top: 208px;
	left: 0px;
	position: static;
	width: 780px;
	height: 230px;
	background: #FFFFFF;
    border: 1px solid #FFB900;
	padding: 15;
	overflow: auto;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
}
div#footer {
	margin: 0px;
	top: 424px;
	left: 0px;
	position: static;
	width: 790px;
	height: 90px;
	background: #000000;
	border: 1px solid #FFB900;
}
div#footerCatalog {
	margin: 0px;
	top: 663px;
	left: 0px;
	position: static;
	width: 790px;
	height: 90px;
	background: #000000;
	border: 1px solid #FFB900;
}
div#footerNoNews {
	margin: 0px;
	top: 521px;
	left: 0px;
	position: static;
	width: 790px;
	height: 90px;
	background: #000000;
}
a {
	text-decoration: none;
}
a span {
	display: none;
	position: absolute;
	top: 0;
	left: 30px;
	text-decoration: none;
} 
a:hover span.nutrInfo {
	position: fixed;
	top: 100px;
	left: 300px;
	width: 525px;
	height: auto;
   	padding: 5px;
   	color: #FFFFFF;
	background: black;
  	display: inline;
  	border: 1px solid #FFB900;
	text-decoration: none;
}

/* -------- Font Styling -------- */

.newsTopic {
	font-family: "Trebuchet MS";
	font-size: 12px;
	font-style: normal;
	font-variant: normal;
	color: #000000;
	text-align: left;
	vertical-align: top;
	font-weight: bold;
}
.newsFont {
	font-family: "Trebuchet MS";
	font-size: 10px;
	font-style: normal;
	font-variant: normal;
	color: #000000;
	text-align: left;
	vertical-align: top;
}
.mainTopic {
	font-family: "Trebuchet MS";
	font-size: 14px;
	font-style: normal;
	font-variant: normal;
	color: #000000;
	font-weight: bold;
	text-shadow: 0 0 0.2em #000;
}
.mainTopicWhite {
	font-family: "Trebuchet MS";
	font-size: 14px;
	font-style: normal;
	font-variant: normal;
	color: #FFFFFF;
	font-weight: bold;
	text-shadow: 0 0 0.2em #000;
}
.mainFont {
	font-family: "Trebuchet MS";
	font-size: 9px;
	font-style: normal;
	font-variant: normal;
	color: #000000;
}
.mainFontWhite {
	font-family: "Trebuchet MS";
	font-size: 9px;
	font-style: normal;
	font-variant: normal;
	color: #FFFFFF;
}
.mainFontGold {
	font-family: "Trebuchet MS";
	font-size: 9px;
	font-style: normal;
	font-variant: normal;
	color: #FFB900;
}
.mainFontRed {
	font-family: "Trebuchet MS";
	font-size: 0.7em;
	font-style: normal;
	font-variant: normal;
	color: #FF0000;
	font-weight: bold;
}
.mainFontSm {
	font-family: "Trebuchet MS";
	font-size: 0.4em;
	font-style: normal;
	font-variant: normal;
	color: #000000;
}
