html{
 height:100%;
}
body{
 height:100%;
 margin:0px;
 padding:0px;
 background-color:#CCCCCC; 
}
body.iframe{
 background-color:#EAEAEA;
}
div.top{
 width:850px;
 height:12px;
 margin-top:10px;
 margin-bottom:0px;
 margin-left:auto;
 margin-right:auto;
 background-image: url(../img/top.png); background-repeat:no-repeat;
}
div.page{
 width:827px;
 padding:10px;
 padding-right:13px;
 margin-left:auto;
 margin-right:auto;
 margin-top:0px;
 background-image: url(../img/page.png);  
}
div.banner{
 width:780px;
 height:45px;
 margin-left:auto;
 margin-right:auto;
 background-image: url(../img/menu.png); background-repeat:no-repeat; 
 text-align:right;
 background-repeat:no-repeat;
 padding-top:16px;
 padding-right:20px;
 color:#CDCDCD;
}
div.ads{
 width:100%;
 text-align:center;
 margin-top:-15px;
}
div.content{
 margin-left:20px;
 margin-right:20px;
 margin-top:10px;
}
div.bottom{
 width:850px;
 height:16px;
 margin-bottom:10px;
 margin-left:auto;
 margin-right:auto;
 background-image: url(../img/bottom.png); background-repeat:no-repeat;
}
div.clear{
 clear:both;
 width:100%;
 text-align:center;
 font-family: arial;
 font-size:10px;
 padding-top:20px;
}
div.bub{
 background-color:#CCCCCC;
}
div.bub-con{
 background-color:#CCCCCC;
 margin:10px;
 margin-left:10px;
 margin-right:20px;
}
div.bub-tl{
 background-image: url(../img/bub-tl.png); background-repeat:no-repeat;
 background-color:#FFFFFF;
 width:8px;
 height:9px;
 float:left;
}
div.bub-tr{
 background-image: url(../img/bub-tr.png); background-repeat:no-repeat;
 background-color:#FFFFFF;
 width:8px;
 height:9px;
 float:right;
}
div.bub-bl{
 background-image: url(../img/bub-bl.png); background-repeat:no-repeat;
 background-color:#FFFFFF;
 width:8px;
 height:9px;
 float:left;
}
div.bub-br{
 background-image: url(../img/bub-br.png); background-repeat:no-repeat;
 background-color:#FFFFFF;
 width:8px;
 height:9px;
 float:right;
}
div.bub-clr{
 clear:both;
 height:0px;
}

div.bub-light{
 background-color:#EAEAEA;
}
div.bub-con-light{
 background-color:#EAEAEA;
 margin:10px;
 margin-left:10px;
 margin-right:20px;
}
div.bub-tl-light{
 background-image: url(../img/bub-tl-light.png); background-repeat:no-repeat;
 background-color:#FFFFFF;
 width:8px;
 height:9px;
 float:left;
}
div.bub-tr-light{
 background-image: url(../img/bub-tr-light.png); background-repeat:no-repeat;
 background-color:#FFFFFF;
 width:8px;
 height:9px;
 float:right;
}
div.bub-bl-light{
 background-image: url(../img/bub-bl-light.png); background-repeat:no-repeat;
 background-color:#FFFFFF;
 width:8px;
 height:9px;
 float:left;
}
div.bub-br-light{
 background-image: url(../img/bub-br-light.png); background-repeat:no-repeat;
 background-color:#FFFFFF;
 width:8px;
 height:9px;
 float:right;
}

img{
padding:5px;
background-color:white;
border:1px solid #CCCCCC;
margin:5px;
}
iframe{
background-color:#EAEAEA;
}
