body {
	background-color: #2a2a2a;
/*  background-image: url(http://momonga.zink.net.nz/images/header.jpg);*/
	background-image: url(images/header.jpg);
	background-position: top left;
	background-repeat: no-repeat;
	font-family: "Trebuchet MS", Helvetica, Arial, sans-serif;
	color: #FFF;
	}
a, a:active {
/*	color: #204a13;*/
	color: #406a33;
	font-weight: bolder;
	text-decoration: none;
	}
a:hover {
	color: #ff9900;
	text-decoration: underline;
	}
	a img {
	border: solid 1px #000000;
	}
small {
	font-size: .9em;
	color: #aaa;
	}
small a {
/*	color: #70b758;*/
	color: #60a748;
	}
.small {
	font-size: .9em;
	}
sup {
	line-height: 0;
	}
abbr {
	text-decoration: none;
	border-bottom: dashed 1px #999;
	}


.navi {
	border: 5px solid #222;
	-moz-border-radius-topleft: 10px;
	-webkit-border-top-left-radius: 10px;
	-moz-border-radius-bottomleft: 10px;
	-webkit-border-bottom-left-radius: 10px;
	background-color: #333;
	color: #999;
	position: absolute;
	left: 100px;
	top: 145px;
	width: 105px;
	font-size: .9em;
	overflow: hidden;
	padding-left: 15px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-right: 10px;
	text-align: left;
	line-height: 1.5em;
	}
.navi .title {
	color: #f0f0f0;
	}
.navi a, .navi a:active {
	color: #ff9900;
	style: none;
	font-weight: normal;
	text-decoration: none;
	}
.navi a:hover {
	color: #70b758;
	text-decoration: none;
	}

.main {
	background-color: #f0f0f0;
	font-size: 1em;
	color: #000000;
	text-align: left;
	-moz-border-radius: 15px;
    -webkit-border-radius: 15px;
	min-height: 300px;
	min-width:400px;
	padding: 15px;
	padding-bottom: 0;
	margin-bottom:10px;
	position: absolute;
	left: 230px;
	top: 130px;
	right: 150px;
	overflow: auto;
	line-height: 1.3em;
	}

.title {
	font-size: 1.5em;
	font-weight: bold;
	}
.navi .title {
	padding-bottom: 5px;
	}

hr {
	border-top: 0;
	border-bottom: 1px dashed #666;
	border-right: 0;
	border-left: 0;
	color: #EEE;
	background-color: #EEE;
	height: 1px;
	}
hr.h2 {
	border-top: 0;
	border-bottom: 1px dashed #666;
	border-right: 0;
	border-left: 0;
	color: #EEE;
	background-color: #EEE;
	height: 1px;
	}
	
.helic {
	color: #000066;
	}
.guylos {
	color: #660066;
	}
.zenevas {
	color: #660000;
	}
	
.right {
	text-align: right;
	}

/* FORMS */	
form {
	position: relative;
	padding-bottom: 10px;
	}
form input,
form textarea {
	background-color: #fff;
	border: 1px solid #2a2a2a;
	}
form.dict div {
	position: absolute;
	width: 75px;
	text-align: right;
	padding-top: 2px;
	}

/* MODEL DATA BITS */
.textleft {
	text-align: left;
	}
.textright {
	text-align: right;
	}
.textcenter {
	text-align: center;
	}
	
img.model {
	margin-right: 5px;
	}
	
.moveleft {
	float: left;
	position: inherit;
	bottom: 1px;
	left: 10px;
	width: 50%;
	text-align: left;
	}
.moveright {
	float: right;
	position: inherit;
	bottom: 1px;
	right: 10px;
	width: 50%;
	text-align: right;
	}
	
body.modata center
{
padding-bottom: 1.5em;
}

.imgleft
{
float: left;
	border: 0;
	padding-right: 5px;
}
.imgright
{
float: right;
	margin-left: 5px;
}

.timeline td
{
	padding: 5px;
}
table.timeline
{
	border-bottom: 1px solid #ccc;
}

.r1
{
	background-color: #DEDEDE;
}
.timeline .bl
{
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
}
.timeline .era
{
	border: 1px solid #ccc;
	border-bottom: 0;
	text-align: center;
}
/*


a img {
	border: solid 1px #000000;
	}


.container {
   position: relative;
   height: 50px;
   }

.dict{
   position: absolute;
   left: 0;
   width: 50%;
   }

.right-element {
   position: absolute;
   right: 0;
   width: 50%;
   text-align: right;  depends on element width 
   }
   */