﻿/* CSS layout */
body {
	margin: 0;
	padding: 0;
	background-color:#13abe2;
	font-family:"khmer kep";
	background-attachment: fixed;
	background-image: url(../images/Backgroundsite.jpg);
	background-repeat: repeat;
	background-position: 100% 100%;
	font-size: 14px;
}

#Layout{
	width:1000px;
	margin:0 auto;
	background-color:White;
}

#masthead {
	min-width: 600px;
}

#logo {
	float: left;
	width: 200px;
	text-align:center;
}

#header {
	
}

#container {
	clear: both;
	min-width: 600px;
}

#left_col {
	float: left;
	width: 200px;
}

#page_content {
	margin-left: 200px;
	padding-right:20px;
	font-size: 12px;
}

#footer {
	clear: both;
	padding:20px;
}

/*----------Header----------*/
div#headertext{
	text-align:center;
	padding:20px 20px 0 20px;
	font-family:"Khmer OS Muol";
}

div.imagebox{
	margin:10px 20px;
}

div#welcometext{	
	text-align:center;
	margin:0px 20px;
}
/*----------Menu----------*/
#menu{
	list-style:none;
	padding-left:20px;
}
.menuItem{
	margin:5px 0px;
	font-size:small;
	text-align:left;
}

a{
	width:160px;
	text-align:left;
}

.button{
	font-family:"Khmer OS Freehand";
}

a.selectItem{
	color:#F00;
}

/*----------Content----------*/
div#text{

}

p{
	text-align:justify;
	text-indent:15px;
	font-size:14px;
	/* [disabled]font-style: normal; */
}

div#image{
	margin-left:500px;
	width:250px;
}
/*----------Text Styles----------*/
.note{
	text-align:center;
	font-size:11px;
	font-family:"Arial Unicode MS";
}
#Layout #header #welcometext {
	color: #13abe2;
}
.English {
	font-family: Times New Roman, Times, serif;
}
#Layout #header #headertext .ui-widget-header.ui-corner-all table tr td .auto-style1 .auto-style1 {
	font-family: Times New Roman, Times, serif;
}
.ui-widget-header.ui-corner-all table tr td .auto-style1 a {
	font-family: Times New Roman, Times, serif;
}
#page_content div div a img {
	/* [disabled]color: #F00; */
	background-color: #FFF;
}
