html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    background: transparent;
}

body {
    font-size: 12px;
    font-family: Arial, sans-serif;
    text-align: center;
    background: #6b543d url("../images/bg.jpg") no-repeat center top;
    padding-top:5px;
    color: #fff;
}

.clearer {
    clear: both;
}

img {
    vertical-align: top;
}

#container {
    width: 1000px;
    margin:0px auto;
    text-align:left;
    background: #210404;
}

#header {
    background: #210404 url("../images/header.gif") repeat-x left top;
}

#header_house_bg {
    position:relative;
    background: url("../images/header_house.gif") no-repeat right bottom;
    height:135px;
}

.header_text {
    position:absolute;
    top: 74px;
    left:214px;
}

#player_banner {
    background:url("../images/player_banner.gif") repeat-x left top;
    height:44px;
}

#player_placeholder {
    width:450px;
    float:left;
    padding:8px 0px 0px 4px;
}

#search_form {
    float:right;
    padding:12px 4px 0px 0px;
    color:#fff;
}

#search_form label {
    float:left;
    line-height:18px;
}

#search_form .search_input {
    float:left;
    width:170px;
    margin:0px 5px;
}

#search_form .search_button {
    float:left;
}

#main_content {
    padding: 5px 0px 13px 4px;
}

#leftbar {
    width: 142px;
    float: left;
    height: 600px;
    padding-top: 10px;
    padding-right: 6px;
    background: url("../images/leftbar_rays.jpg") no-repeat left top;
    margin-right: 5px;
    text-align: right;
}

#leftbar a img {
    margin-bottom: 12px;
}
#leftbar a:hover {
    margin-right: 2px;
}

#rightbar {
    width: 150px;
    float: right;
    padding: 7px 2px 0px 0px;
}

#iframe {
    width: 680px;
    float: left;
}

.iframe_title {
    height: 33px;
    line-height: 33px;
    background: url("../images/iframe_title_bg.gif") repeat-x left top;
    text-align: center;
    font-size: 11px;
}

.iframe_title .left_round {
    background: url("../images/iframe_title_left.gif") no-repeat left top;
}

.iframe_title .right_round {
    background: url("../images/iframe_title_right.gif") no-repeat right top;
}

.iframe_placeholder {
    background: url("../images/iframe_bg.jpg") repeat left bottom;
    height: 577px;
    width: 679px;
    overflow-y: auto;
}

.iframe_content {
    padding: 10px 30px;
    text-align: center;
}

.iframe_logo {
    padding-left: 170px;
    background: url("../images/iframe_logo.gif") no-repeat left top;
    padding-bottom: 20px;
}

#footer {
    text-align: center;
    padding: 5px 0px 7px;
    border-top: solid 2px #463b3b;
}

#footer a {
    margin: 0px 2px;
}