/****************************************************\
* CSS file working with IE and FireFox.  Only caveat *
* is that skull bkg does not show in FireFox         *
\****************************************************/

h6 {
	clear:both; 
	visibility:hidden;
} 
body,html{
	height:100%;
}
body,h1,h2,h3,h4,h5,h6,ul,li,table,p,form,textarea,input{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #999999;
	font-size: 10px;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
}
h5 {
	font-size: 12px;
}
body {
	text-decoration: none;
	background-color: #000000;
	scrollbar-3dlight-color:#000000;
	scrollbar-arrow-color:#D3D3D3;
	scrollbar-base-color:#D3D3D3;
	scrollbar-track-color:#696969;
	scrollbar-darkshadow-color:#000000;
	scrollbar-face-color:#A9A9A9;
	scrollbar-highlight-color:#7F7F7F;
	scrollbar-shadow-color:#7F7F7F;
}
a:link {
	color: #CC3333;
	text-decoration: none;
}
a:visited {
	color: #FF3333;
	text-decoration: none;
}
a:hover {
	color: #CCCCCC;
	text-decoration: line-through;
}
a:active {
	color: #CC3333;
	text-decoration: none;
}
input,textarea,select {
	background-color:#333333;
	border:3px double #999999;
	padding:2px;
	height:24px;
	color:#CCCCCC;
}
.titletbls {
	border: 1px dotted #999999;
}
.red {
	color:#CC0000;
}
.script{
	font-family:Mistral, "Rage Italic", FreshScript, Arial, san-serif;
	font-size: 18px;
}
/*****************************************
 ------ begin div tag identifiers ------ */
#wrapper{
	position:absolute; 
	min-height: 100%; /*for FireFox*/
	*height:100%; /*for IE*/
	width:100%; 
	left:0px; 
	top:0px; 
	background-color:#000000; 
	background-image: url("/images/line.gif"); 
	background-repeat:repeat-y; 
	background-position:top left;
}
#lbkg {
	position:absolute; 
	*z-index:-1; /*for IE*/
	top:0px; 
	left:0px; 
	width:94px; 
	min-height: 100%; /*for FireFox*/
	*height:100%;  /*for IE*/
	background-image: url("/images/layout_s_01.jpg"); 
	background-repeat:no-repeat; 
	background-position:top left;
}
#rbkg {
	position:absolute; 
	*z-index:-2; /*for IE*/
	top:0px; 
	left:0px; 
	*width:100%; /*for IE*/
	height:100%; 
	*background-image: url("/images/layout_s_03.jpg");  /*only displays in IE*/
	background-repeat:no-repeat; 
	background-position:top right;
}
#main {
	width:666px; 
	height:100%; 
	margin:0px 0px 0px 94px; 
	background-color:#000000;
}
#hdrmain {
	width:666px; 
	height:249px;
}
#menu {
	width:666px;
	top:249px;
}
#content {
	width:656px; 
	padding:10px 10px 0px 10px;
}
#ftrmain {
	width:656px; 
	padding:20px 0px 10px 10px;  /* for FireFox */
	*padding:20px 0px 10px 10px; /* for IE */
	vertical-align:bottom;
	clear:both;
}
#InewsHome {
	width:300px; 
	height:275px;
}
#leftframe {
	width:310px; 
	height:270px; 
	float:left;
}
#rightframe {
	width:310px; 
	height:290px; 
	float:right;
}
#titles {
	padding:10px 0px 5px 0px;
}
#newsmain {
	width:310px; 
	height:265px; 
	overflow: auto; 
}
#about {
	border: 1px dotted #999999; 
	margin:0px 10px 5px 10px; 
	padding:1px 1px 1px 1px;
}
#album {
	border: 1px solid #999999; 
	width:280px;
	height:210px; 
	padding:20px 0px 0px 50px;
	margin:10px 10px 10px 10px; 
}
/***************************************
 ------ end div tag identifiers ------ */
