body {
  margin: 0;    
  padding: 0 0 30px 0;    
  text-align: center;
  font-family: Verdana;
  font-size: small;    
  color: #000;
  background: white;
}   

* html body {
    font-size: x-small; /* IE5 Win */
    f\ont-size: small; /* other IE */
}
.float_left {
  float: left;
}

h1 {
  font-family: helvetica, Arial, sans-serif;
  font-weight: bold;
  /*line-height: 2.5em;*/
  color: #FFEC00;
  font-size: 2.5em;
  display: inline;
  padding: 4px 0 4px 3px;
}

a {
  color: black;
  text-decoration: underline;
}

.cleaner {
  clear: both;
}


#page {
  position: relative;
  width: 800px;
  margin: 0 auto;
  padding: 0;
  text-align: left;
  font-size: 90%;
}

#crown {
  height: 35px;
  border-right: 2px solid #7d7c7c;
  text-align: right;
}

#crown ul {
  position: relative;
  top: 10px;
  margin: 0;
  margin-right: 5px;
}

#crown li {
  display: inline;
  margin-right: 5px;
}

#crown a {
  color: gray;
  text-decoration: none;
  font-size: 15px;
  font-weight: normal;
  font-family: Helvetica;
}

#head {
  height: 390px;
  background: url('/assets/28/metro800px.jpg');
  background-repeat: no-repeat;
}

#menu_intro {
  border-left: 1px solid #545353;
  text-align: right;
  height: 320px;
}

#menu_intro a {
  float: left;
  color: gray;
  text-decoration: none;
  font-size: 20px;
  font-weight: normal;
  font-family: Helvetica;
  text-transform: uppercase;
  margin: 0 30px 0 5px;
}

#menu_intro_content .menu_item {
  margin: 20px 0 0 14px;
  float: left;
  border-left: 1px solid #686767;
  height: 300px;
}

#menu_intro_content .menu_first_item {
  margin: 20px 0 0 14px;
  float: left;
  border-left: 1px solid #686767;
  height: 300px;
}

#plus_cube {
  float: left;  
  padding: 0 1px 0 1px;
  background: #ffed00;
  font-size: 12px;
  line-height: 12px;
}


#menu {
  /*border-left: 1px solid #545353;*/
  text-align: right;
  padding-top: 20px;
}

.menu_item_href {
  float: left;
  color: gray;
  text-decoration: none;
  font-size: 20px;
  font-weight: normal;
  font-family: Helvetica;
  text-transform: uppercase;
  margin: 0 30px 0 5px;
}

#menu_border {
  /*border-left: 1px solid #686767;*/
  margin-left: 14px;
}


#menu_content .menu_first_item {
  margin-right: 14px;
  float: left;
}

#menu_content .menu_item {
  margin-right: 14px;
  float: left;
}

#content {
  clear: both;
  margin: 5px 0 0 10px;
  padding-top: 6px;
  border-top: 1px solid #686767;
  /*border-right: 1px solid #686767;*/
  text-align: left;
}

#content_text {
  float: left;
  text-align: left;
  width: 360px;
}

#content_news {
  float: right;
  text-align: left;
  margin-left: 20px;
  width: 375px;
  background: url('/assets/6/news-bg.png');
}

#content_news_text {
  background: white;
  margin: 0 10px 10px 10px;

}

#content_news h2 {
  margin: 10px;
  font-weight: normal;
}

#content_news_text a {
  color: black;
  font-weight: bold;
}

#content_news_text .news_container {
  padding-top: 10px;
  padding-bottom: 10px;
}

#content_news_text p {
  padding-left: 10px;
  padding-right: 10px;
}

#content_decoration {
  float: right;
  margin-right: 10px;
  width: 15px;
  border: 1px solid #686767;
  height: 400px;
}


.content-center { text-align: center;}                                                                                                                                                             
.content-right  { text-align: right;}                                                                                                                                                              
.float-left     { float: left; margin: 0 20px 10px 0;}                                                                                                                                             
.float-left img { margin: 0 0 10px 0;}                                                                                                                                                             
.float-right    { float: right; clear: right; margin: 0 0 10px 20px;}                                                                                                                              
.float-right img { margin: 0 0 20px 10px;}                                                                                                                                                          
.force-new-line { clear: both;}                                                                                                                                                                    
img.border { border-width: 1px; padding: 1px}                                                                                                                                                
.image-left { float: left;margin-right: 18px;;margin-bottom: 18px;}                                                                                                                                                  
.image-right { float: right;margin-left: 18px;margin-bottom: 18px; }



