/* CSS Document */



.body{

	width: 800px;

	margin: 0 auto;

	text-align: left;

}



.wrapper-1{
	background: #3a6800;
	padding: 10px 0 10px 0;
	border-bottom: 2px solid #243f00;

}



.wrapper-2{

	background: #e7efd1 url(../images/wrapper3_bg.gif) left bottom repeat-x;

	padding-bottom: 20px;

	margin-bottom: 20px;

}



.wrapper-3{

	padding-bottom: 20px;

}



.wrapper-4{

	background: #3a6800;

}



.welcome-container{

	width: 500px;

	float: left;

}



.banner-samping-welcome{

	width: 300px;

	float: right;

}



.sidebar{

	width: 300px;

	float: right;

}





.content-title{

}



.content{

	

}



.main{

	width: 500px;

	float: left;

}



.main-content{

	padding: 0 20px 0 0;

}



.mycontent{

}



.mycontent h1{

	color: #333;

	font-weight: bold !important;

	padding: 10px 0 15px 0;

	margin: 0;

	font-size: 18px;

}



.footer{

	text-align: center;

	clear: both;

}



.footer-content{

	font-size: 12px;

	color: #fff;

	padding: 10px 0 20px 0;

}



.footer-content a{

	color: #fff;

	font-weight: bold;

}



.footer-content a:hover{

	color: #F3ECE1;

}