/* 
    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.9em;
    font-family: "Lucida Sans Unicode","Arial";
    color: #bdbdbd;
    background-color: #001c31;
    line-height: 14pt;
}
#logo, #footer {
    margin: 20px 0;
    text-align: center;
}
#footer {
    background: url("../img/bg01.gif") repeat-x;
    line-height: 31px;
    font-size: 0.7em;
    height:31px;
}
#navi {
    height: 31px;
    background: url("../img/bg01.gif") repeat-x;
}
#navi a {
    text-decoration: none;
    color:white;
    font-weight: bold;
    line-height: 31px;
}
#home {
    width: 100%;
    text-align: center;
}
#home a, #prev a {
    display: block;
}
#title {
    width: 100%;
    min-height: 42px;
    background: url("../img/titlebg.png");
    text-align: center;
    font-size: 1.2em;
    color: white;
    font-weight: bold;
    line-height: 42px;
    margin-bottom: 20px;
}
p.label {
    height: 25px;
    line-height: 25px;
    margin:0 0 10px 0;
    padding:0 0 0 25px;
    font-weight: bold;
    color: white;
    background: url("../img/bullet01.png") no-repeat center left;
}
#category li {
    float:left;
    width:50%;
}
#subcontent {
    padding: 0 5px;
    margin: 0 auto;
}
#wrapper {
    padding: 5px;
    background: url("../img/subbg.jpg") no-repeat top center;
}
img {
    border: 0;
}
.clear {
    clear: both;
}
.margin {
    padding: 0;
    margin: 0;
    height: 20px;
}
ul {
    margin: 0 0 0 25px;
    padding: 0;
}
li {
    margin-bottom: 5px;
}
.white {
    color: white;
}