/* CSS Document */

/* Base */
html, body {
	background-image:url('images/bg.gif'); 
	background-position:top left; 
	background-attachment: fixed; 
	background-repeat:repeat;
	background-color:#450000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color:#ffffff;
	font-size: 8pt;
	height: 100%;
	scrollbar-base-color:red;
	scrollbar-darkshadow-color:black;
	scrollbar-arrow-color:yellow;
}

/* Layout */
#header {
	border: 1px solid #000000;
	width: 800px;
	height: 117px;
	background: #000000;
}
#content {
	margin: 0;
	padding: 0;
	width: 800px;
	background: #000000;
	position: relative;
	height: auto !important;
	height: 100%;
	min-height: 100%;
	border-left: 1px solid #000000;
	border-right: 1px solid #000000;
	margin-right: auto;
	margin-left: auto;
}
#footer {
	background: #000000;
	margin: auto;
	padding: 0;
	width: 800px;
	height: auto;
	position: relative;
	bottom: 0 !important;
  	bottom: -1px; /* For Certain IE widths */
	border-left: 1px solid #000000;
	border-right: 1px solid #000000;
	border-bottom: 1px solid #000000;
	text-align: center;
}
/* Content */
#container {
	width: 800px;
	margin-top: 10px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}
#left{
	width: 580px;
	float: left;
	margin-left: 5px;
	margin-right: 10px;
}
#right {
	width: 200px;
	float: right;
	margin-right: 5px;
	
}
/* Navigation */
#top {
	background: url('http://monsterfactory.com/images/menubg.gif') center center repeat-x;
        height: 50px;
	margin: 0;
	padding: 0;
	text-align: center;
	width: 800px;
	top: 0;
	border-left: 1px solid #000000;
	border-right: 1px solid #000000;
	border-bottom: 1px solid #000000;
}
#top li {
	position: relative;
	margin: 0; 
	padding: 0; 
	display: inline;
	list-style-type: none;
}
#top a:link, #top a:visited {
	float: left;
	top: 0;
	position: relative;
	display: block;
	font-size: 10pt;
	line-height: 10px;
	font-weight: normal;
	padding:5px 20px 5px 20px;
	text-decoration: none;
	color: #ffffff;
	background: url(images/menudiv.gif) center right no-repeat;
}
#top a:hover {
	display: block;
	cursor: pointer;
	text-decoration: none;
	font-weight: normal;
	color: #ffffff;
	background: url(images/menubg_over.gif) center repeat-x;
}
