@import url("menu.css");
@import url("layout.css");
@import url("content.css");
@import url("black_sections.css");
                        
body {
  font-size: 13px;
  background: #ececec url(../images/background/main.png) repeat-x left top; 
  margin: 0;
  padding: 0;
  font-family: Arial;
}

.width
{
  width:100%;
}

.text_center {
  text-align: center;
}

.title {
  font-size: 19px;
  font-family: Arial;
  font-weight: bold;
}

ul {
 list-style: square outside /*url('../images/element/dot.png')*/; 
}

.secondary_text {
  color: #9d9fa2;
}
