body  {
       margin: 0;
       padding: 0;
       font-size: 13px;
       font-family: font-family: Verdana, Arial, sans-serif;
       line-height: 1.2;
       background: url(../image/backgrd/bg.gif) repeat-x #999;
       text-aling: center;
       }
h1 { font-size: 20px; }
h2 {
    padding: 0px;
    margin: 0px;
    font-size: 18px;
    }
h3 { font-size: 16px; }


p { 
        letter-spacint: 0.2em;
        font-size: 14px;
        font-height: 1.3;
        margin: 4px;
        padding: 1px;
   
  }

a {
	text-decoration: underline;
	
	}

a:link {
	color: #88C6EA;
	}

a:visited {
	color: #88C6EA;
	}

a:active {
	color: #88C6EA;
	}


#wrapper  {
           position: relative;
           left: 61px;
           top: 0px;
           background: #ffffff;
           width: 800px;
	   text-align: left;
           padding: 0px;
           border-top: 0px;
           border-left: 4px solid #999999;
           border-right: 4px solid #999999;
           height: 100%;
          }

#header { positon: relative;  width: 800px;  
          height: 100px; 
          z-index: 100;
          background: #ffffff; }
         

#contents { position: relative; position: relative;
            height: 100%; padding: 0px 20px 0px 20px;
            background: #ffffff; border: 1px;} 

#contents ul { list-style: none; }

#contents li { border-bottom: 1px dotted #cccccc; margin: 0 10px 10px 10px; height: 100%; }

#contents image { margin: 10px; float:left; }

.apply { margin:6px; float:right;}






#footer  {
          clear: both;
          text-align: left;
          }


  
