.myanmar{
	font-family:Zawgyi-One;
}

body{
	background: url(images/bg.jpg) #3a2c21;
	font: 13px/20px Ebrima, Tahoma;
	color: #000;
}
p{
	text-align: justify;
}
a{
	text-decoration: none;
}
h3{
	font: 25px Times;
	margin-bottom: 15px;
}

h3.myanmar{
	font-family: Zawgyi-One;
	font-size:18px;
}

h4{
	font: 20px Times;
	margin-bottom: 10px;
	padding: 2px 10px;
	background: url(images/headingbg.png);
}
#header{
	padding: 30px 0 20px 0;
}
ul#nav{
	margin: 5px 0;
	padding: 0;
	list-style: none;
	overflow: hidden;
	background: url(images/navbg.png);
	border-radius: 3px;
}
ul#nav  li{
	float: left;
}
ul#nav  li  a{
	display: block;
	padding: 8px 48px 9px 38px;
	color: #fff;
	font: 13px Ebrima, Tahoma;
	text-shadow: 2px 2px 2px #333;
	background: url(images/bullet2.png) no-repeat right;
}
ul#nav  li:last-child  a{
	background: none;
}
ul#nav li a span{
	padding: 3px 12px 4px 12px;
	border-radius: 3px;
}
ul#nav li:hover a span, ul#nav  li.active  a span{
	background: url(images/navbg2.png);
}
#content{
	background: #d7d4d2;
	overflow: hidden;
	padding: 20px;
	border-radius: 3px;
}
#main_content{
	padding-right: 10px;
}
#side_content{
	background: url(images/sidebg.png) repeat-x;
	padding: 20px;
	min-height: 450px;
}
.block{
	margin-bottom: 30px;
}
a.btn{
	background: url(images/btnbg.png) #70574b repeat-x;
	padding: 5px 12px 6px 12px;
	border-radius: 3px;
	color: #fff;
	font: 13px Ebrima, Tahoma;
	text-shadow: 1px 1px 1px #333;
}
a.btn:hover{
	color: #fff;
	text-decoration:underline;
}

a.myanmar{
	font-family: Zawgyi-One;
}

a.current{
	font-weight:bold;
	text-decoration:underline;
}

ul#service{
	margin: 0;
	line-height: 25px;
	list-style: url(images/bullet.png);
}
ul#service li{
	border-bottom: 1px dotted #a9968d;
}
.thumb{
	width: 200px;
	margin-right: 5px;
	border-radius: 5px;
}
.cap{
	display: block;
	width: 100%;
	background:  url(images/bullet.png) no-repeat 8px, url(images/captionbg.png) repeat-y;
	padding: 3px 0 3px 22px;
	margin-bottom: 20px;
}
#gallery img{
	float: left;
	width: 200px;
	height: 133px;
	margin-right: 10px;
	margin-bottom: 10px;
	border: 1px solid #eee;
	border-radius: 5px;
	box-shadow: 0 3px 3px #999;
}
.contactform label{
	font-weight: normal;
}
.contactform input{
	width: 200px;
	height: 20px;
	padding: 2px 5px;
}
.contactform textarea{
	width: 200px;
	height: 100px;
}
.contactform .formbtn{
	background: url(images/btnbg.png) #70574b repeat-x;
	width: 210px;
	height: 30px;
	color: #fff;
	font: 13px Ebrima, Tahoma;
	text-shadow: 1px 1px 1px #333;
	border: 0;
	border-radius: 3px;
	cursor: pointer;
	margin-top: 10px;
}
#footer{
	color: #8e8686;
	text-align: center;
	padding: 15px 0;
}
#footer a{
	color: #8e8686;
}
