@charset "utf-8";
/* CSS Document */

* {
margin:0;
padding:0;
}

.clr {
clear:both;visibility: hidden
}

body {
font-family:Arial, Helvetica, sans-serif;
padding-top:10px;
font-size:12px;
background-color:#FFEE59;
color:#000000;
}

#layout {
margin:0 auto;
width:960px;
border:1px solid #000000;
background:#9DD30E;
}

#header {
width:100%;
}

#header a img {
border:0;
}

#pagination a {
color:#C80000;
text-decoration:underline;font-size:12px;
}

#pagination a:hover {
color:#C80000;
text-decoration:none;
}
a{
font-size:12px;
color:#C80000;
text-decoration:underline;
}

a:hover{
color:#C80000;
text-decoration:none;
}
#title_h1{
background:#C80000;
text-align:center;
height:25px;
}
#title_h1 h1 {
font-size:14px;
color:#FFFFFF;
line-height:24px;
}

#right {
float:left;
width:120px; 
background:#9DD30E;
padding:10px;
}
#right a img {
border:1px solid #C802BC; margin-bottom:10px;
}

.menu a {
display:block; font-size:10px; font-weight:bold;
width:115px; background:#C80000;
padding:5px 0 5px 5px;
border:1px solid #C80000;
color:#FFF;
font-weight:bold;
text-decoration:underline;
margin-bottom:10px;font-size:12px
}

.menu a:hover {
background:#C80000;
border:1px solid #C80000;color:#FFF;
text-decoration:none;font-size:12px;
}

#left {
width:780px; float:left;
padding-left:10px ;
padding-right:10px ;background:#9DD30E;
}
 
.video {
padding:5px;
margin-bottom:5px;
border:1px solid #C80000;
}

.content {
width:98%; margin:0 auto;
}


h2 a {
font-size:18px;
color:#C80000;
text-decoration:underline;
}
h2 a:hover {
color:#C80000;
text-decoration:none;
}
h4 a {
font-size:18px;
color:#C80000;
text-decoration:underline;
}
h4 a:hover {
color:#C80000;
text-decoration:none;
}


p.desc {
width:100%; text-align:justify;
}

table.thumbs {
width:750px; margin-left:5px;
}
table.thumbs td {
padding:1px;
}

table.thumbs a img {
border:1px solid #C80000;
}



