body{
	background-color: #fff;
	position: absolute;
	left: 50%; top: 15px;
	width: 750px; height: auto;
	margin: 0 0 0 -375px; padding: 0;
	font: 1em arial, helvetica, verdana, sans-serif;
	color: #000;
}

 /* The header at the top. */
#header{
	position: relative;
	left: 0; top: 0;
	width: 100%; height: 75px;
	background-color: #fff;
	text-align: left;
	z-index:5;
}

 /* Styles the <H1> tag which is in the header div. */
#header h6{
	margin: 0 0 0 0; padding: 0 0 0 15px;
	font: 3em arial, helvetica, verdana, sans-serif;
	background-color: transparent;
	z-index: 3;
}

 /* Styles the word red (#word1) Works only with <H1> and <H2>. */
h6 .word1, h1 .word1{
	color: black;
}

 /* Styles the word black (#word2) Works only with <H1> and <H2>. */
h6 .word2, h1 .word2{
	color: #ff8000;
}

 /* Styles the menu-holder. */
#menu{
	position: absolute;
	left: 0; 
	top: 75px;
	width: 150px; 
	height: auto;
	padding: 1px 0 0 0;
	background-color: #eee;
	z-index: 1;
}

 /* Styles the list holder. */
#menu ul{
	margin: 0; padding: 0;
	list-style: none;
	font: 0.8em arial, helvetica, verdana, sans-serif;
	background-color: #eee;
}

 /* Styles each "list-item" (or "button") with the same style. */
#menu ul li{
	display: block;
	margin: 0 0 1px 0; padding: 3px 3px 3px 3px;
	background-color: #fff;
}

 /* Gives the button a hover-effect. */
#menu ul li:hover {
	margin: 0 0 1px 0; padding: 2px 3px 2px 3px;
	border-top: 1px #ccc solid; border-bottom: 1px #ccc solid;
	background-color: #fff;
}

 /* Styles the link within the button. */
#menu ul li a {
	display: block;
	color: #ff8800;
	text-decoration: none;
}

 /* Gives the link a hover-effect. */
#menu ul li a:hover {
	color: black;
}

 /* Styles and positions the content-holder. */
#content {
	position: absolute;
	left: 150px; top: 75px;
	width: 600px; height: auto;
	background-color: #fff;
	border-left: 1px #888888 solid; 
	border-top: 1px #888888 solid;
	padding-bottom: 4px;
	z-index: 0;
}

 /* Styles the Header (<h1>). */
#content h1 {
	display: block;
	font: 1.6em georgia, serif;
	color: #000;
	margin: 0.5em 0 0 1em; 
	border-bottom: 1px #888888 solid;
}

 /* Styles the paragraphs (<p>) in #content. */
#content p, .news, #content li, #content table, #content div, #content form {
	display: block;
	margin: .6em 1em 0 2.4em; padding: 0 0 .6em 0;
	font: 0.8em arial, helvetica, verdana, sans-serif;
	text-align: justify;
	// text-indent: .8em;
	line-height: 1.4em;
}

.news ol, ul {
	margin: -2em 0 -1.5em 0;
}

 /* Styles the links within the #content. */
#content a {
	color: black;
	text-decoration: none;
	border-bottom: 1px #ff8800 solid;
}

 /* Gives the links a hover effect. */
#content a:hover {
	color: #ff8800;
	text-decoration: none;
	border-bottom: none;
}

 /* The footer. */
#content #footer {
	position: relative;
	text-align: right;
	width: 100%; 
	height: auto;
	font: 0.8em arial, helvetica, verdana, sans-serif;
	color: #444444;
	margin-top: 20px;
	padding: 5px;
	border-top: 1px #888888 solid;
}

 /* Styles the <acronym> tag. */
acronym{
	border-bottom: 1px #000 dotted;
	cursor: help;
}

.permlink {
	display: block;
	font: 0.8em arial, helvetica, verdana, sans-serif;
	color: #000;
	padding: 0.5em 0 .3em 0;
	margin: 0em 0 0 0em; 
	border-bottom: 1px #888888 solid;
	text-decoration: none;
}
.news img {
        float: right;
        border: 1px dotted #dddddd;
	display: block;
	margin: .6em 1em 0 2.4em; padding: 0 0 .6em 0;
	font: 0.8em arial, helvetica, verdana, sans-serif;
	text-align: justify;
	text-indent: .8em;
	line-height: 1.4em;
}
.bdw img {
        float: left;
        border: 1px dotted #dddddd;
	display: block;
	margin: .6em 1em 0 2.4em; padding: 0 0 .6em 0;
	font: 0.8em arial, helvetica, verdana, sans-serif;
	text-align: justify;
	text-indent: .8em;
	line-height: 1.4em;
}
.news img {
        float: left;
        border: 1px dotted #dddddd;
	display: block;
	margin: .6em 1em 0 2.4em; padding: 0 0 .6em 0;
	font: 0.8em arial, helvetica, verdana, sans-serif;
	text-align: justify;
	text-indent: .8em;
	line-height: 1.4em;
}

 /* Styles the links within the #content. */
#content a{
}

.newstitleinfo, .news
{
	font: .5em verdana, sans-serif;
	text-align: justify;
	text-indent: .8em;
	line-height: 1em;
}

div.pre, span.pre {
	padding: 1em;
	color: Black;
	line-height: 1.1em;
	display: block;
	font: 1em courier;
	margin: .6em 1em 0 2.4em; padding: 1em 1em 1em 1em;
}

div.code, span.code {
	padding: 1em;
	border: 1px dashed #2f6fab;
	color: Black;
	background-color: #f9f9f9;
	line-height: 1.1em;
        text-indent: 0;
	display: block;
	font: 1em courier;
	margin: .6em 1em 0 2.4em; padding: 1em 1em 1em 1em;
}

#countdown
{
	position: absolute;
	left: 0; top: 295px;
	width: 140px; height: auto;
	z-index: 2;
	background-color: #eee;
	padding-left: 10px;
}

th#admin {
        background: #e67700;
}
th#admin a {
        color: black;
}
th#admin a:hover {
        color: white;
}
td#admin-row1 {
        background: white;
        font-size: 1em;
}
td#admin-row2 {
        background: #ffdfbc;
        font-size: 1em;
}
th.header { background-color: black;
              color: white;}
td.header-1 { background-color: black;
              color: white;}
td.header-0 { background-color: #ffffff;
              color: black;}

#pow{
	position: absolute;
	left: 0; top: 495px;
	width: 115px; height: auto;
	padding: 1px 0 0 0;
	z-index: 2;
	text-align: right;
}

#pow img
{
	border: 0 solid black;
}

span.preformated {
	padding: 1em;
	color: Black;
	line-height: 1.1em;
	display: block;
	font-family: monospace;
	margin: .6em 1em 0 2.4em; padding: 1em 1em 1em 1em;
}

