body{
  background-image:url(/images/bg.png);
  background-repeat:repeat-x;
  background-color:#b5adb1;
}
.page{
  width:1000px;
  margin-right:auto;
  margin-left:auto;
}
.page #header{
  width:100%;
  height:99px;
  background-image:url(/images/header.png);
  text-align:right;
}
.page #header_menu{
  width:200px;
  height:244px;
  float:left;
  background-image:url(/images/header_menu_bg.png);
}
.page #header_splash{
  width:800px;
  height:244px;
  float:left;
  background-image:url(/images/header_splash_bg.png);
}
#header a{
  border:0 none white;
  display:block;
  margin:0 200px 0 auto;
  padding-top:10px;
  outline:none;
}
#header img{
  border:0 none white;
}
.page #header_bottom{
  width:1000px;
  height:7px;
  clear:both;
  background-image:url(/images/header_bottom.png);
}
.page #content{
  width:1000px;
  background-image:url(/images/content_bg.png);
  line-height:1.5em;
}
#areas_container{
  float:left;
  width:199px;
  margin-top:10px;
  min-height:470px;
}
#content_container{
  float:left;
  width:520px;
  margin-left:15px;
  margin-top:10px;
}
#addons_container{
  width:235px;
  float:right;
  margin-right:15px;
}
#areas_header{
  width:100%;
  height:49px;
  background-image:url(/images/areas_header.png);
}

#areas_footer{
  width:100%;
  height:8px;
  background-image:url(/images/areas_footer.png);
}
.areas, .addons, #header_menu{
  margin:0;
  padding:0;
  list-style:none;
}

.areas{
  width:100%;
  height:326px;
}
.areas li.terrain-0{
  background-image:url(/images/first_area.jpg);
  background-repeat:no-repeat;
}

.areas li.terrain-1{
  background-image:url(/images/second_area.jpg);
  background-repeat:no-repeat;
}
.areas li{
  background-image:url(/images/other_areas.jpg);
  background-repeat:no-repeat;
}
.addons .right_box{
  width:235px;
  min-height:100px;
  background-color:#cecece;
}
.right_box h4{
  margin-top:0;
  padding-top:10px;
  margin-left:10px;
}
.right_box p{
  padding:0;
  margin-left:15px;
  margin-bottom:10px;
  text-align:left;
  font-size:11px;
  line-height:normal;
}
.addons .map{
  width:100%;
  height:145px;
  background-image:url(/images/addons_map_bg.png);
}
#footer{
  clear:both;
  border:0 black none;
  width:100%;
  height:15px;
  background-image:url(/images/footer_bg.png);
}
.article-intro{
  margin-bottom:0;
  text-align:justify;
  /*padding-bottom:10px;
  border-bottom:1px solid #ddd;*/
}
.article-intro img{
margin-right:5px !important;
}
.article-more{
  display:block;
  border-bottom: 1px solid #aa1144;
  width: 100%;
  text-align:right;
  margin-top: 0px;
  margin-bottom:10px;
  height:20px;
}
.article-more a, .article-back a{
  font-family: georgia, serif;
  font-size: 1.1em;
  color:#aa1144;
  text-decoration:none;  
}
.article-body{
  text-indent:20px;
  text-align:justify;
}
.article-back{
  font-family: georgia, serif;
  font-size: 11px;
  display:block;
  border-bottom: 1px solid #aa1144;
  width: 100%;
  color:#aa1144;
  text-decoration:none;
  margin-top: 0px;
}
.areas li{
  padding-left:15px;
  color:gray;
  font-size:1em;
  min-height:22px;
  /*position:relative;
  top:2px;*/
}
.areas a{
  color:#444;
  text-decoration:none;
}
.areas li ul{
  list-style:none;
  margin-left:0;
  padding-left:0;
  display:none;
}
.areas li ul li{
  margin-left:5px;
  padding-left:0;
  background-image:url(/images/content_bg.png);
}
#header_menu li{
  padding-left:15px;
  height:24px;
  position:relative;
  top:7px;
}
#header_menu li a{
  color:white;
  font-size:1em;
  text-decoration:none;
}
.clear{
  clear:both
}
.article-intro img{
  background-color:white;
  padding:3px;
  border:1px solid #ddd;
  float:left;
  margin: 0 15px 0 0;
}
.content_header{
  border-bottom:1px solid #ddd;

}
.news h4{
  margin-left: 10px;
  margin-bottom: 5px;
  font-family: Georgia;
  color:#aa1144;
  font-size:17px;
  font-weight:normal;
}
h4.show{
  font-size:19px;
}
span.created_at_comment{
  display:block;
  text-align:right;
  color:#555;
  font-size:10px;
}
.center{
  width:100%;
  text-align:center;
}
.investors, .investors li ul{
  padding-left:0;
  list-style:none;
  margin-left:0;
}
.investors li ul li img{
  background-color:white;
  padding:3px;
  border:1px solid #ddd;
  margin: 0 15px 0 0;
}
hr{
  clear: both;
  color: #eee;
  background-color: #eee;
  height: 1px;
  border: none;
  border-bottom: 1px solid #ccc;
  margin: 0;
  padding: 0;
  font-size: 1px;
  line-height: 1px;
  width:100%;
}
.investors hr{
  margin-bottom:15px;
}
#content_container a{
  color:#aa1144;
  text-decoration:none;
}
#content_container a:hover{
  color:#aa1144;
  text-decoration:underline;
}

#content_container ul,#content_container ol{
  padding-left:10px;
}
#content_container img { margin-left:auto;margin-right:auto;
  background-color:white;
  padding:3px;
  border:1px solid #ddd; }
h5{
  margin-bottom:5px !important;
  padding-bottom:5px !important;
}
img.map{
  margin-left:auto;
  margin-right:auto;
}

