body  {
	background: #A0A1A2;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	margin-top:6px;
	padding: 0;
	text-align: center; 
	color: #645951;	
	font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
    font-size: 14px;
    line-height: 1.5; /* Baseline grid of 21px */
	background: #abdebe url('../imgs/thaibody.jpg') no-repeat scroll 50% 0;
}

.twoColElsRt #container, .twoColElsRt #topmenu, .twoColElsRt #footer {
	width: 950px;  
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

.twoColElsRt #container {
	background: #FFFFFF; /* the auto margins (in conjunction with a width) center the page */
	border: medium;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-right: auto;
	margin-bottom: -15px;
	margin-left: auto;
	margin-top:-2px;
}

.twoColElsRt #footer {
    font-size:small; color:#50635E;
	text-align:center;
	margin: 0;
	width: 100%;
	background: #abdebe url('../imgs/footer.jpg') no-repeat scroll 50% 0;
	font-family: "Lucida Grande", verdana, sans-serif;
	font-size: 0.8em;
	line-height: 1.8em;
	min-height: 100px;
	padding: 0;	
}

.twoColElsRt #topmenu {
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

.twoColElsRt #sidebar1 {
	float: right;
	width: 230px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 0; /* top and bottom padding create visual space within this div */
	background-color: #FCF9F9;
	background-image: url(../imgs/column.jpg);
	background-color: transparent;
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: 0pt 0pt;
}
.twoColElsRt #sidebar1 h3, .twoColElsRt #sidebar1 p {
	margin-left: 10px; /* the left and right margin should be given to every element that will be placed in the side columns */
	margin-right: 10px;
}

.twoColElsRt #mainContent {
	margin: 0 3em 0 3.5em; /* the left margin can be given in ems or pixels. It creates the space down the left side of the page. */
	width: 600px;
	float:left;
}  


.twoColElsRt #mainCont3nt {
	margin: 0 3em 0 3em; /* the left margin can be given in ems or pixels. It creates the space down the left side of the page. */
	width: 850px;
}  

.twoColElsRt #mainContent .big, .twoColElsRt #mainC0ntent .big , .twoColElsRt #mainCont3nt .big, .sponsor1 {
	   font-family:Verdana, Arial, Helvetica, sans-serif; 
	   color:#007836;
	   }
	   
.twoColElsRt #mainContent .big, .twoColElsRt #mainC0ntent .big, .twoColElsRt #mainCont3nt .big  {
       font-size:20px; 
	   }

.twoColElsRt #mainContent h5, .twoColElsRt #mainCont3nt h5 {
       font-size:15px; 
	   font-family:Verdana, Arial, Helvetica, sans-serif; 
	   color:#007836;
	   }


/* Miscellaneous classes for reuse */
.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;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

.logo { float:left; margin-top:10px;} 

.log0 { float:right; margin-bottom:5px;}

/* NAVIGATION BUTTONS
Setup */

ul.cssmenu {
	list-style: none;
	padding: 0px;
	}

.displace {
	position: absolute;
	left: -5000px;
	}

ul.cssmenu li {
	float: left;
	}

ul.cssmenu li a {
	display: block;
	width: 132px;
	height: 30px;
	background: url('../imgs/menudo.png');
	}

/* Normal Links */

ul.cssmenu li.brochures a {
	background-position: -32px -10px;
	}

ul.cssmenu li.speakers a {
	background-position: -173px -10px;
	}

ul.cssmenu li.agenda a {
	background-position: -317px -10px;
	}

ul.cssmenu li.register a {
	background-position: -448px -10px;
	}
	
ul.cssmenu li.help a {
	background-position: -574px -10px;
	}

/* Hover Links */

ul.cssmenu li.brochures a:hover {
	background-position: -32px -47px;
	}

ul.cssmenu li.speakers a:hover {
	background-position: -173px -47px;
	}

ul.cssmenu li.agenda a:hover {
	background-position: -317px -47px;
	}

ul.cssmenu li.register a:hover {
	background-position: -448px -47px;
	}
	
ul.cssmenu li.help a:hover {
	background-position: -574px -47px;
	}

/* Clicked Links */

ul.cssmenu li.brochures a:active {
	background-position: -32px -47px;
	}

ul.cssmenu li.speakers a:active {
	background-position: -173px -47px;
	}

ul.cssmenu li.agenda a:active {
	background-position: -317px -47px;
	}

ul.cssmenu li.register a:active {
	background-position: -448px -47px;
	}
	
ul.cssmenu li.help a:active {
	background-position: -574px -47px;
	}
	
/* Selected/Active Links  */

ul.cssmenu li.brochures a.selected {
	background-position: -32px -47px;
	}

ul.cssmenu li.speakers a.selected {
	background-position: -173px -47px;
	}

ul.cssmenu li.agenda a.selected {
	background-position: -317px -47px;
	}

ul.cssmenu li.register a.selected {
	background-position: -448px -47px;
	}
	
ul.cssmenu li.help a.selected {
	background-position: -574px -47px;
	}

/* NAVIGATION TOP BUTTONS
Setup */

ul.cssm3nu {
	list-style: none;
	padding: 0px;
	}

ul.cssm3nu li img{ margin-left:25px; margin-bottom:-5px; margin-top:-5px;}

ul.cssm3nu li {
	float: left;
	}

ul.cssm3nu li a {
	display: block;
	width: 90px;
	height: 40px;
	background: url('../imgs/menu_top.png');
	}

/* Normal Links */

ul.cssm3nu li.home a {
	background-position: -5px 0px;
	}

ul.cssm3nu li.hotel a {
	background-position: -89px 0;
	}

ul.cssm3nu li.about a {
	background-position: -178px 0;
	}

ul.cssm3nu li.contact a {
	background-position: -267px 0;
	}
	
/* Hover Links */

ul.cssm3nu li.home a:hover {
	background-position: -5px -37px;
	}

ul.cssm3nu li.hotel a:hover {
	background-position: -89px -37px;
	}

ul.cssm3nu li.about a:hover {
	background-position: -178px -37px;
	}

ul.cssm3nu li.contact a:hover {
	background-position: -267px -37px;
	}
	
/* Clicked Links */

ul.cssm3nu li.home a:active {
	background-position: -5px -37px;
	}

ul.cssm3nu li.hotel a:active {
	background-position: -89px -37px;
	}

ul.cssm3nu li.about a:active {
	background-position: -178px -37px;
	}

ul.cssm3nu li.contact a:active {
	background-position: -267px -37px;
	}
	
/* Selected/Active Links  */

ul.cssm3nu li.home a.selected {
	background-position: -5px -37px;
	}

ul.cssm3nu li.hotel a.selected {
	background-position: -89px -37px;
	}

ul.cssm3nu li.about a.selected {
	background-position: -178px -37px;
	}

ul.cssm3nu li.contact a.selected {
	background-position: -267px -37px;
	}
	
/* END OF NAVIGATION */

/* start of heh */

.active {
	visibility: visible !important;
}

a {
	color: #005A8C;
	cursor: pointer;
	outline: none;
	text-decoration: none;
}

a:hover {
	color: #005A8C;
	text-decoration: underline;
}

/* start of quote */

.bbcode_container {
	margin:20px;
	margin-top:5px;
	display:block;
}
	
.bbcode_container div.bbcode_quote, .trt_container div.bbcode_quote {
	margin:0 10px;
	margin-bottom: 10px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	background: #f2f6f8 none;
	border-radius: 5px;
	border: 1px solid #417394;
	font: normal 13px Tahoma,Calibri,Verdana,Geneva,sans-serif;
	position: relative;
	top: 0; }

.bbcode_quote div.quote_container {
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	padding: 0px 10px 5px 10px;
}

/* end of quote.  */

.arrow {
  line-height: 1.3em;
  background-color: transparent;
  background-image: url("../imgs/arrow.gif");
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-position: 8px 8px;
  padding-top: 4px; 
  padding-right: 0pt;
  padding-bottom: 4px;
  padding-left: 20px;
  margin-left: 30px;
}

#container .atas {
  background-image: url("../imgs/rice_wide.png");
  background-repeat:no-repeat;
  background-color: #FFFFFF;
  min-height:280px;
  background-position:bottom;
}

#container .bawah {
  background-image: url("../imgs/peel.jpg");
  background-repeat:no-repeat;
  background-position:bottom;
  background-position: right;
  min-height:325px;
}

.foot3r {
font-size:small;
}

/* homey  */
.twoColElsRt #mainC0ntent {
	margin: 0 10px 0; /* the left margin can be given in ems or pixels. It creates the space down the left side of the page. */
	width: 930px;
}

.kiriatas, .kananatas  {
float:left;
width:450px;
margin-left:10px;
}

.kananatas  { font-size:13px;}

.trt_container div.bbcode_quote {
	font: normal 15px Tahoma,Calibri,Verdana,Geneva,sans-serif;	
	line-height: 1.5;
	}

.twoColElsRt #mainC0ntent .big { margin-left: 10px; margin-bottom:8px;}

.twoColElsRt #mainC0ntent .small { margin-left: 30px; margin-bottom:8px; font-weight:bold;}

#sponsor2  { float:left; margin:0 10px; }

.sponsor3 { text-align:center; }

/* pseudo table  */

.spons1 {
float:left; 
width:100px;
margin-left:30px;
min-height: 30px;
vertical-align: top;
}

.spons2 { float:left; 
margin-right:15px;
min-height: 30px;
vertical-align: top;
}

.agenda1st {
float:left; 
width:100px;
margin-right:15px;
margin-left:30px;
min-height: 30px;
vertical-align: top;
}

/* editor top  */

#navi1, #navi2, #navi3, #navi4, #navi5 { float:left; width:100px; }