body,html{
  color: #000000;
  background: #dddddd;
  font-family: Arial;
  font-style:  normal;
}

/* layouts */

#main{
  color: #000000;
  background: url('images/pngs/top_rnd.png') no-repeat;
  width: 900px;
  margin: 0px auto;
  padding-top: 20px;
}

#container{
  color: #000000;
  background: #ffffff;
  padding: 0px 50px;
}

#banner{
  color: #000000;
  background: url('images/pngs/banner.png') no-repeat;
  height: 122px;
}

#right{
  color: #000000;
}

#footer{
  clear: both;
  text-align: center;
}
#footer2{
  color: #000000;
  background: url('images/pngs/btm_rnd.png') no-repeat;
  width: 800px;
  padding: 32px 50px;
  margin: 0px auto;
  text-align: center;
  font-size: .7em;
}

#footer2 a{
  color: #0000ff;
  text-decoration: none;
}

#footer2 a:hover{
  color: #ff3300;
}

/* menu */

#menu{
  margin:0px;
  padding: 0px;
  background: url('/images/pngs/mnubar_bg.png') repeat-x;
  float: left;
  width: 100%;
}

#menu li{
  display: inline;
  padding: 0px;
  margin: 0px;
  border-right: 1px solid #000000;
  float: left;
}

#menu a{
  color: #ffffff;
  padding: 9px 10px;
  float: left;
  border-right: 1px solid #76c74d;
  text-decoration: none;
  width:auto;
}

#menu a:hover{
  color: #ffffff;
  background: #76c74d;
}

#menu2{
  margin: 0px;
  padding: 0px;
  padding: 0px 10px;
  border-bottom: 1px solid #225599;
  clear: left;
}

#menu2 li{
  list-style: none;
  display: inline;
  padding: 0px;
  margin: 0px;
  margin: 0px 4px;
}

#menu2 a{
  color: #000000;
  text-decoration: none;
  font-size: .7em;
}

a.active{
  border-top: 1px solid #225599;
}

#menu2 a:hover{
  color: #000000;
  text-decoration: underline;
}


img{
  border: none;
}

/* others */

div.clear{
  clear: both;
}

div.albumlist{
  margin-bottom: 2px;
  width: 350px;
  height: 155px;
  float: left;
}

div.albumcap{
  font-size: .9em;
}

img.albumthumb{
  margin: 4px;
  border: 2px solid #7d7c56;
  float: left;
}

a.title{
  color: #00dd00;
  text-decoration: none;
}

a.title:hover{
  text-decoration: underline;
}

/* customs */

input.comment, textarea.comment{
  color: #aaaaaa;
}

#cform{
  width: 50%;
  float: right;
}

div.success{
  color: #000000;
  background: #00cc00;
  padding: 5px;
  border: 1px solid #00ff00;
}

div.error{
  color: #ff0000;
}

div.error2{
  color: #000000;
  background: #eedd22 url('/manage/images/alert.gif') no-repeat 10px;
  border: 1px solid #ff3322;
  font-weight: normal;
  padding: 2px 2px 2px 35px;
}

div.center{
  text-align: center;
}

div.slide{
  text-align: center;
}

div.thumb{
  width: 160px;
  float: left;
  height: 150px;
}

div.comment{
  color: #111111;
  background: #d3ecc6;
  width: 400px;
  font-size: .9em;
  padding: 5px;
  margin: 2px;
}

div.cdate{
  color: #666666;
  font-size: .8em;
}

span.visitor{
  color: #2d7f04;
  font-weight: bold;
}

a.thumb{
  border: 1px solid #ffffff;
  padding: 3px;
  display: block;
}

a.thumb:hover{
  padding: 0px 6px 6px 0px;
}

#ticker{
  width: 800px;
  height: 175px;
  text-align: center;
  overflow-x: auto;
  padding: 5px;
}

img.lft{
  clear: both;
  float: left;
  margin: 0px 5px 5px;
}

img.rt{
  clear: both;
  float: right;
  margin: 0px 5px;
}

img.center{
  margin: 0px auto;
  width: 600px;
  clear: both;
  display: block;
}

img.ticker{
  margin: 0px 5px;
}


h3{
  color: #229955;
  font-weight: bold;
  text-align: center;
  text-decoration: overline;
}