/* PHOTOS
------------------------------------------------------------------------------*/

*{
  font-family: helvetica, arial, sans serif;
  font-size:12px;
  color:#000;
  line-height:1.6em;
  outline:none;
}



body{
  margin:0;
  padding:0;
  text-align:center;
  background:#000 url(../images/layout/home/bg_body.jpg) no-repeat 50% top;
}

img{
  border:0;
}

form,
fieldset{
  margin:0;
  padding:0;
}

.clear{
  clear:both;
}


/* CONTAINER
------------------------------------------------------------------------------*/

#container{
  width:970px;
  height:100%;
  margin:0 auto;
  text-align:left;
  background: #FFF;
}

#container #top{
  width:970px;
  height:360px;
  background:#FFF url(../images/layout/home/bg_top.jpg) no-repeat 50% top;
}

/* TOP */

#container #top a.enter,
#container #top a:hover.enter{
  width:110px;
  height:110px;
  display:block;
  text-decoration:none;
  position:absolute;
  top:210px;
  margin-left:730px;
}
#container #top #flash_home1{
  position:absolute;
  top:35px;
  margin-left:608px;
}
#container #top #flash_home2{
  position:absolute;
  top:260px;
  margin-left:845px;
}

/* CONTENT */

#container #content{
  width:970px;
  margin:20px auto 0 auto;
}

#container #content .image{
  width:500px;
  height:480px;
  float:left;
  background:#FFF url(../images/layout/home/bg_image.gif) no-repeat 120px top;
}
#container #content .image img{
  margin:43px 0 0 153px;
  width:260px;
  height:195px;
}

#container #content .news{
  width:440px;
  height:480px;
  float:left;
}
#container #content .news .scroller{
  width:350px;
  height:400px;
  overflow: auto;
  margin:30px 0 0 0;
  padding:0 15px 0 0;
}

#container #content .news .scroll-pane h1,
#container #content .news .scroll-pane b,
#container #content .news .scroll-pane p{
  margin:0;
  padding:0;
}
#container #content .news .scroll-pane b{
  font-weight:normal;
}
#container #content .news .scroll-pane p{
  margin:0 0 20px 0;
}


#container #content .news .scroll-pane .c1 h1,
#container #content .news .scroll-pane .c1 b{
  color:#20a339;
}
#container #content .news .scroll-pane .c2 h1,
#container #content .news .scroll-pane .c2 b{
  color:#3554db;
}
#container #content .news .scroll-pane .c3 h1,
#container #content .news .scroll-pane .c3 b{
  color:#d824c5;
}
#container #content .news .scroll-pane .c4 h1,
#container #content .news .scroll-pane .c4 b{
  color:#fd9b00;
}
#container #content .news .scroll-pane .c5 h1,
#container #content .news .scroll-pane .c5 b{
  color:#c42000;
}







