﻿/* ------------------------} NONE SUPPORTED STYLES {------------------------------ 

///////////////  DIV TAGS 
///////////////  1. Cant have padding on the divs on a set width site in firefox only margins. 
///////////////  So put a table directly inside the div and put the style attribute with padding on the TD tag. 

*/




/* ------------------------} HTML STYLES {------------------------------ */

Body {
	border-collapse: collapse;
	background: url('images/Background.jpg') no-repeat 50% 0;
	background-color:#341106;
	font-family:arial; 
	size:10pt;	
	margin: 0px;
}

td {
	
	font-family:arial; 	
	
}


/* ------------------------} WEBSITE SHELL STYLES {--------------------- */

.SiteShell {
	width: 100%;

}

.BorderShell {
	width: 990px;	
	padding: 10px;
	margin-top:0px;
	background-color:#000000;	
	
}

.HolderShell {
	width: 970px;	
	margin-top: 1px;
	background: url('images/body.jpg');
	
}

/* ------------------------} HEADER SHELL STYLES {---------------------------- */

.HeaderShell {	
	width: 970px;	
	text-align: left;
}

#Header { 
	width: 970px;	
	height: 202px;
	background: url('images/header.jpg');
}

#News {
	
}


/* ------------------------} BODY SHELL STYLES {---------------------------- */

.BodyShell {
	
	background: url('images/body_tile.jpg'); 
	text-align: left;
	padding-left: 11px;
	padding-top: 9px;	
	padding-bottom: 12px;
	width: 970px;
}

.BodyShellDaughter {
	width: 970px;
	background: url('images/body_tile.jpg'); 
	text-align: left;		
	padding-top: 0px;		
	padding-bottom: 12px;
}

#TileHome {

	background: url('images/body_tile.jpg'); 
	width: 970px;

}


/* ----------------------} FOOTER SHELL STYLES {---------------------------- */

.FooterShell {
	width: 990px;
	height: 85px;
	text-align: center;
	/* background: url('images/footer_credits.png');  */
}
