@charset "utf-8";
/* CSS Document */

#mainContent {

	margin: -25px 0 0 250px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0 0 0 30px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background-color:#8cc63e;
	color:#FFFFFF;
	font-size:12px;
	line-height:20px;
}
#corner {
position:relative;
float:right;
width:300px;
height:410px;
background-color:#a6d278;
margin:-24px 0 0 20px;
padding:10px;
line-height:.8em;
display:inline-block;
}
#corner .in {
	-webkit-border-radius: 9px;
	-moz-border-radius: 9px;
	border-radius: 9px;
	font-size:80%;
	margin-bottom:10px;
	}
	#corner .in a 
	{
	    color: #fff;
	    text-decoration: none;
	}
	
	
#corner .lt {
	padding:7px;
	width:128px;
	border:1px solid #fff;
	background-color:#8cc63e;
	margin-bottom: 15px;
	}
#corner .rt {
	background: url(../images/home/bg-news.jpg) no-repeat;
	width:120px;
	float:right;
	clear:both;
	height:230px;
	padding:45px 10px 10px 15px;
	line-height:1.15em;
	}
#corner .rt a{color:#000;}
#corner .lt {}
#language {text-align:center;margin-top:20px;}
.mini-headline {font-size:80%;width:128px;}
.caption {padding:5px;background-color:#8cc63e;width:120px;TEXT-ALIGN:CENTER;FLOAT:LEFT;}
