/* CSS Document */

.body{
	width: 800px;
	margin: 0 auto;
	text-align: left;
}

.wrapper-1{
	background: #181107;
	padding: 0 0 10px 0;
}

.wrapper-2{
	background: #F3ECE1 url(../images/wrapper3_bg.gif) left bottom repeat-x;
	padding-bottom: 20px;
	margin-bottom: 20px;
}

.wrapper-3{
	padding-bottom: 20px;
}

.wrapper-4{
	background: #181107;
}

.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: #A99E90;
	padding: 10px 0 20px 0;
}

.footer-content a{
	color: #A99E90;
	font-weight: bold;
}

.footer-content a:hover{
	color: #F3ECE1;
}