body {
    /*background: url(images/textarea_background.gif) repeat-x;*/
    /*background: #252525 url(images/hop-skip-fail.jpg) center -50px no-repeat;*/
    /*background: #252525;*/
    background: #222222;
    font-family: verdana,trebuchet ms, verdana, arial, tahoma;
    font-size: 11px;
    line-height: 145%;
    margin: 0;
    padding: 0;
    color: #8ECAFE;
}
/* To ensure that you see your various link styles, you're best off putting your styles in the order "link-visited-hover-active", or "LVHA" for short. */
a:link {
    color: #FC7F00;
    font-weight: bold;
    text-decoration: none;
}
a:visited {
    text-decoration: none;
    color: #FC7F00;
    font-weight: bold;
}
a:hover {
    color: #FFFF00;
    text-decoration: none;
    font-weight: bold;
}
a:active {
    font-weight: bold;
}

h1 {
    font-size: 22px;
}

p {
    margin-bottom: 10px;
}

.b {
    font-weight: bold;
}

#holder {
    margin: 0px;
}
#container {
    margin: 10px;
    padding: 10px;
    min-height: 400px;
    background: #252525 url(images/slantBG.jpg) repeat-x 0px 0px;
}

#logo {
    width: 960px;
    height: 384px;
    display: block;
    margin: auto;
    background: #222 url(images/raidchan_logo_9a.jpg) no-repeat;
    text-indent: -5000em;
}
#mainholder {
    position: relative;
    background: transparent;
}

#leftholder {
    margin-left: 50px;
    width: auto !important;
    float:left;
}
#left {
}

#rightholder {
    margin-left: 300px;
    min-height: 200px;
    width: 640px;
}
#right {
    position: relative;
    margin-top: 10px;
    margin: 10px;
    padding: 10px;
    width: auto;
    min-height: 400px;
    /*background: #252525 url(images/slantBG.jpg) repeat-x 0px 0px;*/
}

#last {
    font-family: arial, helvetica, sans-serif;
    font-size:12px;
    font-weight: normal;
    color: #fff;
}
#talk {
    background: #000;
    border: 1px solid #373A49;
    width: 600px;
    min-height: 220px;
    height: auto;
    padding-left: 5px;
    padding-bottom: 5px; font-family: verdana;
    font-size: 10px;
    text-align: left; 
    overflow: hidden;
}
#irc {
    margin: 20px 0;
}
#listennow {
    display: block;
    width: 110px;
    height: 30px;
    background: #222 url(images/listen_now.jpg) no-repeat top left;
    font-family: arial, helvetica, sans-serif;
    font-size: 16px;
    padding-left: 28px;
    padding-top: 15px;
    text-transform: uppercase;
    color: #fff;
}
#listennow:hover {
    text-decoration: underline;
    color: #E9CDBB;
}
/*
 
  color: #E9CDBB; }
.red_2   { color: #CB6729; }
.red_3   { color: #AE0000; }
.red_4   { color: #83072B; }
.red_5   { color: #5E0032; }

*/
#links {
    margin-left: -15px;
    margin-top: -5px;
}

.nice_vlight_gray  { color: #A0A0A0; } .nice_vlight_gray_bg { background: #A0A0A0; } .nice_vlight_gray_border { border: 1px solid #A0A0A0; }
.nice_light_gray   { color: #797E79; } .nice_light_gray_bg  { background: #797E79; }
.nice_med_gray     { color: #464646; } .nice_med_gray_bg    { background: #464646; }
.nice_dark_gray    { color: #252525; } .nice_dark_gray_bg   { background: #252525; }
.nice_green        { color: #B0F950; } .nice_green_bg       { background: #B0F950; } .nice_green_border       { border: 1px solid #B0F950; }
.nice_blue         { color: #8ECAFE; } .nice_blue_bg        { background: #8ECAFE; }
.nice_yellow       { color: #FFFF00; } .nice_yellow_bg      { background: #FFFF00; }
.nice_purple       { color: #9C009C; }
.nice_red          { color: #FF0000; }
.nice_dark_green   { color: #00FF21;   }

.blue_1  { color: #2E83BB; }
.blue_2  { color: #4580AB; }
.blue_3  { color: #9BCDDF; }
.blue_4  { color: #95ADD7; }
.blue_5  { color: #0770A2; }
.blue_6  { color: #7AA7BA; }
.blue_7  { color: #7F9BCA; }
.blue_8  { color: #426A88; }

.red_1   { color: #E9CDBB; }
.red_2   { color: #CB6729; }
.red_3   { color: #AE0000; }
.red_4   { color: #83072B; }
.red_5   { color: #5E0032; }

.dark_dark_gray { color: #373A49; }
.dark_med_gray  { color: #60657C; }
.dark_light_gray { color: #878DAA; }
.dark_vlight_gray { color: #B5BAD1; }

.vpad {
    height: 40px;
    display: block;
    clear: both;
    text-indent: -9999em;
}