 
DIV.logo{
  color : white;
  background-color : black;
  width : 300px;
  float : left;
  height : 98px;
}
DIV.headr{
  color : white;
  background-color : black;
  width : 980px;
  height : 80px;
  right : auto;
}
DIV.menu_bot{
  color : white;
  background-color : black;
  text-align : center;
  margin-left : 20px;
  font-size : 12px;
  margin-bottom : 5px;
  float : left;
}
FORM{
  margin-top : 0px;
  margin-left : 0px;
  margin-right : 0px;
  margin-bottom : 0px;
}
INPUT{
  margin-top : 0px;
  margin-left : 0px;
  margin-right : 0px;
  margin-bottom : 0px;
}
DIV.m_col{
  font-size : x-small;
  color : black;
  background-color : #eaeaea;
  width : 230px;
  height : 380px;
  margin-top : 20px;
  margin-left : 0px;
  margin-right : 0px;
  margin-bottom : 0px;
  border-width : 3px 3px 3px 3px;
  border-style : solid solid solid solid;
  border-color : #efefef #efefef #efefef #efefef;
  text-align : center;
}
DIV.monthly{
  font-size : x-small;
  color : #333333;
  background-color : white;
  width : 200px;
  height : 250px;
  margin-top : 10px;
  margin-left : 10px;
  margin-right : 10px;
  margin-bottom : 10px;
  border-width : 3px 3px 3px 3px;
  border-style : solid solid solid solid;
  border-color : #efefef #efefef #efefef #efefef;
  text-align : left;
  padding-top : 5px;
  padding-left : 5px;
  padding-right : 5px;
  padding-bottom : 5px;
}
DIV.middle_cor{
  font-size : x-small;
  color : #ffffff;
  background-color : #333333;
  width : 230px;
  height : 320px;
  border-color : #cccccc #cccccc #cccccc #cccccc;
  vertical-align : middle;
}
DIV.topics_main{
  font-size : x-small;
  color : black;
  background-color : white;
  width : 200px;
  right : auto;
  margin-top : 0px;
  height : 320px;
  overflow : hidden;
}
DIV.bottm{
  font-size : x-small;
  color : white;
  text-align : center;
  border-style : none;
  border-color : silver;
  background-color : black;
}
DIV.bottm2{
  font-size : x-small;
  color : gray;
  text-align : center;
  background-color : black;
  margin-top : 10px;
  margin-left : 20px;
}
A:HOVER{
  background-color:#000000;
  color:#ffffff;
}
/* root element for scrollable */ 

DIV.scrollable{
  /* required settings */
           position:relative;
  overflow:hidden;
  /* vertical scrollers have typically larger height than width */
           height : 300px;
  width : 250px;
}
/* root element for scrollable items */ 

DIV.scrollable DIV.items{
  position:absolute;
  /* this time we have very large space for the height */
     height:20000em;
}

.ct_brand{
  font-size : 17px;
  font-family : "Century Gothic";
  font-weight : bold;
  color : #666666;
}
