a:link { color: rgb(102,0,0); text-decoration:none; }
a:visited { color: rgb(102,0,0); text-decoration:none; }
a:active { color: rgb(102,0,0); text-decoration:none;} 
a:hover { color: rgb(102,102,102); text-decoration:none; } 

body#set {
    margin: 0px; 
    padding: 0px;
    background-color:rgb(255,255,255);
    background-image: url('images/bg.gif'); 
    background-repeat: repeat-x;
    font: normal 12px Georgia, serif
}

div#content{   
   position: absolute;
   top:270px;
   left:290px;
   width: 560px;
}

div#menu{   
   position: absolute;
   left:65px;
   top:270px;
   font: normal 15px Georgia, serif
}

div#leaf{   
   position: absolute;
   left:10px;
   top:20px;
   width: 245px;
   height: 249px;
   background-image: url('images/leaf.jpg');
}

div#title{   
   position: absolute;
   left:245px;
   top:50px;
   width: 604px;
   height: 97px;
   background-image: url('images/title.jpg');
}

div#sub_title{   
   position: absolute;
   left:295px;
   top:170px;
   width: 374px;
   height: 65px;
   background-image: url('images/sub_title.jpg');
}

.t1 { 
    font-family:Georgia, serif;	
    font-size:11px;
    color: rgb(00,00,00); 
}

.h1 { 
    font-family:Georgia, serif;	
    font-size:20px;
    color: rgb(00,00,00); 
    font-weight:bold;
}

.copy { 
    font-family:Georgia, serif;
    font-size:10px;
    color: rgb(255,255,255); 
}

img {
	border:0;
}
