#root {
	position:absolute;
	margin: 0;
	background-color: #EEEEEE;
	min-height:100%;
	top:0px;
	width:98%;
	font-family: Arial, Verdana, Geneva, Helvetica, sans-serif;
	font-size: 0.90em;
}
#main {
	position:absolute;
	border-collapse: collapse;
	padding:2%;
	top:33px;
	min-height:100%;
	_height:700px;	/* for ie, sry */
	width:96%;
	z-index:1;
	background:url('grad_bg.png') repeat-x top;
	border:1px solid #9c9cfe; /* tikineat org: #8cacbb */
	color:#000000;
	background-color: #FFFFFF;
	font-family: inherit;
	font-size: 0.90em;
}
BODY {
	padding: 0;
	margin: 0;
	padding-left: 5px;
	padding-right: 5px;
	color:#000000;
	background-color: #EEEEEE;
}
a:link {
	color: #0000F0;
}
a:visited {
	color: #0000E0;
}
a:hover {
	color: #2020FF;
}
a:active {
	color: #0000D0;
}
a:focus {
	color: #0000F0;
}

#locationbar {
	position:relative;
	width: 98%;
	border: 1px solid #55F;
	padding: 2px;
	color: #22E;
	margin-bottom: 2em;
	font-size: xx-small;
	overflow: hidden;
	white-space: nowrap;
}
#locationbar b {
	font-size: 110%;
}
#content {
	position:relative;
	overflow:hidden;
	width: 65%;
}
#text {
	width: 35em;
}
#footer {
	padding-left:10px;
	padding-bottom:5px;
	font-size: 120%;
	width: 100%;
	margin-top: 3em;
	border-left-width:1px;
	border-left-style:dashed;
	border-left-color:blue;
	border-bottom-width:1px;
	border-bottom-style:dashed;
	border-bottom-color:blue;
}
#footer a:link {
	text-decoration: none;
	color: #000030;
}
#footer a:visited {
	text-decoration: none;
	color: #000030;
}
#footer a:hover {
	text-decoration: underline;
	color: #0000F0;
}
#footer a:active {
	text-decoration: underline;
	color: #000030;
}
#footer a:focus {
	text-decoration: underline;
	color: #0000F0;
}
.centered {
	position:absolute;
	height:1em;
	margin-top:0.5em;
}
#read {
	position:relative;
	padding-left: 40px;
	min-height: 32px;
	_height: 32px;
	background-image    : url(article.png);
	background-repeat   : no-repeat;
}
#write {
	position:relative;
	padding-left: 40px;
	min-height: 32px;
	_height: 32px;
	background-image    : url(forum.png);
	background-repeat   : no-repeat;
}

#navigation {
	position:relative;
	overflow:hidden;
	float:left;
	overflow:hidden;
	width:30%;
}
#navigation a:link {
	text-decoration: none;
	color: #000030;
}
#navigation a:visited {
	text-decoration: none;
	color: #000030;
}
#navigation a:hover {
	text-decoration: underline;
	color: #0000F0;
}
#navigation a:active {
	text-decoration: underline;
	color: #0000F0;
}
#navigation a:focus {
	text-decoration: underline;
	color: #0000F0;
}

#navigation ul {
	list-style-type:none;
	padding:0;
	margin:0;
	margin-left:15px;
}
#navigation li {
	padding-top:3px;
	padding-bottom:3px;
}

a.expand {
	display:block;
	background-image    : url(expand.png);
	background-repeat   : no-repeat;
	padding-left        : 12px;
	padding-right		: 3px;
	margin-right		: 5px;
	background-position	: 0 0.3em;
}
a.collapse {
	display:block;
	background-image    : url(collapse.png);
	background-repeat   : no-repeat;
	padding-left        : 12px;
	padding-right		: 3px;
	margin-right		: 5px;
	background-position	: 0 0.3em;
}
a.text {
	display:block;
	background-image    : url(text.png);
	background-repeat   : no-repeat;
	padding-left        : 12px;
	padding-right		: 3px;
	margin-right		: 5px;
	background-position	: 0 0.3em;
}

