/* CSS Document */

body{
	margin: 0;
	padding: 0;
}

#container{
	width: 751px;
	height: auto;
	margin: 0 auto;
	background: #ebece7;
}

#entry{
	width: 751px;
	height: auto;
	overflow: hidden;
}

#leftcontent{
	width: 359px;
	height: auto;
	float: left;
}

#rightcontent{
	width: 359px;
	height: auto;
	float: right;
}

#post{
	margin-top: 25px;
}

#post .city{
	font-family: Tahoma;
	font-size: 15px;
	font-weight: bold;
	color: #cf4b1f;
	margin-bottom: 23px;
}

#post img{
	border: solid 1px #2c578e;
	float: left;
	margin-right: 19px;
}

#post .title{
	width: 209px;
	height: 15px;
}

#post p{
	text-align: justify;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000;
}

#myanmar_map{
	width: 359px;
	height: auto;
	overflow: hidden;
	float: left;
}

#myanmar_map .title{
	width: 104px;
	height: 14px;
}

#about_myanmar{
	width: 359px;
	height: auto;
	overflow: hidden;
	float: right;
}

#about_myanmar .title{
	width: 117px;
	height: 14px;
}

#content{
	width: 751px;
	height: auto;
	overflow: hidden;
}
