@charset "utf-8";
/* CSS Document */

body, div, dl, li, dt, dd, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td {
	margin:0 0 0 0;
	padding:0 0 0 0;
}

h3 {
font-size: 1.2em;
font-weight: bold;
color: #323232;
text-shadow: 0pt 0pt 1px white;
margin-top: 0pt;
margin-right: 0pt;
margin-bottom: 0.3em;
margin-left: 0pt;

}

body {
	font-family: "Trebuchet MS";
	font-style:normal;
	font-variant:normal;
	font-weight:normal;
	font-size:14px;
	line-height:24px;
	font-size-adjust:none;
	font-stretch:normal;
	-x-system-font:none;
	color:#6e6e6e;
}

body#beetlebox {
	background-color: transparent;
	background-image: url(images/background-floor.gif);
	background-repeat: repeat-x;
	background-attachment: scroll;
	background-position: 0px 400px;
}

#top {
	font-family:Arial, Helvetica, sans-serif;
	background-color:transparent;
	background-image:url(images/nav-background.png);
	background-repeat:repeat;
	background-attachment:scroll;
	background-position: 0% 0%;
	height:76px;
	width:100%;
	margin-top:-10px;
}


#header {
	width:800px;
	height:43px;
	margin:0 auto;
	color:#818181;
	position:relative;
	padding:0 20px;
}

#logo-header img {
	float:left;
	margin-top:10px;
	border:0;
}


#nav li{
	float:right;
	margin-right:25px;
	margin-top:20px;
	font-size:13px;
	font-weight:bold;
	text-shadow:#fff 0 1px;
	list-style: none;
}

#header #nav a {
	color:#969696;
	text-decoration:none;
}

#header #nav a:hover {
	color:#6a6a6a;
}

#header #nav .selectedmenuitem {
	color:#323232;
}

#button-twitter {
	width:22px;
	height:21px;
	background:url(images/twitter-gray.png) no-repeat;
	float:right;
	margin-top:20px;
	margin-left:0px
}

#button-twitter:hover {
	background:url(images/twitter-blue.png) no-repeat;
}

/*maincontent*/

#maincontent{
	width: 880px;
	height:400px;
	margin:0px auto;
	position:relative;
}

#homeheader {
	width: 880px;
	margin-left: auto;
	margin-right: auto;
}

.sidebar-title{
	margin-left:40px;
	margin-right: inherit;
}
	
#twitter_update_list{
	margin-top: 0px;
	margin-left: 0px;
	list-style: none;
}

/*twocolumns*/

a {
	color: #006ec2;
	text-decoration: none;
}

a:link {
	color: #006ec2;
	text-decoration: none;
}

a:hover {
	color:#0091ff;
	text-decoration: none;
}

.columnleft img{
	border: 0px;
}

p#jakartapost a.readmore:hover {
background:url(images/read-more-hover.png) no-repeat;
}

#twocolumns{
width:800px;
margin-top: 30px;
margin-right: auto;
margin-bottom: 0px;
margin-left: auto;
position: relative;
padding-top: 0pt;
padding-right: 20px;
padding-bottom: 0px;
padding-left: 20px;
}

#twocolumns .columnleft {
	width:370px;
	margin-right:60px;
	float:left;
}

#twocolumns .columnright {
	width:370px;
	margin-right:0px;
	float:right;
}

/*footer*/

.clear {
	clear:both;
}

#footer{
	font-size: 0.9em;
	height:10px;
	margin:30px auto 30px;
	padding-top: 10px;
	text-align:center;
	color:#999;
	line-height:1.5em;
	background-color:transparent;
	background-image:url(images/footer.png);
	background-repeat:repeat-x;
	background-attachment:scroll;
	background-position: 0% 0%;
	width:100%;
}