div#page
{
    position: relative;
    height: 100%;
    margin: 0 auto;
    margin-top: 10px;
    padding: 0px;
    font-family: Verdana, Geneva, sans-serif;
    background-color: #FFF;
}
.BlackHeader
{
    position: relative;
    background-color: #000000;
    text-decoration: none;
    color: #ffffff;
    margin: 0;
    padding: 0;
    border: 0;
    border-style: none;
    line-height: 0;
}
.FireBGHeader
{
    background-image: url(../Images/FireHeaderBG_1232x110.jpg);
    background-repeat: repeat;
    color: white;
    padding: 15px 0px 15px 0px;
    height: 61px;
    background-color: #000000;
}
.NavigationBG
{
    background-image: url(../Images/NavigationBG_2x45.jpg);
    background-repeat: repeat-x;
}
div#SubMainContent
{
    position: relative;
    height: 100%;
    margin: 0px auto;
    padding: 5px 0px;
}
.GrayWallBGTexture
{
    background-image: url(../Images/GrayWallTextureBG_70x270.jpg);
    background-repeat: repeat-x;
    width: 100%;
}
.FooterGradient
{
	background: rgb(68,68,68); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(68,68,68,1) 0%, rgba(71,71,71,1) 79%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(68,68,68,1)), color-stop(79%,rgba(71,71,71,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(68,68,68,1) 0%,rgba(71,71,71,1) 79%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(68,68,68,1) 0%,rgba(71,71,71,1) 79%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(68,68,68,1) 0%,rgba(71,71,71,1) 79%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(68,68,68,1) 0%,rgba(71,71,71,1) 79%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#444444', endColorstr='#474747',GradientType=0 ); /* IE6-9 */
    position: relative;
    width: 100%;
    padding-top: 10px;
    padding-bottom: 15px;
    font-size: 13px;
	font-family: Cantarell;
    color: #959595;
    text-align: center;
}
.FooterGradientInfo
{
	font-family: Times;
	font-size: 14px;
	color: #959595;
}
.FooterGradient a
{
    color: #b1b1b1;
    text-decoration: none;
}
.FooterGradient a:hover
{
    text-decoration: underline;
    color: #e15530;
}





/* EDITOR PROPERTIES - PLEASE DON'T DELETE THIS LINE TO AVOID DUPLICATE PROPERTIES */
