/* ----------------------------------------
	settings
---------------------------------------- */

body {
	margin: 0;
	padding: 0;
	background-color: #ffffff;
	color:#000000;
	font-size: 90%;
	line-height: 1.5;
	text-align: center;
}

body * {
	margin: 0;
	padding: 0;
	outline: none;
}

BODY * {
	margin: 0;
	padding: 0;
	outline: none;
}

table {
	font-size: inherit;
	line-height: inherit;
}

img {
	border: 0;
}

#container {
	width: 950px;
	margin: auto;
	border-left: 1px solid #CCC;
	border-right: 1px solid #CCC;
}

a{
	text-decoration: none;
}

a:link{
	color: #0071BE;
	text-decoration: none;
}

a:visited{
	color: #0071BE;
}

a:link:hover { text-decoration: underline; }

a:visited:hover { text-decoration: underline; }

li { list-style-type: none; }

.font_bold { font-weight:bold; }

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.clearfix { display: inline-block; }

/* Hides from IE-mac \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* End hide from IE-mac */

/* ----------------------------------------
	layouts
---------------------------------------- */

.border_gray {
	border-collapse:collapse;
}

.border_gray th, .border_gray td {
	border:solid 1px #CCCCCC;
}

/* ----------------------------------------
	header
---------------------------------------- */

#header {
	width: 950px;
	height: 290px;
	background: url(../img/common/top.gif) no-repeat;
    position: relative;
}
  
#nav #about{
	position:absolute;
	top: 30px;
	left: 230px;
}  

#nav #cambodia {
	position: absolute;
	top: 77px;
	left: 333px;
}  

#nav #about_project {
	position: absolute;
	top: 30px;
	left: 430px;
}  


#nav #supporter {
	position: absolute;
	top: 60px;
	left: 535px;
}  

#nav #you_can {
	position: absolute;
	top: 15px;
	left: 640px;
}  


#nav #news {
	position: absolute;
	top: 65px;
	left: 740px;
}  

#small_nav {
	position: absolute;
	top: 251px;
	right: 40px;
}


#small_nav li {
	float: left;
	margin-right: 20px;
	font-size: 90%;
}

#small_nav li a {
	color: #000;
	vertical-align: top;
	line-height: 14px;
}



/* ----------------------------------------
	footer
---------------------------------------- */

#footer {
	clear: both;
	width: 950px;
	margin-top: 10px;
	padding: 15px 0 ;
	background-color: #93D1CA;
}

#address {
	padding-left: 35px;
	float: left;
	text-align: left;
}

#copyright {
	padding-right: 35px;
	float: right;
	text-align: right;
}



/* ----------------------------------------
	 main
---------------------------------------- */

#main {
	width: auto;
	position: relative;
	margin-top: 30px;
	padding: 0 60px 0 30px;
}

#sub_nav {
	float: left;
	width: 210px;
	text-align: left;
}

#sub_nav .title {
    margin-left: 20px;
}

#sub_nav ul {
	margin-top: 30px;
	text-align: left;
}

#sub_nav li {
	margin-bottom: 15px;
}

#content{
	float: right;
	text-align: left;
	width: 600px;
	margin-bottom: 75px;
}

#content .title { margin: 10px 0 20px 0; }

#content .title2 { margin: 10px 0 0 0; }

#content .sub_title { margin: 30px 0 10px 0; }

#content .page_top{
	position: absolute;
	bottom: 10px;
	right: 45px;
}

#content .third_title {
	 margin-bottom:10px;
}
