body {
/*
scrollbar-arrow-color: gray;
scrollbar-base-color: ##D9D9D9;
scrollbar-face-color: ##D9D9D9;
scrollbar-highlight-color: ##D9D9D9;
scrollbar-shadow-color: gray;
scrollbar-3dlight-color: gray;
scrollbar-darkshadow-color: ##D9D9D9;
scrollbar-track-color: ##D9D9D9;
*/
  color: 
    #000000;
  font-family: 
    Arial, Verdana, Helvetica, Helvetica, Sans-serif;
  font-size: 
    11px;
  background-image: 
    url(../img/bg_color.gif);
}

div#spacer {
  width: 
    100%;
  height: 
    750px;
  background:
    url(../img/bg_color.gif) repeat center;
}

div#button {
  visibility:
    hidden;
}    

/* position */	
div#window {
  background-color: 
    #D9D9D9;
  text-align: 
    center;
  top:
    75px;
  position: 
    relative;
  margin: 
    0 auto 0 auto;   
  width: 
    648px;
}

p#links { text-align: left; line-height: 4px;  color: rgb(99,99,99);  letter-spacing: ; font-family: "Verdana Bold"; font-size: 6pt; font-weight: normal; }

#menu { 
  list-style: 
    none;  
  position: 
    absolute; 
  width: 
    auto; 
  height: 
    auto; 
  top: 
    85px; 
  left: 
    80px; 
  padding: 
    0px 0px 0px 0px; 
  margin: 
    0px 0px 0px 0px;
}

#logo { 
  position: 
    absolute; 
  width: 
    214px; 
  height: 
    22px; 
  top: 
    15px; 
  left: 
    15px; 
}

#cat { 
  position: 
    absolute; 
  width: 
    116px; 
  height: 
    24px; 
  top: 
    303px; 
  left: 
    15px; 
}

#copy { 
  position: 
    absolute; 
  width: 
    500px; 
  height: 
    38px; 
  top: 
    400px; 
  left: 85px; 
}

li		{ list-style-type: none;	 }

/* text */
td	{ font-size: 11px; }
.name	{ font-size: 12px; font-weight: bold; }
.kesa	{ font-size: 11px; font-weight: bold; }
.head	{	font-size: 11px; font-weight:bold; color: #AC2314;	}
.top{ font-family: Georgia, Arial, Verdana, Helvetica, Sans-serif; font-size: 18px; color: #666666; }

/* links */
A, A:link, A:visited	{	color: #000000; font-size: 11px;	text-decoration: none;	}
A:hover	{	font-size: 11px; color: #AC2314; text-decoration: none;	}
