@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:#FFF5E0;
color:#000000;
}

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

#header {
width:100%;
}

#header a img {
border:0;
}

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

#pagination a:hover {
color:#2A54C8;
text-decoration:none;
}

#title_h1{
background:#AB0000;
text-align:center;
height:25px;
}
#title_h1 h1 {
font-size:14px;
color:#FFFFFF;
line-height:24px;
}


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

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

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

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


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

a{
font-size:12px;
color:#2A54C8;
text-decoration:underline;
}

a:hover{
color:#2A54C8;
text-decoration:none;
}
#left {
width:620px; float:left;
padding-left:10px;background:#E5B94E;
}

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

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

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

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

table.thumbs {
width:600px; margin:5px 0 0 5px;
}
table.thumbs td {
}

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


