@charset "UTF-8";
/* CSS Document */
.clearfix:after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    line-height: 0;
    visibility: hidden;
}
.clearfix {
    display: inline-block;
}
html[xmlns] .clearfix {
    display: block;
}
* html .clearfix {
    height: 1%;
}


body{background-image:url(images/bg.png); background-repeat: repeat-x; background-color: #a9a9a9; font-family:Tahoma, Geneva, sans-serif;}
a {color: white; text-decoration: underline;}


#main{width: 980px; margin: 0 auto;}

#header{}

#title{background-image:url(images/header_top_bg.png); background-repeat: repeat-x; height: 62px;}
#intro{background-image:url(images/header_bottom_bg.png); background-repeat: none; height: 360px; border-bottom: 2px solid #49680d;}
#text{ padding-left: 45px; color: white; padding-top: 40px; width: 400px; float: left;}
#portrait{width: 510px; float: left; background-color: transparent; padding-top: 10px;}

#content{background-image:url(images/content_bg.png); background-repeat:no-repeat; background-color: #f2f2f2; height: 360px; color: #515151; font-size: 18px; font-weight: normal; padding-left:45px; padding-top: 30px; padding-right: 45px; padding-bottom: 30px; position: relative; clear: both;}

.left{width: 440px; float: left; margin-right: 45px;}
.right{width: 400px; float: left; }

ul{margin: 0px; padding: 0px;}
ul li {background: url(images/li.png) no-repeat left top;
  padding: 10px 0px 3px 50px;
  /* reset styles (optional): */
  list-style: none;
  margin: 0;}
  
#layer{width: 1010px; position: absolute; top: 420px; left: -15px;}
#layer .top{background-color: #49680d; height: 45px; color: white; font-size: 20px; font-weight: bold; padding-left: 65px; padding-top: 10px;}
#layer .bottom{background-image:url(images/layer_bg.png); background-repeat: no-repeat; height: 318px; color: white; font-size: 18px; padding-left: 65px; padding-top: 5px;}

#layer a{color: #49680D; font-size: 23px;}

#footer{background-color: #f2f2f2;
    display: block;
    height: 50px;
    left: 1px;
    padding-right: 45px;
    padding-top: 20px;
    position: relative;
    text-align: right;
    top: 373px;
    width: 935px;}
#footer a{font-size: 14px; color: #49680d; text-decoration: none; }


h1{font-family: 'Merienda', cursive; font-size: 26px; color: white; font-weight: 400; padding-top: 10px; padding-left: 45px;}
h2{margin: 0px; padding: 0px;} 


  /*.toggler {
    width: 500px;
    height: 200px;
	
  }*/
  #button {
    padding: .5em 1em;
    text-decoration: none;
  }
  #effect {
    color: #515151;
    font-size: 12px;
    height: 725px;
    overflow: scroll;
    padding: 0.4em;
    position: relative;
    text-align: left;
    top: 0;
    width: 880px;
    z-index: 1000;
	filter:alpha(opacity=96); /* IE */
	-moz-opacity: 0.96; /* Mozilla */
	opacity: 0.96; /* Opera */
  }
  #effect h3 {
    margin: 0;
    text-align: left;
	color: #49680d;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 16px; 
	font-weight: normal;
  }
  
  #effect a#button2{color: #49680D;
    display: block;
    float: right;
    font-size: 14px;
    text-decoration: none;
    width: 50px;}