@charset "UTF-8";
/* CSS Document */

body {
	font: 78%/1.5 arial, helvetica, serif;
	background: #262626;
	text-align: center
	
	}

#container {
	background:#262626;
	position:absolute;
	top: 50%;
	left: 50%;
	width:810px;
	height:575px;
	margin-top: -287.5px; 
	margin-left: -400px; 
	text-align:left;
	
	}

#headerimg {
	float:left;
	height: 35px;
	width:275px;
	padding-top:6px;
	}
	
#nav {
	float:right;
	width:450px;
	height:35px;
	padding-top:15px;
	 }

#main {
	position:absolute;
	width: 775px;
	height: 475px;
	background:#262626;
	border: 1px solid #FFF;
	top: 50%;
	left: 50%;
	margin-top: -240.5px; /*set to a negative number 1/2 of your height*/
	margin-left: -400px; /*set to a negative number 1/2 of your width*/
	z-index: 1;
	
	}
	
#content
{
	position:absolute;
	width:725px;
	height:425px;
	background:#232323;
	padding:25px;
	z-index: 1;
}
.footerlinks 
	{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #CCCCCC;
	text-decoration: none;
	margin-left: 5px;
	margin-top: 0px;
	}
	
	.footerlinks2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #CCCCCC;
	text-decoration: none;
	margin-left: 5px;
	margin-top: 0px;
	padding-top:7px;
	}
	
.bold1 {
		font-weight: bold;
		font-size:12px;
	}
	
.bold2 {
		font-weight: bold;
		text-decoration:underline;
		font-size:13px;
	}
	
.center {
	text-align:center;
	}
	

#footer {
  position:absolute;
   bottom:0;
   width:775px;
   height:75px;   /* Height of the footer */
   left: 50%;
   margin-left: -387.5px; /*set to a negative number 1/2 of your width*/
   }
   
   #footerlink {
  position:absolute;
   width:775px;
   bottom:0px;
   height:25px;
   left: 50%;
   margin-left: -400px; /*set to a negative number 1/2 of your width*/
   }
   
#marqueefull {
	float:left;
	position:absolute;
   bottom:25px;
   width:775px;
   height:25px;
   left: 50%;
   margin-left: -400px; /*set to a negative number 1/2 of your width*/
   background-color:#191919;
   border:1px solid #fff 
}
   
#marqueea {
	float:left;
	top:0;
	height:18px;
	width:270px;
	
	
}

.marqueetext{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight:bold;
	color: #fff;
	text-decoration: none;
	text-align:right;
	padding-top:3px;
	
	
}
#marqueeb {
	float:right;
	top:0;
	width:495px;
	height:18px;
	
	
}

a:link {text-decoration:underline;}

a:hover {
	color: #BF5111;
	text-decoration: underline;
	}
	
a:visited {
	color:#1B5931;
	text-decoration: underline;
}
p {
	color:#D9A78B;
	
}

center {
	text-align:center;
}
