html {
 height: 100%
 }


body {
  background-color: #fff;
  /*background-image: url(/templates/notionbox/pics/13.gif);*/
  background-repeat: repeat;
  margin:0;
  padding: 0;
  font-family: Arial, Helvetica, FreeSans, sans-serif;
  font-size: 12px;
  line-height: 19px;
  height: 100%
  }

p {
  text-align: justify;

}
  
#main {
      background: url(/templates/notionbox/pics/bg.png);
      /*border: 1px solid #aaa;
      -webkit-border-radius: 5px;
      -moz-border-radius: 5px;*/
      margin: -5px 0 0 0;
      padding: 0 18px 18px 18px;
      }

#main center {

      margin: 20px
}

#content-wrap {
       margin: auto;
       width: 1000px;
       min-height: 100%
}
           
#wrap {
      float:right;
      width: 77%;
      margin-top: 10px

      }

h1 {
    color: #3B3C4F;
    font-size: 130%;
    border-bottom: 1px dotted #aaa
    }
    
h2 {
    color: #3B3C4F;
    font-size: 110%
    }
    
h3 {
    color: #3B3C4F;
    font-size: 105%
    }
    
li {
   line-height: 1.5;
   margin-bottom: 5px
   }
   
a img{
   border: none
   }
   
a:link {
  color: #7375A1;
  text-decoration: none;
  font-weight: 700
  }

a:visited {
  text-decoration: none;
  color: #A1737D;
  font-weight: bold
  }

#nav {
   float:left;
   margin: 0;
   padding: 0;
   width: 21%;
}

#nav li {

     margin-bottom: 2px

     }

.navbox {
   background: url(/templates/notionbox/pics/bg.png);
   clear:both;
   border-top: none;
   margin-bottom: 0;
   padding: 1px;
   margin-top: 0;
   display: block;
}

.navbox_head {
             background: url(/templates/notionbox/pics/tab.png);
             background-repeat: no-repeat;
             margin:0;
             padding-left: 15px;
             height: 21px;
             padding-top: 15px;
             padding-bottom: 0;
             font-weight: bold;
             font-size: 90%;
             float: left;
             width: 210px;
             color: #fff;
             text-transform: uppercase;
             
             }

a.lila {
             background: url(/templates/notionbox/pics/tab.png) 0px -7px no-repeat;
             height: 20px;
             padding: 10px 0 10px 8px;
             color: #fff;
}
a.lila span {
              background: #fff url(/templates/notionbox/pics/tab.png)  -200px -7px no-repeat;
              height: 20px;
              padding: 10px;
              
}
/*IE 6*/
* html .navbox_head {
  background: #fff;
  width: 195px;
}
* html .navbox {
  background: #fff;
  border: none
}
* html #main {
  background: #fff;
  border: none
}
* html body {
  background: #fff;
  border: none
}

/*IE 7*/
*:first-child+html .navbox_head {
  float: right;
}
             
#nav ul {
   margin: 5px;
   list-style-type: none;
   color: #638C9C;
   padding:0 0 0 10px
   }
   
#nav a:visited {
  text-decoration: none;
  color: #333;
  font-weight: normal
  }
  
#nav a:link {
  color: #333;
  text-decoration: none;
    font-weight: normal
  }

#header{
  font-size: 80%;
  background-color: #fafafa;
  border-bottom: 5px solid #7375A1;
  height: 80px;
  margin-bottom: 20px
  }
  
/*IE 7*/
*:first-child+html #header{
  height: 83px;
}
  
#footer {
        width: 100%;
        clear: both;
        margin-top: 20px;
        background: #fff;
        height: 30px;
        font-size: 80%;
        text-align: center;
        border-top: 5px solid #7375A1;
}
.code {
	font-size: 90%; 
	background-color: rgb(240, 240, 240);
	text-align: left;
}
