@CHARSET "UTF-8";
div#header {
	background-image: 		url("../../images/frontend/header-tl-blog.png");
}

div#sidebar {
	display:				none;
}

div#body {
	padding-left:			20px;
	width:					580px;
}

div#main {
	background-image: 		none;
}

div#additional {
	width:					292px;
}

div#home-sections {
  overflow:       hidden;
}

div.home-section {
  float:          left;
  width:          140px;
  margin-left:    40px;
  margin-bottom:  20px;
  background-color: #EEEEEE;
}

div.home-section img {
  float:          left;
}

div.home-section span {
  padding:        4px 0;
  font-size:      0.8em;
  float:          left;
  display:        block;
  width:          140px;
  text-align:     center;
}

