/* borrowed from http://bluerobot.com/web/layouts/layout3.html */

body {
	color: #000;
	background-color: #eee;
	margin: 20px;
	padding: 0px;
	/*font:11px verdana, arial, helvetica, sans-serif;*/
	font-family: candara, Georgia, arial, helvetica, serif;
	}
h1 {
	margin:0px 0px 15px 0px;
	padding:0px;
	font-size:28px;
	font-weight:900;
	color: #005454;
	}
h2 {
	font:bold 12px/14px verdana, arial, helvetica, sans-serif;
	margin:0px 0px 5px 0px;
	padding:0px;
	}

p {
	font: 14px/20px candara, georgia, geneva, "times new roman", serif;
	margin: 0px 0px 16px 0px;
	padding: 0px;
	}

li {
	/*font:12px/14px georgia, geneva, "times new roman", serif;*/
	margin:0px 0px 6px 0px;
	padding:0px;
	}

.Content>p {margin:0px;}
.Content>p+p {text-indent:30px;}

a {
	color: #005454;
	font-size:14px;
	font-family: candara, georgia, verdana, arial, helvetica, sans-serif;
	font-weight:600;
	text-decoration:none;
	}
a:link {color: #005454;}
/*a:visited {color: #07a;}*/
a:visited {color: #005454;}
a:hover {background-color:#ddd;}
  

/* All the content boxes belong to the content class. */
.content {
	position:relative; /* "relative" to gain control of stacking order(z-index) */
	width:auto;
	min-width:120px;
	margin:0px 210px 20px 170px;
	border:1px solid grey;
	background-color:white;
	padding:10px;
	z-index:3; /* allows the content to overlap the right menu in narrow windows in good browsers. */
	}

#menuKiri {
	position:absolute;
	width:200px;
	top:20px;
	left:20px;
	border:1px dashed black;
	background-color:#eee;
	padding:10px;
	z-index:2;

	width:128px;
	}

body>#navAlpha {width:173px;}
		
#menuKanan {
	position:absolute;
	width:190px;
	top:20px;
	right:20px;
	border:1px dashed black;
	background-color:#eee;
	padding:10px;
	z-index:1;
/* Again, the ugly brilliant hack. */
	voice-family: "\"}\"";
	voice-family:inherit;
	width:168px;
	}
/* Again, "be nice to Opera 5". */
body>#navBeta {width:168px;}





