html, body, img, p
{
    padding: 0px;
    margin: 0px;
    border: 0px;
}

html, body
{
    height: 100%;
}

body
{
    background-color: #FFFFFF;
    font-family: Verdana, sans-serif;
    font-size: 12px;
    line-height: 16px;
    color: #363535;
    text-align:center;
    background-image: url('../images/body_bg.gif');
    background-position: center;
    background-repeat: repeat-y;
}

h1, h2, h3, h4, h5, h6
{
    font-size: 14px;
    font-weight: bold;
    line-height: 18px;
}

a
{
    text-decoration: underline;
    color: #363535;
}

a:hover
{
    color: #FFFFFF;
}

#wrapper
{
    margin: 0px auto;
    width: 991px;
    min-height: 100%;
    height: auto !important;
    height: 100%;
    background-image: url('../images/page_bg.jpg');
    background-repeat: no-repeat;
    background-position: top center;
}

#page
{
    /*width: 1171px;*/
    min-height: 472px;
    height: auto !important;
    height: 472px;
    padding-top: 282px;
    padding-bottom: 20px;
}

#content
{
    margin: 0px auto;
    width: 876px;
    height: auto;
    position: relative;
    border: #FFF solid 3px;
    background-color: #eda646;
    text-align: left;
}

#header
{
    height: 56px;
    background-color: #eda646;
    border-bottom: #FFFFFF solid 3px;
    font-weight: bold;
}

#header_left
{
    float: left;
    width: 468px;
    margin-top: 12px;
    text-indent: 15px;
}

#header_left a
{
    color: #363535;
    text-decoration: none;
}

#header_left a:hover
{
    background-color: #f5ce99;
}

#header_right
{
    float: left;
    width: 408px;
    margin-top: 28px;
    text-align: center;
}

#header_right a
{
    color: #FFFFFF;
    text-decoration: none;
}

#header_right a:hover
{
    background-color: #f5ce99;
}

#left
{
    float: left;
    width: 240px;
}

#right
{
    float: right;
    width: 633px;
    border-left: #FFFFFF solid 3px;
}

#nav
{
    width: 240px;
    margin-bottom: 62px;
}

#nav a
{
    display: block;
    line-height: 31px;
    height: 31px;
    text-decoration: none;
    color: #363535;
    text-align: center;
    font-size: 13px;
    font-weight: bold;
}

#nav a:hover
{
    background-color: #f5ce99;
}

#nav a.w
{
    color: #FFFFFF;
}

#links
{
    width: 240px;
    text-align: center;
    margin-bottom: 31px;
}

#text
{
    font-size: 12px;
    line-height: 16px;
    margin-left: 10px;
    margin-right: 10px;
    margin-top: 10px;
    margin-bottom: 140px;
    min-height: 310px;
}

#text img
{
    border: #FFFFFF solid 2px;
}

#footer
{
    position: absolute;
    bottom: 5px;
    width: 876px;
}

#footer_left
{
    width: 240px;
    height: 20px;
    margin-top: 80px;
    text-align: center;
    float: left;
}

#footer_right
{
    border-left: #FFFFFF solid 3px;
    width: 618px;
    text-align: right;
    float: left;
    padding-right: 15px;
}

#start1 { border-bottom: #FFFFFF solid 3px; border-right: #FFFFFF solid 3px; }
#start2 { border-bottom: #FFFFFF solid 3px; border-right: #FFFFFF solid 3px; }
#start3 { border-bottom: #FFFFFF solid 3px; }
#start4 { border-right: #FFFFFF solid 3px; }
#start5 { border-right: #FFFFFF solid 3px; }
#start6 { }

#start6 p
{
    margin-top: 60px;
    margin-right: 10px;
    text-align: right;
}

.start
{
    width: 290px;
    height: 166px;
    float: left;
}

.start img
{
    width: 290px;
    height: 135px;
}

.start div a
{
    float: left;
    display: block;
    width: 145px;
    height: 31px;
    line-height: 31px;
    text-decoration: none;
    color: #363535;
    font-size: 13px;
    font-weight: bold;
    text-align: center;
}

.start div a:hover, .start div:hover a
{
    background-color: #f5ce99;
}

.start div a.l
{
    text-align: right;
    color: #363535;
}

.start div a.r
{
    text-align: left;
    color: #FFFFFF;
}

.start div:hover a.r:hover
{
    color: #FFFFFF;
}

.start div:hover a.l:hover
{
    color: #363535;
}

.start div:hover a.r
{
    color: #363535;
}

.start div:hover a.l
{
    color: #FFFFFF;
}

.clear
{
    clear:both;
}