/* CSS Document */

#content_index {
  float:left;
  width:810px;
  height:auto;
  margin-top:20px;
}

#streamer {
  float:left;
  width:770px;
  height:210px;
  background-image:url(../layout/bg/streamer.gif);
  padding-left:10px;
  padding-right:10px;
  margin-right:20px;
  }

#boxes {
  float:left;
  width:810px;
  height:auto;
  margin-top:20px;
}

.box_index {
float:left;
width:240px;
height:150px;
margin-right:20px;
margin-bottom:20px;
padding-left:5px;
padding-right:5px;
background-image:url(../layout/bg/box_index.gif);
}

#sidebar {
   float:left;
	width:155px;
	height:550px;
	padding-left:5px;
	padding-right:5px;
    margin-top:20px;
	color:#575757;
	background-image:url(../layout/bg/side_banner.gif);
}

#slider {
margin-top:18px;
height:415px;
width:155px;
}

#slider * /*this will hide all children tags */
{
	display:none;
}
#slider h3,  #slider img, #slider br, #slider a  /* add more tags to this list if you wish to display them inside the children */
{
	display:inline;
}
#slider p, #slider h3 {display:inline; color:#575757;}

#streamer h1 {
margin-top:20px;
margin-bottom:5px;
font-weight:bold;
}

#footer {
padding-top:0;
}