/* Start of CMSMS style sheet 'Layout2010' */
/* CSS */

BODY {
  background: #424242;
}

IMG {
  border: 0 ;
}

A {
   color: #BABABA;
   font-weight: bold;
  text-decoration: none;
}

#page {
  position: absolute;
  background-color: #920f0f;
  width:900px;
  left:50%;
  margin-top: 20px;
  margin-left:-450px;
  color: #bababa;
}

#header {
  float: left;
  color:  #bababa;
  margin: 20px;
  width: 250px;
}

#header_image {
  float: left;
  width: 600px;
  height: 145px;
  min-height: 145px;
  background-image: url(uplodas/images/layout2010/header.png);
  background-repeat: no-repeat;
  background-position: right bottom;
}
#title {
  font-size: 20pt;
}
#street {
  font-size: 14pt;
  font-weight: lighter;
}
#tel {
  font-size: 10pt;
}

#menu {
  float: left;
  1background-color: #bababa;
  color:  #920f0f;
  font-size: 18pt;
  margin: 20px;
  padding: 20px;
  width: 150px;
  min-width: 100px;
}
#main {
  float: left;
  color: #bababa;
  font-size: 12pt;
  min-height: 400px;
  height:auto !important;
  height: 400px;
  margin-top: 20px;
  width: 650px;
}
#logos{
  background-color: #FFFFFF;
  text-align: center;
  
  width: 900px;
}
#logo_img {
  margin-right: 20px;
}
/* End of 'Layout2010' */

