/* 
    Document   : style
    Created on : Aug 27, 2011, 10:22:25 AM
    Author     : Administrator
    Description:
        Purpose of the stylesheet follows.
*/

/* 
   TODO customize this sample style
   Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/
body {
    margin: 0 auto;
    padding: 0;
    font-size: 0.7em;
    color: #bdbdbd;
    background-color: #001c31;
}
ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
}
#logo, #footer {
    margin: 20px 0;
    text-align: center;
}
#mainimg {
    height: 235px;
    text-align: center;
    background: url("../img/bgmap.jpg") no-repeat center center;
}
#menu {
    margin: 0 auto;
    width: 256px;
}
#menu li {
    display: block;
    width: 256px;
    height:34px;
    text-align: center;
    color: white;
    font-weight: bold;
    font-size: 1.2em;
    line-height: 34px;
    letter-spacing: -1px;
    background: url("../img/menu01.gif") no-repeat top left;
    margin-bottom: 5px;
}
#menu li a {
    display: block;
    width: 256px;
    height: 34px;
    text-decoration: none;
    color: white;
}
img {
    border: 0;
}
