@charset "utf-8";
/* CSS Document */
body{
font-size:14px;
font-family:Arial, Helvetica, sans-serif;
margin:0 auto;
background: #FFFFFF;
}

#container{background:#104f82; width:1000px; margin:0 auto; padding-bottom:20px}
#header{background:#FFFFFF; width:1000px; height:200px}
#logo{background:url(Image/logo.png); width:113px; height:112px; float:left; margin-left:40px; margin-top:8px; margin-bottom:50px}
#menu{background: url(Image/menu.jpg); width:1000px; height:30px}
#roomcontact{background:#104f82; width:920px; height:200px; border:#FFFF00 3px solid;}

.textheader{font-size:36px; margin-top:10px}

ul{color:#FFFFFF; font-size:24px;font-weight: bold; margin-left:30px}

a.link_darkgreen:link{color: #FFFF00; text-decoration:none;}
a.link_darkgreen:visited{color: #FFFF00; text-decoration:none;}
a.link_darkgreen:hover{color: #FF0000; text-decoration:none;}
