/* CSS Document */
body {
	background-color: #999999;
	margin-top: 0px; 
	
}

#division-container { position:relative;
			 width:730px;
			 margin-left:auto;
			 margin-right:auto;
			 background-color:#000000;
			 //*background-image: url(../images/firefall107.jpg);
			 background-repeat:no-repeat;*//
			  
			 padding:0;
			 }

#division-header-divider {
                  width:730px;
				  height:15px;
				  background-color:#999999;				  
				  margin-bottom:0;	
				 }
				 
#division-header {
                  width:730px;
				  height:auto;
		     	  margin-left:auto; margin-right:auto;
				  background-color:#000000;
				  background-image: url(../images/firefallheader.jpg);
				  background-repeat:no-repeat; 
				  				  }

#division-main {
                  width:730px;
                  margin-left:auto;
				  margin-right:auto;
				  padding:0;
				  }


#division-sidebar {
                  width: 180px;
}

#division-main-divider {background-color:#999999;
                        height:auto;
						width: 10px;
						
						}  
				  
#division-content {
                     width:auto;
}



#layer-title {
	position:absolute;
	width:402px;
	height:48px;
	z-index:1;
	left: 291px;
	top: 141px;
}
.layer-title-font {
	font-family: "Bradley Hand ITC";
	font-size: 4em;
	font-weight: bold;
	font-style: italic;
	color: #FFFFFF;
}


.h1 {font-family:Verdana, Arial, Helvetica, sans-serif; font-size:1em; font-style:normal; font-weight:bold; text-align:left; text-shadow:#808040; color:#FFFFB3;
}

.h2 {font-family:Verdana, Arial, Helvetica, sans-serif; font-size:1.2em; font-style:normal; font-weight:bold; text-align:left; text-shadow:#808040; color:#FFFF00;
}

.h3 {font-family:Verdana, Arial, Helvetica, sans-serif; font-size:2empx; font-style:normal; font-weight:bold; text-align:left; text-shadow:#808040; color:#FFFFB3;
}
 
/* Special Effects */

/* .cell-text {font-family:Arial, Helvetica, sans-serif; font-weight:bold; text-align:center; color: #FFFFCA;
}

.cell-link {font-family:Arial, Helvetica, sans-serif; font-weight:bold; text-align:center; color: #FFFF00;}
.cell-link a:link {color:#FFFF00;}
.cell-link a:visited { color:#FFFF00;}
.cell-link a:hover {text-shadow:#AA9F55;}


.text {position: relative; top:0; right:0; width:25%; height:auto; background:#ffffcc; padding:10px;}
.text { color: #000000; text-transform:capitalize; font-family:Arial, Helvetica, sans-serif;  font-weight:bold; filter: alpha(opacity=30);
 filter: progid:DXImageTransform.Microsoft.Alpha(opacity=30);
 -moz-opacity: 0.30; opacity:0.3;
}
.textus {font-family:Arial, Helvetica, sans-serif; font-weight:bold; color:#000000; position: relative; top:0; right:0; height:auto; background:#fff; padding:10px;}
.textus {filter: alpha(opacity=50); filter: progid:DXImageTransform.Microsoft.Alpha(opacity=50);
 -moz-opacity: 0.50; opacity:0.5;
}
.text-box {font-family:Arial, Helvetica, sans-serif; font-size:14px; font-weight:bold; color:#000000; position: relative; top:0; right:0; height:auto; background: #FFFFCA; padding:20px;}
.text-box {filter: alpha(opacity=50); filter: progid:DXImageTransform.Microsoft.Alpha(opacity=50);
 -moz-opacity: 0.50; opacity:0.5;
}

.words {position:relative; width:40px; height:30px; background:transparent; padding:10px;}


/* Links */

a:link {
	color: #FFFF00;
	text-decoration: none;
}
a:visited {
    color: #0000FF;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: none;
}
