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

/* general advertising img/banner specs ///////////////////// */
#bboardcontainer {
width: 100%;
height: 200px;
margin: 2% 5%;
padding-bottom: 10%;
display: block;
}
#bboard{
background-color: #000000;
width: 90%;
border: 3px solid #737373;
-moz-border-radius: 1%;
border-radius: 1%;
-moz-box-shadow: 5px 5px 5px black;
-webkit-box-shadow: 5px 5px 5px black;
box-shadow: 5px 5px 5px black;
}	

/* ad box placeholder*/
#adBox {
width: 250px;
height: 250px;
margin-top: 5%;
-moz-border-radius: 5px;
border-radius: 5px;
-moz-box-shadow: 0 0 5px #888;
-webkit-box-shadow: 0 0 5px #888;
box-shadow: 0 0 5px #888;
}
#adbox img {
padding: .6%;
-moz-border-radius: 5px;
border-radius: 5px;

}
/* set style for sponsored links */

