/* CSS Document */
/* Redefining HTML tags sitewide */
body  {
	margin: 0px;
	padding: 0px;
}

body,input,select,label {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:85%;
	background-color: #000;
	color: #49131A;
}

* {
	font-family: Georgia, "Times New Roman", Times, serif;
}

#container {
	position:absolute;
	width:800px;
	height:534px;
	top:50%;
	margin-top:-277px;
	left:50%;
	margin-left:-400px;
	background-repeat: no-repeat;
	background-position: center top;
}

#homeButton {
	position:absolute;
	width:250px; 
	height:70px; 
	top:13px;
	left:44px;
}

#textCol {
	height: 500px;
}

#footer {
	position: absolute;
	bottom: -46px;
	left:50%; margin-left:-375px;
	width: 750px;
	height: 40px;
	color: #999;
	font-size: 90%;
	text-align:center;
}

#footer a {
	text-decoration:underline;
}

/*------------------ NAV AND FOOTER LINKS -------------------*/
#nav {
	position:absolute; 
	width:800px; 
	height:26px; 
	left: 0px; 
	bottom: 0px;
	padding-top: 10px;
	background-color: #000;
}

#nav ol {
	padding:0px;
	margin: 0px;
}

#nav ol li {
	padding:0px;
	margin: 0px;
	list-style:none;
	display: inline;
}

#nav img {
	border: 0px;
}

/*------------------ TEXT -------------------*/
a {
	text-decoration:none;
}

a, h1, h2 {
	color: #d92b09;
}

a:hover, a.linkOn {
	color:#FFF;
}

h1 {
	font-size: 160%;
}

h2 {
	font-size: 120%;
}

input {
	margin: 0px 7px 0px 0px;
	border: 1px solid #d92b09;
	padding: 2px;
	width: 156px;
	color: #FFF;
}

.button {
	padding: 1px;
	margin: 7px 0px 0px 0px;
	width: 60px;
}

/*------------------ SCROLLBAR -------------------*/
#scrollbar {visibility:hidden;}
#scrollbar img {border: 0px;}
#window {
	position:absolute; 
	left:45px; 
	top:40px;
	width:320px; 
	height:270px;
	overflow:auto; 
	z-index:1; 
	text-align:left;
}
#scroll {
	position:absolute; 
	left:272px; 
	top:120px;
	width:404px; 
	height:270px;
	overflow:hidden; 
	z-index:1; 
	text-align:left;
	background-color: #faecdf;
	filter:alpha(opacity=75);
	-moz-opacity:0.75;
	opacity: 0.75;
}
#scroller {
	position:absolute;
	left:0px; 
	top:0px;
	z-index:1;
	width:394px;
}


div#scrollbar {position:absolute;width:15px;font-size:1px; z-index:9;left:679px; top:105px;height:302px;}
div#track {position:absolute; left:3px; top:15px;width:8px;z-index:1;height:270px;background-color:#FFF;}
div#dragBar {background-color: #333; position:absolute; left:3px; top:0px;width:8px; height:20px;z-index:1}
div#up { position:absolute; left:0; top:0; z-index:2 }  
div#down { position:absolute; left:0; bottom:0; z-index:3 }  
