*
{
    padding:                0;
    margin:                 0;
}

html, body
{
    color:                  #333333;
    font-size:              12px;
    height:                 100%;
    font-family:            sans-serif;
}

#page
{
    background-color:       #FFFFFF;
    width:                  800px;
    margin:                 auto;
    height:                 100%;
    padding:                15px 0;
}

#header
{
    height:                 100px;
    background:             transparent url('../img/header.jpg') no-repeat;
}

#header img
{
    margin:                 14px 25px;
    float:                  left;
}

#header p#title
{
    color:                  #FFFFFF;
    font-size:              3em;
    font-weight:            bold;
    padding:                15px 0 0 165px;
}

#header p#desc
{
    color:                  #FFFFFF;
    font-size:              1.5em;
    padding-left:           165px;
}

#menu
{
    width:                  100%;
    background:             transparent url('../img/menu_top.gif') no-repeat;
    margin-top:             15px;
}

#menu ul
{
    list-style-type:        none;
    background:             transparent url('../img/menu_bottom.gif') no-repeat 0 100%;
    height:                 16px;
    padding:                7px;
}

#menu ul li
{
    display:                inline;
    border-right:           1px solid #999999;
    padding:                0 10px;
}

#menu ul li a
{
    color:                  #333333;
    text-decoration:        none;
}

#menu ul li a:hover
{
    color:                  #0085CF;
}

#body_top
{
    margin-top:             15px;
    background:             transparent url('../img/body_top.png') no-repeat;
    height:                 4px;
}

#body
{
    border-width:           0 1px;
    border-color:           #cbcbcb;
    border-style:           solid;
    padding:                10px;
}

#body_bottom
{
    background:             transparent url('../img/body_bottom.png') no-repeat;
    height:                 4px;
}

#body h1
{
    font-size:              1.5em;
    margin-bottom:          1em;
}

#body h2
{
    font-size:              1.2em;
    color:                  #666;
    width:                  50%;
    margin-top:             1.5em;
}

#body p
{
    text-align:             justify;
    margin:                 1em 0;
}

#body dt
{
    font-weight:            bold;
}

#body dd
{
    margin-left:            50px;
    margin-bottom:          1em;
}

#body ul
{
    list-style-type:        none;
    margin-left:            50px;
}

#body ul li
{
    line-height:            1.5em;
}

#body ul li a
{
    color:                  #0085CF;
    text-decoration:        none;
}

#body ul li a:hover
{
    text-decoration:        underline;
}

#body .pic
{
    text-align:             center;
    margin:                 50px 0;
}

#body p img
{
    max-width:              760px;
}

dl
{
    margin-top:             20px;
}

dd
{
    margin-top:             10px;
}

#footer
{
    width:                  100%;
    background:             transparent url('../img/menu_top.gif') no-repeat;
    margin-top:             15px;
    text-align:             center;
}

#footer ul
{
    list-style-type:        none;
    background:             transparent url('../img/menu_bottom.gif') no-repeat 0 100%;
    height:                 16px;
    padding:                7px;
}

#footer ul li
{
    display:                inline;
    /*border-right:           1px solid #999999;*/
    padding:                0 2px;
}

#footer ul li a
{
    color:                  #333333;
    text-decoration:        none;
}

#footer ul li a:hover
{
    color:                  #0085CF;
}


