/* CSS Document */
/* Chaikamon.P */
/* www.2stechthailand.com */

*{
	margin: 0px;
	padding: 0px;
}

a:link{
	color: #ffffff;
}

a:hover{
	text-decoration: none;
	color: #ffffff;
}

a:visited{
	color: #ffffff;
}

body{
	font-family:tahoma;
	font-size:12px;
}

#content{
	margin-top:0px;
	width: 955px;
	/*height:300px;*/
	text-align: left;
	background-color:#99FFFF;	
	border-right-width:1px;
	border-right-style:solid;
	border-right-color:#99FFFF;
}

#header{
	height:100px;
	background-color:#FFFFFF;	
	background-image:url(../img/bghead.gif);
	background-position:right;
	background-repeat:no-repeat;
}

#body{
	background-color:#CCFFFF;	
}

#body-left{
	float:left;
	width: 200px;
	/*height:400px;*/
	text-align:center;
}

#body-right{
	float:right;
	width: 753px;
	/*height:450px;*/
	border-left-width:2px;
	border-left-style:solid;
	border-left-color:#669999;	
	background-color:#FFFFFF;	
}

#lefttopic{
	background-color:#33CCCC;
	height:20px;
	padding-top:5px;
	text-align:center;
	font-weight:bold;
	color:#595959;
}

#righttopic{
	background-color:#33CCCC;
	height:20px;
	padding-top:5px;
	padding-left:15px;
	text-align:left;
	font-weight:bold;
}

#footer{
	width:955px;
	height:30px;
	padding-top: 15px;
	text-align:center;
	background-color:#99FFFF;	
	background-image:url(../img/foot.gif);
	background-repeat:repeat-x;
}

#footer a{
	color:#0000CC;
	text-decoration:none;
}

#menu{
	height: 20px;
	background-color:#FFFFFF;
	padding-left:253px;
}

#menu ul {
	list-style: none;	
}

#menu li {
	display: inline; 
}

#menu a {
	float: left;
	width: 117px;
	height: 20px;
    display: block;
	text-align: center;
	text-decoration: none;
	color: #595959;
	font-weight: bold;
	font-size: 12px;
	padding-top: 5px;
	background-image:url(../img/b1.gif);
	background-repeat:no-repeat;
}

#menu a:hover{
	width: 117px;
    height: 20px;
	padding-top: 5px;
	color: #FFFFFF;
	background: url(../img/b1_nav.gif) no-repeat;
	text-decoration: underline;
}

#menu .active a {
	width: 117px;
    height: 20px;
	padding-top: 5px;
	color: #000033;
	background: url(../img/b1_nav.gif) no-repeat;
	text-decoration: none;
}

#divbar{
	width: 955px;
	height:6px;
	background-image:url(../img/divbar.gif);
	background-repeat:repeat-x;
	font-size:1px;
	border-bottom-width:1px;
	border-bottom-style:solid;
	border-bottom-color:#669999;
}

