body { 
  background: url(lay/back3.jpg) repeat top;
  font-family: "Verdana", sans-serif; 
  margin: 0px;
  width: 100%;
}

/* Top */

#top {
    background: url(lay/back.jpg) repeat-x top;
    width: auto;
    height: 300px;
}

#limo {
    padding-top: 20px;
    margin: 0 auto 0 390px;
    background: url(lay/top.png) no-repeat center;
    height: 300px;   
    width: 550px;
}

#title {
    margin: -210px 125px 0 auto;
    width: 800px;
}

#title p {
    margin: 0;
    font-size: 40pt;
    color: #cccccc;
    letter-spacing: -1.5mm;
}

#title span {
    color: #777777;
}

#title strong {
    color: #969696;
    font-weight: 500;
}

/* Main */

#main {
    margin: -95px auto 20px auto;
    width: 800px;
    background-color: white;
    border: 2px solid black;
}

/* Menu */

#menu {
    background: url(lay/menu.png) repeat-x top;
    margin: auto;
    width: 900px;
    height: 70px;
    position: relative; top: -10px;
}

#menu ul {
    margin: 28px auto 0 auto;
    width: 660px;
    padding: 0;
}

#menu li {
    position: relative; top: 25px;
    list-style: none;
    display: inline;
    padding-right: 50px;
    padding-left: 50px;
    padding-top: 16px;
    padding-bottom: 16px;
    height: 50px;
    border-left : 1px solid #b3b3b3;
    margin-right: -6px;
    width: 175px;
}

#menu li:hover {
    background-color: #e3e3e3;
}

#menu a:hover {
    color: black;
    width: 175px;
}

#menu a {
    text-decoration: none;
    color: #191919;
    font-size: 11pt;
    text-align: center;
    width: 175px;
}

.anylinkcss{
    position:absolute;
    visibility: hidden;
    font: normal 10px Verdana;
    line-height: 20px;
    background-color: #e5e5e5;
    width: 162px;
    margin-top: 1px;
}


.anylinkcss a{
    width: 100%;
    color: #666666;
    display: block;
    border-bottom: 1px solid white;
    border-left: 1px solid #b3b3b3; 
    border-right: 1px solid #b3b3b3; 
    text-decoration: none;
    font-weight: bold;
    text-indent: 10px;
}

.anylinkcss a:hover{
    width: 160px;
    background-color: #f3f3f3;
    color: black;
    /* effect 3d: 
    text-indent: 12px;
    padding-top: 1px;
    */
}

/* Events */

#events {
    margin: 100px auto 0 auto;
    width: 700px;
}

#events div {
    float: left;
    margin-right: 10px;
    margin-bottom: 20px;
}

#events img {
    border: 10px solid #e5e5e5;
}

#events a :hover {
    background-color: #f4f4f4;
}

#events img:hover {
    border: 10px solid #f0f0f0;    
}

#events p {
    position: relative; top: -2px;
    font-size: 9pt;
    font-weight: 600;
    color: #1a1a1a;
    background-color: #f0f0f0;
    height: 22px;
    margin: 0;
    width: 165px;
    text-align: center;
    line-height: 22px;
}

#events a {
    text-decoration: none;
}

#events span {
    color: #666666;    
}

/* Content */

#content {
    margin: 350px auto 0 auto;
    width: 700px;
    padding-top: 100px;
}

#content p {
    text-align: justify;
    text-indent: 50px;
    font-size: 8pt;
    line-height: 16px;
    margin-bottom: 20px;    
}

.header {
    margin-left: 50px;
    margin-bottom: -10px;
    font-size: 15pt;
    color: #666666;
}

.header span {
    font-size: 18pt;
    color: gray;
}

#content img {
    margin-top: 20px;
    text-align: center;
}

/* Footer */

#footer {
    clear: both;
    width: 800px;
    margin-top: 30px;
    height: 30px;
    border-top: 2px solid #c4c4c4; 
    background-color: #d9d9d9;
    text-align: center;
    font-size: 7pt;
    color: gray;
    line-height: 30px;
}

#footer p {
    margin-top: 13px;
    text-align: center;
    font-size: 7pt;
    color: #d0d0d0;
}

/* Fleet */

#fleet {
    margin: 100px auto 0 auto;
    width: 650px;
    height: 68cm;
}

#fleet div {
    width: 200px;
    float: left;
    margin-right: 10px;
    margin-bottom: 20px;
}

#fleet div div{
    margin-left: 25px;
    width: 150px;
    background-color: #f0f0f0;
    position: relative; top: -3px;
    font-size: 8pt;
    color: black;
    text-align: center;
    height: 18px;
    line-height: 18px;    
}

#fleet div div :hover{
    background-color: #f8f8f8;
}

#fleet img {
    margin-left: 15px;
    border: 10px solid #e5e5e5;
}

#fleet a :hover {
    background-color: #f4f4f4;
}

#fleet img:hover {
    border: 10px solid #f0f0f0;    
}

#fleet p {
    position: relative; top: -2px;
    font-size: 9pt;
    font-weight: 500;
    color: #1a1a1a;
    background-color: #f8f8f8;
    height: 22px;
    margin: 0;
    width: 200px;
    text-align: center;
    line-height: 22px;
}

#fleet span {
    font-weight: 600;
    font-size: 11pt;
    color: #666666;    
}

#fleet a {
    text-decoration: none;
}
/* Additions */

img {border: 0;}

