/* Layout */ 

body {
	margin: 10px;
	background: #fff;
	color: #333333;
	text-align: center;
	padding: 0;
 }

#outer {
	text-align: left;
	border: 0px solid #000000;
	width: 850px;
	margin: auto;
 }

#hdr {
	height: 238px;
	background: #fff;
	color: #333333;
 }

#bar {
	padding-left: 14px;
	height: 25px;
	background: #fff;
	color: #000;	
	text-align: left;
 }



#asia {
	width:850px;
	min-height: 300px;
	background: #fff url('img/asiabg.jpg') top no-repeat;
	color: #333333;
	text-align:left;
 }

#ftr {
	height:25px;
	color: #000;
	margin:0;
 }

a:link {text-decoration: none; font-weight: bold; color: #000}
a:visited {text-decoration: none; font-weight: bold; color: #000}
a:hover {font-weight: bold; color: #e93782;}

#gif {
	text-align: center;

}

h3, h2, p {
	margin:0;
	padding:15px;
 }

p {
	color: #000;

 }