body {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #CF0D15;
}


#bglayer {
	background-color: #FFFFFF;
	position: absolute; 
	top: 0px; 
	left: 0px;
	width: 100%;
	height: 100%;
	z-index: 1;
}


#menubar {
	position:absolute; 
	top:15px; 
	left:20px;
	z-index: 10;
}

#footer {
	background-color: #CF0D15;
	color: #800000;
	position: absolute;
	left: 0px;
	top: 550px;
	width: 100%;
	font-size: 10pt;
	font-family: Arial, Helvetica, sans-serif;
	vertical-align: middle;
	/*
	text-align: center;
	*/
	visibility: hidden;
	border-top: 3px solid #7B100A;
	z-index: 11;
}

#content {
	position: absolute;
	left: 33px;
	top: 200px;
	width: 490px;
	z-index: 10;
}


#title-img {
	position:absolute; 
	top:70px; 
	left:33px;
	font-size: 48px;
	font-family: Trebuchet MS, Arial Narrow, Arial, Helvetica, sans-serif;
	background-color: #FFF;
	text-decoration: none;
	color: #999;
	font-weight: bold;
	letter-spacing: -3px;
	z-index: 10;
}


#random-img {
	position:absolute; 
	left:550px; 
	top:84px;
	z-index: 10;
	text-align:right;
}


.menuDrop {
	color: #9b1009;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #DDD;
	background-repeat: repeat;
	visibility: hidden;
	margin: 0;
	padding: 0;
	position: absolute;
	z-index: 2000;
	top: 60px;
	left: 0;
	width: 250px;
	height: auto;
	border-style: solid;
	border-width: 1px 1px 1px 1px;
	border-bottom:0px;
	border-color: #FFFFFF;
}

a.menuLink {
	height: 15px;
	width: 250px;
	display: block;
	padding: 2px 5px;
	border-top: 0px solid #FFFFFF;
	border-left: 1px solid #FFFFFF;
	border-right: 1px solid #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
	background-color: #9b1009;
	color: #FFF;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
}

a.menuLink:link {
	color: #FFF;
	text-decoration: none;
}

a.menuLink:visited {
	color: #FFF;
	text-decoration: none;
}

a.menuLink:hover {
	color: #9b1009;
	background-color: #DDD;
	text-decoration: none;
	font-weight: normal;
}

a.menuLink:active {
	color: #FFFFFF;
	text-decoration: none;
	background-color: #9b1009;
}


a.headerLink {
	font-size: 12px;
	font-family: Arial Narrow, Arial, Helvetica, sans-serif;
	background-color: #FFF;
	text-decoration: none;
	color: #999;
	padding-right: 50px;
	font-weight: bold;
	letter-spacing: 2px;
	vertical-align: middle;
	z-index: 10;
}
a.headerLink:hover {
	color: #C00;
}


a.headerLinkON {
	font-size: 12px;
	font-family: Arial Narrow, Arial, Helvetica, sans-serif;
	background-color: #FFF;
	text-decoration: none;
	color: #C00;
	padding-right: 60px;
	font-weight: bold;
	letter-spacing: 2px;
	vertical-align: middle;
	z-index: 10;
}



img {
	border-bottom:none;
	border-top:none;
	border-left:none;
	border-right:none;
	z-index: 10;
}


.scrollbutton {
	position:absolute; 
	z-index: 11;
}


