
body {

        background-image: url( ../images/kr.png );
        background-repeat: no-repeat;
        
   background-color: #87bede

}

* {

   font-family: arial;	

}
   


#header {

        height: 101px;
        width: 790px;

        background-image: url( ../images/header.jpg );
        background-repeat: no-repeat;
        
        margin: 25px auto 0px;
        
}

#main {

      width: 790px;
      margin: 0px auto;
      background-color: #fff;

     background-image: url( ../images/navigation.png );
     background-repeat: repeat-y


}

#navigation {

	width: 130px;

	padding: 0px;

	margin: 0px;

	list-style: none;


}

#content {

	float: right;

	width: 475px;

   margin-top: 5px;

   margin-right: 15px;


}

#right {

   width: 155px;

   float: right;


}



#content fieldset {
   border: 1px solid black;
   line-height:18px;
}

#content textarea {
   width: 100%
}

#content label {
   width: 100px;
   display: block;
   float: left;
}
