body  {

	  background-color: #486060;
	  font-family: arial, verdana, sans-serif;
                  font-size: 100%;
	  text-align: center;
     }

#frame  {
                  width: 960px;
                  height: 810px;
	  margin-left: auto;
	  margin-right: auto;
                  align: center;
         }

#page  {
                  margin: 0px 10px 10px 10px;;
             
	  background-color: #ffffff;

      }

#header  {
                  background-color: #cccccc;
	  width: 960px;
	  height: 140px;

         }

#navigation  {
	  width: 950px;
	  height: 30px;
	  background-color: #a1b0b3;
	  padding: 10px 10px 0px 0px;
                  font-size: 80%
	  text-align: right;
            }



.main  {
                  float: left;
	  width: 960px;
	  height: 460px;
	  background-color: #cccccc;
	  padding: 0xp;
                  margin-top: 0px;
      }

.type_sub  {
                  float: left;
	  background-color: #ffffff;
	  width: 430px;
	  height: 344px;
                  padding: 3px;
                  margin-left: 20px;
                  margin-right: 20px;
          }

.headline  {

}



#footer  {
                  background-color: #cccccc;
	  width: 951px;
	  height: 140px;
                  padding: 5px;
                  clear: both;
         }
