@charset "utf-8";
body {
background:url(images/web_05.gif) repeat-x;
font-size:13px;
font-family:Arial, Helvetica, sans-serif;
margin:0 auto;
padding:0;
}

img{
border:0;
}
h1{
font-size:13px;
}
.intro {
margin-top:20px;
}
.intro h1{
float:left;
margin-right:5px;
}
.intro p{
float:left;
}
.btn a img {
filter:alpha(opacity=80);
-moz-opacity:0.8;
opacity: 0.8;
}
.btn a:hover img {
filter:alpha(opacity=100);
-moz-opacity:1;
opacity: 1;
}
.ads{
display:none;
}
.showc{
padding:5px 10px 10px 10px;
}
.artitlesubtitle{
font-weight:bold;
color:#FF3300;
}