@charset "ISO-8859-1";

body {
	background-color: #222222;
}

div#innerbody {
	position:relative;
	display: block;
	margin: 0 auto 0 auto;
	width: 760px; /* Minimum intended dimensions */
	height: 500px;
	overflow: visible;

	/* Image size 1200x800 Moved off to main page so that it's randomizable. */
	/* background-image: url("../images/frontpage_bg.jpg"); */
	background-position: center;
	background-repeat: no-repeat;
	background-attachment: fixed;
}

div#javascript {
	position:absolute;
	background-color: black;
	font-size: 16px;
	padding: 10px;
	color: white;
	top: 100px;
	left: 0px;
	height: 20px;
	z-index: 999;
}

div#ie6 {
	position:absolute;
	background-color: black;
	font-size: 16px;
	padding: 10px;
	color: white;
	top: 120px;
	left: 0px;
	width: 500px;
	z-index: 999;
}

div#stilesname {
	position:absolute;
	display:block;
	left: 40px;
	top: 300px;
	font-family: Verdana;
	color: white;
	text-align: left;
}

div#stilesname a {
	color: white;
	text-decoration: none;
}

div#stilesname span.big {
	font-size: 90px;
}

div#stilesname span.small {
	font-size: 60px;
}

div#newsbar {
	position:absolute;
	display:block;
	left:0px;
	top:0px;
	width:480px;
	height:90px;
}

div#newsbar div.newsitem {
	display:block;
	float:left;
	width:149px;
	height:70px;
	padding-top: 20px;
	padding-left: 5px;
	background-color: black;
	border-right: 1px solid #888800;
}

div#newsbar div.newsitem .date {
	text-align: right;
	font-family: Verdana;
	font-size: 12px;
	color: #BBBBBB;
	height: 1px;
	width: 144px;
	position: relative;
	top: 50px;
}

div#newsbar div.newsitem .headline {
	font-family: Verdana;
	font-size: 12px;
	color: white;
}

div#navbar {
	position: absolute;
	top: 180px;
	height: 320px;
	width: 480px;
	overflow: visible;
	color: yellow;
}

div#navbar div.menu_column {
	float: left;
	height: 320px;
	width: 100px;
}

div#navbar div.menu_column div.sizer{
	position:relative;
	top:0px;
	height: 320px;
	overflow:hidden;
}

div#navbar div.menu_column div.sizer2{
	position:relative;
	top:0px;
	height: 320px;
	width: 100px;
}

div#navbar div.emblem {
	float: left;
	margin-top: 240px;
	height: 80px;
	width: 80px;
	background-image: url("../images/frontpage_logo.png");
	background-position: center;
	background-repeat: no-repeat;
}

div#navbar div.menu_column div.category{
	width: 79px;
	height: 20px;
	padding: 30px 10px;
	border-right: 1px solid #888800;
	float: left;
	clear: both;
	background-color: black;
	cursor: pointer;
	font-family: Verdana;
	font-size: 16px;
}

div#navbar div.menu_column div.menu_padding{
	width: 1px;
	height: 40px;
	border-bottom: none;
	float: left;
	clear: both;
	background-color: transparent;
}

div#navbar div.menu_column div.menu_item{
	width: 80px;
	height: 19px;
	padding: 10px;
	border-bottom: 1px solid #888800;
	float: left;
	clear: both;
	background-color: black;
	cursor: pointer;
	font-family: Verdana;
	font-size: 12px;
}

div#navbar div.menu_column div.category:HOVER, div#navbar div.menu_column div.menu_item:HOVER {
	background-color: #222200;
	color: #FFFF55;
}