@charset "utf-8";

/* CSS Document */
body  {
	padding: 0;
	text-align: center;
	font-family: "Times New Roman", Times, serif;
	color: #00F;
	background-color: #FFF;
	background-image: url(../images/bg_outer.gif);
	background-repeat: repeat;
	background-attachment: fixed;
	font-size: 100%;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	}
.thrColFixHdr #container {
	width: 1024px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	position: relative;
	margin: auto;
} 
.thrColFixHdr #mainContent {
	margin-top: 0;
	margin-bottom: 0;
	margin-left: 0px;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	width: 686px;
} 
.thrColFixHdr #footer {
	padding: 0;
	background-color: #FFF;
} 
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.post_head {
    background-attachment: fixed;
	background-repeat: no-repeat;
}
.post_bar_dragon_right {
	background-image: url(../images/kbach_body_right3.gif);
	background-repeat: repeat-y;
	background-attachment: scroll;
}
.post_bar_dragon_left {
	background-image: url(../images/kbach_body_left3.gif);
	background-repeat: repeat-y;
	background-attachment: scroll;
}
.post_bar {
	background-image: url(../images/post_bar_A.gif);
	background-repeat: repeat-y;
	background-attachment: scroll;
	text-align: center;
}

.post_diamond {
	background-image: url(../images/post_diamond_tb.gif);
	background-repeat: repeat;
}
.post_diamond_side {
	background-image: url(../images/post_diamond_lr.gif);
	background-repeat: repeat-y;
}

.watermark_bkg {
	background-image: url(../images/Wat-47-bg.gif);
	background-repeat: no-repeat;
	background-position: center center;
	background-attachment: fixed;
}

.watermark_footer {
	background-image: url(../images/gate_background.jpg);
	background-repeat: no-repeat;
	background-position: center;
}

.khmer_h2 {
	font-family: "Kh Muol";
	font-size: 18px;
	color: #F00;
	font-weight: normal;
	text-align: center;
}

.khmer_body_h2 {
	font-family: "Kh Muol";
	font-size: 12px;
	color: #00F;
	font-weight: normal;
	text-align: center;
}
.khmer_sub_h2 {
	font-family: "Khmer OS";
	font-size: 12px;
	color: #00F;
}
.khmer_body_text {
	font-family: "Khmer OS";
	color: #000;
	padding-left: 10px;
	padding-right: 10px;
	text-align: justify;
}
.justify_text_en {
	text-align: justify;
	font-family: "Times New Roman", Times, serif;
	font-size: 1.1em;
}

a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #00F;
}
a:hover {
	text-decoration: none;
	color: #F00;
}
a:active {
	text-decoration: none;
	color: #00F;
}
.ClickCounter {
	font-family: Arial, Helvetica, sans-serif;
	font-size: xx-small;
	color: #CCC;
}
