@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:18px;
background-color:#FFFFFF;
color:#000000;
}

#layout {
margin:0 auto;

width:960px;
border:1px solid #0000FF;
background:#FFFFFF;
}

#header {
width:100%;
}

#header a img {
border:0;
}

#pagination a {
color:#FF0000;
text-decoration:underline;font-size:18px;
}

#pagination a:hover {
color:#FF0000;
text-decoration:none;
}
a{
font-size:18px;
color:#0C0CC8;
text-decoration:underline;
}

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

#left1 {
float:left;
width:160px; 
background:#FFFFFF; 
padding:10px;
}

#right {
float:left;
width:120px; 
background:#FFFFFF; 
padding:10px;
}
#right a img, #left1 a img {
border:1px solid #FFFFFF; margin-bottom:10px;
}

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

#left1 .menu a {
display:block; font-size:10px; font-weight:bold;
width:155px; background:#0C0CC8;
padding:5px 0 5px 5px;
border:1px solid #c802bc;
color:#FFFFFF;
font-weight:bold;
text-decoration:underline;
margin-bottom:10px;font-size:18px;
}


#right .menu a:hover, #left1 .menu a:hover {
background:#0C0CC8;
border:1px solid #0C0CC8;color:#FFFFFF;
text-decoration:none;font-size:18px;
}

#left {
width:610px; float:left;
padding:10px;background:#FFFFFF; 
}

.video {
padding:10px;
margin-bottom:5px;
border:1px solid #0C0CC8;
}

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


p.desc {
width:100%; text-align:justify;
}
table.thumbs {
width:580px;margin:5px 1px 0 0;
}
table.thumbs td.th a img {
margin-bottom:5px;
}

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



