/****************** CSS Fixed Layout #2.1- (Fixed-Fixed) ***********************/
#maincontainer{
	width: 800px; /*Width of main container*/
	margin: 0 auto; /*Center container on page*/
	}
#topsection{
	height: 150px; /*Height of top section*/
	background-image: url(images/masthead.jpg);
	background-repeat: no-repeat;
	}
#topsection h1, 
#topsection h2, 
#topsection h3, 
#topsection h4 {
	margin: 0;
	padding-top: 120px;
	font: 1.8em  Verdana, Tahoma ;
	font-weight: bold;
	text-align: center;
	color: white;
	}
#contentwrapper{
	float: left;
	width: 100%;
	background: #FFFFFF;
	color: #000000;
	}
#contentcolumn{
	margin-left: 180px; /*Set left margin to LeftColumnWidth*/
	background: #FFFFFF;
	}
#leftcolumn{
	float: left;
	width: 180px; /*Width of left column*/
	margin-left: -800px; /*Set left margin to -(MainContainerWidth)*/
	}
#footer{
	clear: left;
	width: 100%;
	background: #800000;
	color: #FFF;
	text-align: center;
	padding: 4px 0;
	}
#footer a{
	color: #FFFF80;
	}

/********************  End of CSS Fixed Layout #2.1- (Fixed-Fixed) ***********************/
#rightcolumn{
	float: left;
	width: 200px; /*Width of right column*/
	margin-left: -200px; /*Set left margin to -(RightColumnWidth)*/
	background: #FFF;  /********* #FDE95E; **********/
	}
#contentcolumnB {
	margin: 0 0 0 200px /*Margins for content column. Should be "0 RightColumnWidth 0 LeftColumnWidth*/
	}


/******************  General Styling *********************/
.innertube{
	margin: 10px; /*Margins for inner DIV inside each column (to provide padding)*/
	margin-top: 0;
	}

body{
	margin:0;
	padding:0;
	font: 12px/1px verdana;
	line-height: 1.5em;
	background-color: #800000;
	/* background-color: #336600;  dark green */
	/* background-color: #33CCFF;  sky blue */
	background-image: url('images/__ZKI-bg.jpg');
	}
h1, h2, h3 {
	font: 1.1em  Verdana, Tahoma ;
	font-weight: bold;
	text-align: center;
	color: white;
	}
.noshadetabs li a{
	list-style-type: none;
	text-decoration: none;
	position: relative;
	z-index: 1;
	padding: 3px;
	margin-right: 0px;
	}



/************************ FPMT Features *****************/
.nav_top {
	background:url('_FPMT/top_nav.gif') no-repeat top right;
	width:200px
	height:20px
	}
.rightnav {
	text-align:left;
	font-size: 12px;
	width:200px
	padding:0;background: url('_FPMT/fade.gif') repeat-y top right;
	}
.nav_bottom {
	background:url('_FPMT/btm_nav.gif') no-repeat top right;
	width:200px
	height:20px;
	margin-bottom:10px
	}