@charset "utf-8";
/* CSS Document */

* {
margin:0;
padding:0;
}


.clr {
clear:both;
}
a {
color: #ff9000;
}
a:hover
{
text-decoration : none;
}
body {
background:#3b0800 url('images/body_bg.jpg') repeat-x;
font-family:Arial, Helvetica, sans-serif;
font-size:12px; color:#FFF;
}

#layout {
width:860px;
margin:0 auto;
}

#head {
width:100%; height:118px;
background:#3b0800 url('images/head_bg.jpg') no-repeat;
}

#player {
float:left; width:120px; height:101px;
margin:8px 0 0 389px;
}

#catcher1 {
float:left; width:327px; height:118px; margin-left:10px; text-align:center;
background:#3b0800 url('images/catcher1.gif') no-repeat;
}

input.ch_1 {
border:0; width:235px; height:20px; margin:13px 0 15px 0; text-align:center; font-weight:bold;
}

input.ch_2 {
border:0; width:330px; height:30px; margin:13px 0 25px 0; text-align:center; font-weight:bold; font-size:18px;
}


#menu {
width:100%; height:27px; padding-top:15px;
}

a.btn1 {
display:block; width:125px; height:27px; float:left;
background:#3b0800 url('images/btn1.jpg') no-repeat;
}
a.btn2 {
display:block; width:130px; height:27px; float:left;
background:#3b0800 url('images/btn2.jpg') no-repeat;
}
a.btn3 {
display:block; width:130px; height:27px; float:left;
background:#3b0800 url('images/btn3.jpg') no-repeat;
}
a.btn4 {
display:block; width:130px; height:27px; float:left;
background:#3b0800 url('images/btn4.jpg') no-repeat;
}
a.btn5 {
display:block; width:125px; height:27px; float:left;
background:#3b0800 url('images/btn5.jpg') no-repeat;
}

a.btn1:hover, a.btn2:hover, a.btn3:hover, a.btn4:hover, a.btn5:hover {
background-position:0 -46px;
}

#main {
width:100%;
}

#left {
width:719px;
float:left;
}

#right {
float:left;
width:141px; 
background:url('images/right_bg.jpg') repeat-y;
}

ul {
list-style:none; margin-left:11px;
}

ul li {
background:url('images/li.jpg') no-repeat;
background-position:0 3px;
padding-left:14px;
}

ul li a { 
color:#ff9000;
}
ul li a:hover {
text-decoration:none;
}

#left table{ margin-bottom:10px;
border:1px solid #751303;
}

#left table tr td.td_content {
padding:0px;
width:138px;
border:1px solid #751303; background:#530c01;
}

td.td_content .image {
width:124px; margin:4px 0 4px 0;
height:94px; background:#000;
}

td.td_content .image a img {
border:1px solid #7e1100; margin:1px 0 0 0;
}
td.td_content .image a:hover img {
border:1px solid #ff9000;
}

td.td_content a.title {
color:#ff9000; font-weight:bold; text-decoration:none;
}
td.td_content a.title:hover {
text-decoration:underline;
}
td.td_content p.info{
font-size:10px;
}
td.td_content p.info a img{
border:0px;
}

#catcher2 {
width:100%; height:145px; margin-bottom:15px;
background:#3b0800 url('images/catcher2.gif') no-repeat;
}
#catcher2_content {
width:576px;
margin-left:143px; text-align:center;
}

#pages {
width:100%; text-align:center;
}

#pages span.active {
color:#000; font-weight:bold; padding:1px 4px 1px 4px;
background:#FFF; border:1px solid #000;
}
#pages a {
color:#FFF; font-weight:normal; padding:1px 4px 1px 4px;
background:#e83334; border:1px solid #3b0800; text-decoration:none;
}
#pages a:hover {
color:#000;
background:#FFF; border:1px solid #000;
}

#footer {
background:#3b0800 url('images/footer_bg.jpg') repeat-x; color:#941400;
width:100%; text-align:center; margin-top:20px; padding-top:15px;
}
#webm {
color:#ff2300;
}

#webm a {
color:#ff9000;
}
#webm a:hover {
text-decoration:none;
}

h3
{
margin-left : 5px ;
margin-bottom : 5px;
}


