body, input, select, textarea {
	 font-family: Tahoma, "Arial CE", Arial, Helvetica, sans-serif;
	 font-size: 90%;
     /*font-size:12px;*/
}

body, html, pre, hr, h1, h2, h3, p, div{
    margin:0px;
    padding:0px;
    border:0px;
}

body, html{
    background-color:white;
    text-align:center;
}


h1 {
    font-size: 2.0em;
    font-weight: normal;
    margin-top: 0em;
    margin-bottom: 0em;
}

h2 {
    font-size: 1.7em;
    margin: 1.2em 0em 1.2em 0em;
    font-weight: normal;
}

h3 {
    color: rgb(255,100,0);
    font-size: 1.4em;
    margin: 1.2em 0em 1.2em 0em;
    font-weight: normal;
}

h4 {
    font-size: 1.2em;
    margin: 1.2em 0em 1.2em 0em;
    font-weight: bold;
}

#hunHei {
    height:100%;
    background-color:white;
    
}    

#allOut {
    width:840px;
    height:630px;
    position:relative;
    margin:0px auto;
    margin-top:5%;
    text-align:left;    
}

#allIn {
    border:1px solid rgb(119,119,119);
    background-color:#FFFFFF;
    height:100%;
    position:absolute;
    width:100%;
}


#mainOut {
    /*top:75px;*/
    position:absolute;
    left:0px;
    height:531px;
    width:100%;    
}

#headerOut {
    height:100px;
    top:0px;
    left:0px;
    position:absolute;
    width:100%;    
}

#headerIn {
    border-bottom:1px solid rgb(119,119,119);
    width:100%;    
}

#hMenu {
    position:absolute;
    width:320px;
    height:100%;
}

#hFirst {
    position:absolute;
    width:120px;
    background: url("../img/A.jpg") top no-repeat;
    height:100%;
}

#hFirst a {
    display:block;
    height:100px;
    width:120px;
    text-decoration:none;
}

#hFirst img {
    width:100%;
    height:100%;
    z-index:2;
    position:absolute;
    border:0px;
}

#hSecond {
    width:200px;
    position:absolute;
    left:120px;
    background: url("../img/B.jpg") top no-repeat;
    border-left:1px solid rgb(119,119,119);
    height:100px;
    top:0px;
}  

#hCon {
    position:absolute;
    width: 519px;
    left:320px;
    height:100px;
    background: url("../img/E.jpg") top left no-repeat;
    border-left:1px solid rgb(119,119,119);
    }

#hLogoIn{
    height:25px;
    /*border-bottom:1px solid rgb(119,119,119);*/
    position:absolute;
    top:74px;
    width:100%;  
    z-index:2;
}

#hLogoIn h1 {
      margin:0; padding:0;
      position:relative;
      width:540px; height:25px;
      overflow:hidden;
      font-size:20px;      
}
      
#hLogoIn h1 span{
      display:block;
      position:absolute; left:0; top:0; z-index:1;
      width:540px; height:25px;
      margin:0; padding:0;
      background:url("../img/F.jpg") top left no-repeat;
}

#hLogoIn a {
    /*display:block;
    width:540px;
    height:25px;*/
    font-size:20px;
}


#menuOut {
    width:320px;
    /*background:white url("../img/C.jpg") bottom left  no-repeat;*/
    height:100%;
    position:absolute;
    top:100px;
    }

#menuIn {
    /*background:url("../img/E.jpg") center 50px no-repeat;*/
    border-right:1px solid rgb(0,0,0);
    height:100%;
    font-size: 80%;
    }

#contentOut {
    width:520px;
    position:absolute;
    left:320px;
    height:100%;
    top:100px;
}

#contentIn {
    border-left:1px solid rgb(119,119,119);
    height:531px;
    width:519px;
    overflow:auto;    
}

#inner {
    padding:10px;
}

#inner h1 {
    padding: 0em 0em 0em 0em;
    margin: 0em 0em 0em 0em;
}

#inner h2 {
    padding: 0em 0em 0em 0em;
    margin: 0em 0em 0.5em 0em;
}

#inner h3 {
    font-size: 13px;
/*    text-align:center;*/
    font-weight: bold;
    padding: 0em 0em 0em 0em;
    margin: 2em 0em 0.2em 0em;
}

#inner h4 {
    font-size: 12px;
    /*color: #8B8D8C;*/
	color: #666666;
	/*color: #FEC200;*/
	/*color: #FED287;*/
}

#inner p {
    padding: Oem 0.2em 0em 0em;
    margin: 0.1em 0em 0.5em 0.2em;
    font-size: 80%;
    text-align: justify;
}

#inner ul {
    padding: Oem 0em 0em 0em;
    margin-top: 0em;
    margin-bottom: 0em;
}

#inner li {
    padding: Oem 0em 0em 0em;
    margin: 0em 0em 0em 0em;
    font-size: 80%;
    	
}

#logo {
   text-align: center;
   width: 480px;
}

#firstCol{
    background: #FFF600 url("../img/C.jpg") top no-repeat;
    width:120px;
    float:left;
    /*border-right:1px solid rgb(119,119,119);*/
    position:absolute;
    height:100%;

}
    
#secondCol{
    position:absolute;
    height:100%;
    background:#FFFB85 url("../img/D.jpg") top right no-repeat;
    /*background-color:rgb(254,210,135);*/
    border-left:1px solid rgb(119,119,119);
    left:120px;
    width:200px;
}

#menuCols {
    position:relative;
    clear:both;
    margin:0px; padding:0px;
    left:1px;
    /*border:1px solid red;*/
    /*background:rgb(254,210,135) url("../img/02.jpg") bottom 119px no-repeat;*/
    /*top:85px;*/
    height:100%;
    width:100%;
}

#footer {
    position:absolute;
    bottom:0px;
    width:100%;
}    
    

/*
div>#firstCol {
    border:1px solid transparent;
}
*/
#nav, #nav ul, #nav li {
    margin:0px;
    padding:0px;
    border:0px;
}

#nav {
    /*padding-right:205px;*/
    position:absolute;
    left:0px;
    margin-top:15px;
    z-index:2;
}

#nav ul {
    display:none;
}

#nav li {
    list-style:none;
    padding:0 9px 0 0px;
    display:block;
    height:30px;
    /*background-color: #ff3300;*/
    /* border:1px solid red; */    
}

#nav li a {
    color:black;
    text-decoration:none;
    width:115px;
    display:block;
    padding:auto 0 auto 0;
    line-height:30px;
    text-align:right;
    padding-right:10px;    
}

#nav li.active{
    _margin-bottom:-3px;
}

#nav li a.active {
    font-weight:bold;
}

#nav li a:hover {
    color:rgb(0, 36, 255);
}


#secondLev {
    position:absolute;
    text-align:left;
    left:130px;
    width:180px;
    top:0px;
}

#secondLev li a {
    text-align:left;
    width:180px;    
}    



li.active #secondLev {
    display:block;
}

#footer a {
        color:rgb(119,119,119);
}

#footer a:hover {
    text-decoration:none;
}

#footer div {
    width:48%;
    float:left;
    text-align:center;
    margin-top:3px;
    margin-bottom:3px;
}

#engineOut {
    text-align:right;
    margin-top:2px;
    font-size: 80%;
}

#footer div a {
    height:11px;
    text-decoration:none;
}

#authorOut {
    font-size: 80%;
}

/*
hr.reset {
  clear:both;
  height:1px;
  margin: -1px 0 0 0; padding:0;
  border:none;
  visibility: hidden;
}    */

reset {
    width:100%;
    clear:both;
    height:1px;
}

reset hr {
    clear:both;
    height:1px;
    margin: -1px 0 -1px 0; padding:0px;

    border:none;
    visibility: hidden;
}
 
reset {
    _margin-bottom:-10px;
}    

fix {
    display:block; clear:both;
    border:0; margin:0; padding:0; height:1px; overflow:hidden;
    background-color:transparent;
}


#authorName {
  display:block;
  margin:0; padding:0;
  width:70px; height:11px;
  margin:0; padding:0;
  background:url("../img/logo.jpg") top left no-repeat;
}
#authorName span { display:none }

table{font-size: 80%;
      margin-top:20px;}

.foto
	{
	margin: 10px 20px 10px 0px; 
	padding: 0px 0px 0px 0px;
	border: 1px solid blue;
	}

