.page
{
   padding:0;
   margin:0;
   width:1024px;
   background-color: 89ddf5;
   background-image: url(../images/background.jpg);
   background-repeat: no-repeat;
   background-position: top left;
}
.head
{
   width:1024px;
   height:362px;
   padding:0;
   margin:0; 
   background-image: url(../images/Head.jpg);
   background-repeat: no-repeat;
   background-position: top center;
}
.menu
{
   width:1024px;
   height:30px;
   padding:0;
   margin:0; 
   background-image: url(../images/Menu.jpg);
   background-repeat: no-repeat; 
   background-position: top center;
   font-weight:bold;
   font-size:10;
   font-family:"Arial";
   
}
.menu a
{
   text-decoration:none;
   color: white;
}
.menu ul
{
   margin:0;
   padding:0;
   margin-left:10;
   list-style-type: none;
   text-align: center; 
   font-size:11;
   font-family:"Arial";
}
.menu li
{
  margin-top:3;
  padding-top:4;
  padding-left:15;
  padding-right:15;
  padding-bottom:4;
  text-align: center; 
  float: left;
  color: white;
  cursor: pointer;
  font-size:10;
  font-family:"Arial";
}
.menu a:hover
{
  background-color: a8d1e3;  
}
.links_list
{
   margin:0;
   padding:0;
   list-style-type: none;
}
.links_list li:hover
{
   background-color: a8d1e3;
}
.body_background
{
   width:1024;
}
.banner
{
    background-image: url(../images/banner_background.jpg);
    background-repeat: no-repeat; 
    background-position: top center; 
    padding:5;
    margin:0;
    color:0054a6;
    font-size:8pt; 
    font-family:"Arial";
    text-align:justify;
}
.banner div
{
   width:736;
   height:180;
   overflow:hidden;
}
.banner2
{
    padding:5;
    margin:0;
    color:0054a6;
    font-size:8pt; 
    font-family:"Arial";
    text-align:justify;
    overflow:hidden;
    background-color:white;
}
.banner2 div
{
   width:364;
   height:80;
   overflow:hidden;
}
.foot
{
   width:1024px;
   background-image: url(../images/Foot.jpg);
   background-repeat: no-repeat; 
   background-position: top center; 
   color:white;
   font-family:"Arial";
   font-size:8pt;
}
.tittle
{
   padding:0;
   margin:0;
   color:0054a6;
   font-size:12pt; 
   font-family:"Arial";
   font-weight: bold;
}
.tittle2
{
   padding:0;
   margin:0;
   color:0054a6;
   font-size:9pt; 
   font-weight: bold;
   font-family:"Arial";
}
.text
{
   padding:5;
   margin:0;
   color:0054a6;
   font-size:8pt;
   font-family:"Arial";
   background-color:white;
}
.link
{
   text-decoration: none;
   color:0054a6;
}
.text2
{
   padding:10;
   margin:0;
   color:0054a6;
   font-size:8pt;
   font-family:"Arial";
}
.guestbook_comment_top
{
   margin-left:5;
   padding-left:5;
   background-color:black;
   color: white;
}
.guestbook_comment_middle
{
   margin:10;
   padding:10;
   background-color:e0e0e0;
   color: black;
}
.guestbook_comment_image
{
   padding:3;
   margin:3;
   background-color:black;
}
.comment_message_globe
{
   width: 275x;
   height: 130px;
   background-image: url(../images/comment_globe.gif);
   background-repeat: no-repeat;
   background-position: top left;
}
.new_frame
{
   width: 370x;
   height: 100px;
   overflow: auto; 
   cursor: pointer;
}
.new_frame a
{
   text-decoration: none;
   color:0054a6;
}
.pointer
{
   cursor: pointer;
}
