root {
    padding: 0px;
    margin: 0px;
    display: block;
}
html, body {
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
    width: 100%;
    text-align: center;
    background-image:   url(http://www.steprock.fi/img/bgbody.png);
    background-repeat:  repeat;
    background-position:center;
}

body {
    background-image:   url(http://www.steprock.fi/img/bgtop.jpg);
    background-repeat:no-repeat;
    background-position:top center;
}

div {
    overflow: hidden;
}

td, tr, table, p, a, b, i, li, ul {
    color: #eee;
}

h1 {
    color: #ddd;
}

h2, h3, h4, h5, h6 {
    color: #aaa;
}

h3, h4, h5, h6 {
    margin:0px;
    padding:0px;
}

li {
    margin-left:15px;
}

.div_header a {
    text-decoration:none;
}

a:hover {
    text-decoration:underline;
}

a:active {
    text-decoration:underline;
}

table {

}

td {
    vertical-align:top;
}

.div_wrapper {
    margin:         0px auto 0px auto;
    padding:        0px;
    border-width:   0px;
    width: auto;
    max-width:      1216px;
    text-align:     left;

    overflow: hidden;
}

.div_header {
    margin:     0px 0px 10px 0px;
    padding:    0px 0px 0px 10px;
    width:      auto;

    background-image:   url(http://www.steprock.fi/img/bgheader.png);
    background-repeat:repeat;
    background-position:center;
}
.div_content {
    margin:     0px;
    padding:    10px;
    width:      auto;

    background-color: #111;
}
.div_footer {
    margin:     0px;
    padding:    5px;
    width:      auto;

    background-color: #222;
}

.div_nav_tab_button {
    margin:     0px 5px 0px 5px;
    padding:    10px;

    float:left;

    border-right-color: #999;
    border-right-style: solid;
    border-right-width: 1px;

    border-top-color: #999;
    border-top-style: solid;
    border-top-width: 1px;

    border-left-color: #999;
    border-left-style: solid;
    border-left-width: 1px;

    -moz-border-radius-topleft: 7px;
    -moz-border-radius-topright: 7px;
    -webkit-border-top-left-radius: 7px;
    -webkit-border-top-right-radius: 7px;
}

.div_header_nav_button {
    margin:     0px 5px 0px 5px;
    padding:    10px;

    background-image:   url(http://www.steprock.fi/img/bgheader.png);
    background-repeat:repeat;
    background-position:center;

    float:right;

    border-right-color: #999;
    border-right-style: solid;
    border-right-width: 1px;

    border-bottom-color: #999;
    border-bottom-style: solid;
    border-bottom-width: 1px;

    border-left-color: #999;
    border-left-style: solid;
    border-left-width: 1px;

    -moz-border-radius-bottomleft: 7px;
    -moz-border-radius-bottomright: 7px;
    -webkit-border-bottom-left-radius: 7px;
    -webkit-border-bottom-right-radius: 7px;
}

.clearfloat {
    clear: both;
}

.div_rightbox {
    margin:0px;
    padding: 10px;
    float:right;
    width: 200px;

    -moz-border-radius: 7px;
    -webkit-border-radius: 7px;

    border-width:1px;
    border-style:solid;
    border-color: #EEE;
}

.div_rightbox a {
    text-decoration: none;
}

.div_rightbox a:hover {
    text-decoration: underline;
}

.td_net {
    padding: 4px;
    border-left-width:1px;
    border-left-style:solid;
    border-left-color: #888;
    border-top-width:1px;
    border-top-style:solid;
    border-top-color: #888;
}
.td_first {
    border-left-width:0px;
}

.td_top {
    border-top-width:0px;
}




