@charset "UTF-8";
body  {
	font: 12px Arial, Helvetica, sans-serif;
	background: #000 url(img/bg.png) top left repeat-x;
	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: #000000;
	line-height:1.5em;
}

h1,h2,h3,h4,h5	{
	font-weight:normal;
	margin:0px;
	padding:3px 0px;
}

p	{
	font-weight:normal;
	margin:0px;
	padding:3px 0px;
}

strong	{
	font-weight:normal;
}

#container { 
	width: 980px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
}  
#header { 
	background: #fff url(img/head2.jpg) top left no-repeat; 
	height:200px;
	padding: 0px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
} 

#header	#nav	{
	width:350px;
	height:67px;
	float:right;
	text-align:right;
}

#header	#nav	a:link	{
	color:#FF8C2C;
	text-decoration:none;
	font-weight:bold;
	padding:2px 0px 2px 20px;
}
#header	#nav	a:visited	{
	color:#FF8C2C;
	text-decoration:none;
	font-weight:bold;
	padding:2px 0px 2px 20px;
}
#header	#nav	a:hover	{
	color:#fff;
	text-decoration:none;
	font-weight:bold;
	padding:2px 0px 2px 20px;
}

img	{
	border:0px;
}

#header	#nav2	{
	width:100%;
	border-bottom:4px solid #f90;
	margin-top:95px;
	padding-right:0px;
	padding-left:0px;
	float:left;
	text-align:left;
}
 

#header	#nav2 p	{
	padding-left:0px;
	float:left;
	text-align:left;
}

#header	#nav2	ul {
  padding: 0;
  margin: 0;
  list-style: none;
  }
  
 
#header	#nav2 marquee {
  float: left;
	border-top:2px solid #f90;
	font:"10px Trebuchet MS", Arial, Helvetica, sans-serif bold;
	background:#000;
  }
#header	#nav2 marquee	li {
	display:inline;
  float: left;
  position: relative;
  padding:1px 20px;
	color:#ffff00;
	text-decoration:none;
	font:"10px Trebuchet MS", Arial, Helvetica, sans-serif bold;
  }
  
  
#header	#nav2 marquee ul li a:link	{
	display:inline;
	color:#ffff00;
	padding:1px;
	font:normal;
	text-decoration:none;
	float:left;
}
  
#header	#nav2 marquee ul li a:visited	{
	display:inline;
	color:#ffff00;
	padding:1px;
	font:normal;
	text-decoration:none;
	float:left;
}
  
#header	#nav2 marquee ul li a:hover	{
	display:inline;
	color:#ff0000;
	padding:1px;
	font:normal;
	text-decoration:none;
	float:left;
}

#sub_nav	{
	color:#fff;
}









#header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
#sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 200px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #fff; /* the background color will be displayed for the length of the content in the column, but no further */
	padding:0px; /* padding keeps the content of the div away from the edges */
	border-right:0px solid #990000;
}


#mainContent li {
	list-style-image:url(img/small_flame.gif);
	margin:1px;
	padding:0px;
	list-style-position:outside;
}

#sidebar1 a:link {
	display:block;
	background:fff;
	text-decoration:none;
	margin-left:3px;
	padding:1px 4px 1px 20px;
	border-bottom:1px dotted #333;
	color:#333;
	height:20px;
}

#sidebar1  a:visited {
	display:block;
	background:fff;
	text-decoration:none;
	margin-left:3px;
	padding:1px 4px 1px 20px;
	border-bottom:1px dotted #333;
	color:#333;
	height:20px;
}

#sidebar1  a:hover {
	display:block;
	background:#ccc;
	text-decoration:none;
	margin-left:3px;
	padding:1px 4px 1px 20px;
	color: #880000;
	border-bottom:1px dotted #333;
	height:20px;
}

a.none{
	background-image:none;
}
a.none:visited	{
	background-image:none;
}
a.none:hover	{
	background-image:none;
}


#sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 150px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #fff; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 10px 15px 20px; /* padding keeps the content of the div away from the edges */
}
#mainContent { 
	margin: 0 170px 0 10px; /* the right and left margins on this div element creates the two outer columns on the sides of the page. No matter how much content the sidebar divs contain, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the sidebar spaces when the content in each sidebar ends. */
	padding: 0 10px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	min-height:800px;
} 
#mainContent2 { 
	margin: 0 10px 0 10px; /* the right and left margins on this div element creates the two outer columns on the sides of the page. No matter how much content the sidebar divs contain, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the sidebar spaces when the content in each sidebar ends. */
	padding: 0 10px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	min-height:800px;
} 


#gal_menu	{
	width:702px; 
	float:left;
	background-color:#333;
}
#gal_menu #link	{
	width:212px; 
	float:left;
	padding:10px;
	text-align:center;
	font:12px Arial, Helvetica, sans-serif;
	height:25px;
	border:1px solid #fff;
	vertical-align:middle;
}


#gal_menu #link:hover	{
	background-color:#f90;
	color:#333;
}

#gal_menu	 #link a:link {
	color:#fff;
	padding-top:30px;
	text-decoration:none;
	width:200px;
	height:44px;
}

#gal_menu	 #link  a:visited {
	color:#fff;
	padding-top:30px;
	text-decoration:none;
	width:200px;
	height:44px;
}

#gal_menu	 #link  a:hover {
	color:#333;
	padding-top:30px;
	text-decoration:none;
	width:200px;
	height:44px;
}

#footer { 
	padding: 20px 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#fff url(img/foot_bg.png) bottom left no-repeat;
	height:150px;
	border-top:1px solid #000;
	font-size:10px;
	text-align:center;
} 
#footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 0px 80px; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.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;
}


#members_row	{
	width:580px; 
	float:left;
}
#members_row:hover	{
	background-color:#a7a7a7;
	width:575px; 
	float:left;
}




#firelinks	{
	width:550px;
	float:left;
}


#firelinks	t	a:link	{
	color:#ff0000;
	text-decoration:none;
	font-size:11px;
}
#firelinks		a:visited	{
	color:#ff0000;
	text-decoration:none;
	font-size:11px;
}
#firelinks		a:hover	{
	color:#770000;
	text-decoration:underline;
	font-size:11px;
}

#teasebox	{
	width:185px;
	float:left; 
	text-align:left; 
	margin: 10px 10px 0px 0px;
}

#teasebox	h4	{
	background-color:#000; color:#F90; padding:2px 5px;
}
#teasebox2	{
	width:580px;
	float:left; 
	text-align:left; 
	margin: 10px 10px 0px 0px;
}

#teasebox2	h4	{
	background-color:#000; color:#F90; padding:2px 5px;
}
