@charset "utf-8";
/* CSS Document */

body{text-align:center;
     background-color:#FFFFFF;
	 background-image:url(../img/cat_bg.gif);
     font-size:13px;
	 margin:0px;
	 padding:0px;
	 line-height:14pt;
}

a:link {
	color: #FF6633;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #FF9999;
}
a:hover {
	text-decoration: underline;
	color: #FFCC00;
}
a:active {
	text-decoration: none;
	color: #FFCCCC;
}

#contents{position:relative;
	      margin:auto;
	      width:900px;
		  height:1470px;
	      text-align:left;
	      font-size: 12px;
		  background-color:#FFFFFF;
		  border:solid 1px #FF9933;
}

#head{height:150px;
      width:900px;
	  background-color:#FFFFFF;
}

#menu{height:20px;
      width:840px;
	  background-color:#FFFFFF;
	  text-align:left;
	  padding:10px 30px 0px 30px;
}

#box1{height:230px;
      width:840px;
	  background-color:#FFFFFF;
      padding:10px 30px 10px 30px;
}

#main{height:930px;
      width:840px;
	  float:left;
	  background-color:#FFFFFF;
	  padding-right:30px;
	  padding-left:30px;
	  font-size:13px;
	  line-height:14pt;
}

#counter{height:35px;
         width:300px;
		 margin-bottom:10px;
		 float:right;
		 text-align:right;
		 padding-right:30px;
}

#foot{height:40px;
      width:900px;
	  float:left;
	  padding-top:10px;
	  background-color:#FFFFFF;
	  text-align:center;
}
