body {
    background:  #f2f2f2;
    }
/*--------------------------------------Head--------------------------------------*/
        #head .top {
                background: #666666;
                }

        .head0 {background: #b2c8de;} 

        
        #title {
                height: 100px;
                width: 800px;
                font: Arial Narrow, Arial, Helvetica, sans-serif;
                font-size: 46px;
                float: right;    
                }
                
                #title .txt {
                display: block;
                }
        .tit {    background:  none; }

/*--------------------------------------------------------------------------------*/
/*--------------------------------------Nav---------------------------------------*/
#nav {
    margin: 0px;
    width: 180px;
    padding-left: 20px;
    background:#FFF;
    }
    
    #section {     
        width: 180px;
        padding: 0px; 
        border:none;
        }
        #section li {
            background: #f0f0f0;
            width: 180px;
            margin: 5px 0px;
            }
                
            #section li a {
            width: auto;
            }    
        
        .nav1 { border-right:#AF0734 5px solid; background: none; }
        .nav2 { border-right:#8721c2 5px solid; background: none; }
        .nav3 { border-right:#006ab2 5px solid; background: none; }
        .nav4 { border-right:#c4b27a 5px solid; background: none; }
        .nav5 { border-right:#DA6329 5px solid; background: none; }
        .nav6 { border-right:#008734 5px solid; background: none; }
        .nav7 { border-right:#fcc203 5px solid; background: none; }
        .nav8 { border-right:#2dbdb8 5px solid; background: none; }
        .nav9 { border-right:#fa89f6 5px solid; background: none; }
        
        .nav1:hover, .nav1:focus, nav1:active {    background: #e1e2e2;}
        .nav2:hover, .nav2:focus, nav2:active {    background: #e1e2e2;}
        .nav3:hover, .nav3:focus, nav3:active {    background: #e1e2e2;}
        .nav4:hover, .nav4:focus, nav4:active {    background: #e1e2e2;}
        .nav5:hover, .nav5:focus, nav5:active {    background: #e1e2e2;}
        .nav6:hover, .nav6:focus, nav6:active {    background: #e1e2e2;}
        .nav7:hover, .nav7:focus, nav7:active {    background: #e1e2e2;}
        .nav8:hover, .nav8:focus, nav8:active {    background: #e1e2e2;}
        .nav9:hover, .nav9:focus, nav9:active {    background: #e1e2e2;}
    
        #selected .nav1{ background: #e1e2e2; }
        #selected .nav2{ background: #e1e2e2; }
        #selected .nav3{ background: #e1e2e2; }
        #selected .nav4{ background: #e1e2e2; }
        #selected .nav5{ background: #e1e2e2; }
        #selected .nav6{ background: #e1e2e2; }
        #selected .nav7{ background: #e1e2e2; }
        #selected .nav8{ background: #e1e2e2; }
        #selected .nav9{ background: #e1e2e2; }
		
/*--------------------------------------------------------------------------------*/
/*------------------------------------Foot----------------------------------------*/

#foot {
	 background-color: #666666;
	}
/*--------------------------------------------------------------------------------*/
/*-----------------------------------Content--------------------------------------*/
#main {
    background:  #fff;    
    }
    
#content0, #content1, #content2, #content3, #content4, #content5, #content6, #content7, #content8, #content9, #content {
    margin: 0 0 0 200px;
    padding: 5px;
    padding: 5px 10px 5px 15px;
    }
/*--------------------------------------------------------------------------------*/