@charset "utf-8";

/* CSS Document */


body{
	margin:0;
	padding:0;
	font-family:Forgotten Futurist Rg;
	font-weight:400;
	background:#fff url(../images/bg2.jpg) no-repeat center top;
	}
	
#home{
	width:980px;
	height:auto;
	margin:0 auto;
	}

#top{
	float:left;
	width:980px;
	height:160px;
	}

#menu{
	float:left;
	width:338px;
	height:33px;
	background:#00dc9b;
	margin-top:40px;
	}

#logo{
	float:right;
	width:135px;
	height:81px;
	margin:37px 60px 0 0;
	}

#main{
	float:left;
	width:980px;
	height:auto;
	}

#left{
	float:left;
	width:310px;
	height:372px;
	}

#content{
	float:left;
	width:580px;
	height:310px;
	min-height:332px;
	background:#FFF;
	padding:20px;
	font-size:13px;
	color:#000;
	font-family:Forgotten Futurist Rg;
	font-weight:400;
	position:relative;

	}
#content span{
	 font-size:13px;
	 }
#content h1{
	 font-weight:400;
	 font-size:24px;
	 margin-top:20px;
	 }

.spacer{
	display:block;
	margin:9px 0;
	} 

      .action{margin: 50px 0 10px 0;}
      a{color:#F44;text-decoration:none;}
      a:hover{text-decoration:underline;}
      .scrollbar{width:580px;height:325px;-moz-box-shadow:0px 0px 12px 3px #CCC;overflow:hidden;float:left;background:#FFF;}
      .scrollbar.simple{width:250px;height:400px;margin:0 60px 0 0;overflow:hidden;float:left;background:#EEE;-moz-box-shadow:none;border:none;}
      .scrollbar.noborder{border:none;}
      .scrollbar p{margin:0;padding:8px;line-height:1.4;}
	 
.language{
	float:left;
	display:block;
	margin-top:20px;
	margin-left:10px;
	font-size:13px;
	}
.language a{
	color:#000000;
	text-decoration:none;
	}