/* Start of CMSMS style sheet 'ADB MAIN STRUCTURE' */
    body {
        margin:0;
        padding:0;
        border:0;			/* This removes the border around the viewport in old versions of IE */
        width:100%;
color: #fff;
        background:#262626;
        background-image: url(images/backgroundfade.jpg);
        background-repeat: repeat-x;
        min-width:1000px;    /* Minimum width of layout - remove line if not required */
							/* The min-width property does not work in old versions of Internet Explorer */
		font-size:90%;
/*		text-align:center;  */
    }
	/* Header styles */
    #topsep {
        clear:both;
        float:left;
        width:100%;
        background-image: url(images/topseparator.gif);
        background-repeat: no-repeat;
        height: 38px;
    }
        #botsep {
        clear:both;
        float:left;
        width:100%;
        background-image: url(images/bottomseparator.gif);
        background-repeat: no-repeat;       
        height: 45px; 
    }


#maincontentinside {
clear:both;
float:left;
width:100%;
background-color: #000;
}

#maincontentinsidesub {
clear:both;
float:left;
width:100%;
background-image: url(images/centerback.gif);
background-repeat: repeat-y;
background-color: #000;
}
.contentinney {
padding: 20px 50px 10px 50px;
}

#subcontentwrapper{
float: left;
width: 100%;
}

#subcontentcolumn{
margin-left: 238px;
}

#subleftcolumn{
float: left;
width: 238px;
margin-left: -1000px;
}

#fullwidthinside {
clear:both;
float:left;
width: 100%;
background-image: url(images/bottomleft.gif);
background-repeat: no-repeat;
background-color: #313131;
}

.contentinney2 {
padding: 0 50px 0px 50px;
float:right;
}

br.clear { 
clear:both 
}

			/* column container */
	.colmask {
		position:relative;		/* This fixes the IE7 overflow hidden bug and stops the layout jumping out of place */
	    clear:both;
	    float:left;
        width:100%;			/* width of whole page */
		overflow:hidden;	/* This chops off any overhanging divs */
	}
	/* 2 column left menu settings for top area */
	.leftmenu {
	    /* background:#FFD8B7; */
  	    background-image: url(images/logoback.gif);
	    background-repeat: no-repeat;
	}
    .leftmenu .colright {
        float:left;
        width:200%;
		position:relative;
		left:446px;
		height: 102px;
        background:#fff;
        background-image: url(images/linkback.gif);
	    background-repeat: no-repeat;
    }
    .leftmenu .col1wrap {
	    float:right;
	    width:50%;
	    position:relative;
	    right:476px;
		height: 102px;	    
	}
	.leftmenu .col1 {
        margin:0 15px 0 491px;   /* 215 */
	    position:relative;
	    right:100%;
	    overflow:hidden;
	}
    .leftmenu .col2 {
        float:left;
        width:446px;  /* 170px */
        position:relative;
        right:461px;  /* 185px */
    }
	/* Footer styles */
	#footer {
        clear:both;
        float:left;
        width:100%;
  	    background-image: url(images/waybottom.gif);
	    background-repeat: no-repeat;
       height: 30px;
    }
	#superfooter {
        clear:both;
        float:left;
        width:100%;
        margin-top: 20px;
        text-align: center;
font-size: 75%;
color: #fff;
    }
    
    /* for center area home */
    
	.leftmen1 {
  	    background-image: url(images/hometextback.gif);
	    background-repeat: no-repeat;
	}
    .leftmen1 .colright1 {
        float:left;
        width:200%;
		position:relative;
		left:446px;
height: 274px;
        background-image: url(images/homepicturearea.gif);
	    background-repeat: no-repeat;        
    }
    .leftmen1 .col1wrap1 {
	    float:right;
	    width:50%;
	    position:relative;
	    right:476px;
		height: 274px;	    
	}
	.leftmen1 .col11 {
        margin:0 15px 0 476px;   /* 215 */
	    position:relative;
	    right:100%;
	    overflow:hidden;
	}
    .leftmen1 .col21 {
        float:left;
        width:330px;  /* 170px */
        position:relative;
        right:396px;  /* 185px */
    }
    
    
    
    /* for 3 col part */
    
    #contentwrapper{
float: left;
width: 100%;
background-image: url(images/bottomback2.gif);
background-repeat: repeat-y;
}

#contentcolumn{
margin: 0 390px 0 220px; /*Margins for content column. Should be "0 RightColumnWidth 0 LeftColumnWidth*/
        background-image: url(images/bottomcenter.gif);
	    background-repeat: no-repeat;
	    height: 210px;
}

#leftcolumn{
float: left;
width: 220px; /*Width of left column in pixel*/
margin-left: -1000px; /*Set margin to that of -(MainContainerWidth)*/
        background-image: url(images/bottomleft.gif);
	    background-repeat: no-repeat;
	    height: 210px;	    
}

#rightcolumn{
float: left;
width: 390px; /*Width of right column*/
margin-left: -390px; /*Set left margin to -(RightColumnWidth)*/
        background-image: url(images/bottomright.gif);
	    background-repeat: no-repeat;
	    height: 210px;	    
}

    
    /* end 3 col part */
    
    
#fixed {
   margin:0 auto;
   width:1000px;   /* you can use px, em or % */
   text-align:left;

}

.innertube {
padding-right: 50px;
}

.innertube2 {
padding-left: 50px;
}

.innertube3 {
padding: 0 50px 0 35px;
}

.secondlevelmenu {
text-align:right;
font-size: 75%;
font-family:Lucida Sans Unicode, Lucida Grande, sans-serif;
}
    
    /* --> */
    </style>
    <!--[if lt IE 7]>
    <style media="screen" type="text/css">
    .col1 {
	    width:100%;
	}
    </style>
    <![endif]-->
/* End of 'ADB MAIN STRUCTURE' */

