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

body {
	background-color:#000000;
	background-image:url(../images/site_bg.jpg);
	background-repeat:no-repeat;
	background-position:top center;
	background-position:top center;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color:#FFFFFF;
	font-family:"Lucida Grande",Verdana,"Bitstream Vera Sans",Arial,sans-serif;
	font-size:62.5%;
}

a {
	color: #FF0000;
	text-decoration: underline;
}


h2 {
	
	font-size:16px;

}

p, strong, b, td, li, form {

	font-size:13px;

}

a:visited
	{
	color: #FF0000; 
	text-decoration: underline;
	}
	
a:hover
	{
	color: #FFFFFF;
	}

.nav_btn a {
	color:#000000;
	text-decoration:none;	
}

.nav_btn a:hover {	
	color:#FF0000;	
}

.copy { /*footer*/
	color:#FF0000;  
	font-size:10px;
	padding-top:100px;
	padding-bottom:100px;
	
}

.thrColFix #container { 
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
}

.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

#flashDiv1 {
	z-index:1;
}

#comments textarea { width:300px; }