html {
	height: 100%;
}

body {
	font-family: arial, helvetica, sans-serif;
	font-size: 70%;
	color: #3f4d5c;
	height: 100%;
	margin: 0;
	padding: 0;
	background: #c2c1b7 url(img/bg.png) repeat-y;
}

div.header {
	margin: 0;
	padding: 0;
	display: block;
	height: 81px;
	width: 937px;
	background: transparent url(img/traxernews-bg.png) 0 0 no-repeat;
}

div.left, div.centre, div.right {
	height: 40px;
	margin: 0;
	padding: 0;
	margin-right: 2px;
	float: left;
	display: inline;
}

div.top-nav, div.top-news, div.top-forum, div.top-resources, div.top-yellowp {
	height: 40px;
	margin: 0;
	padding: 0;
}

div.nav {
    width: 100px;
    margin-top: 12px;
    margin-left: 23px;
}

#news, #yellowp {
    position: absolute;
    top: 81px;
    left: 132px;
    padding-bottom: 30px;
}

/*hide auto*/
#yellowp, #resources, #about, #addnews {
  /*display: none;*/
}

div.resources, div.yellowp {
	padding: 12px 7px 12px 10px;
	width: 290px;
}

div.addnews {
	padding: 5px 7px 12px 10px;
	width: 290px;
}

#addnews, #resources {
  position: absolute;
	left: 565px;
	top: 81px;
}

#forum {
  position: absolute;
	left: 565px;
	top: 81px;
}

div.newsitem {
	padding: 12px 9px 14px 10px;
	width: 412px;
	background: transparent url(img/bg-news.png) 0 0 no-repeat;
}

div.smallfloat {
    float: left;
    display: inline;
    clear: none;
}

div.footer {
   padding: 10px 10px 14px 10px;
   width: 410px;
}

div.special {
   position: absolute;
   top: 81px;
   left: 25px;
   margin: 0;
   padding: 0px;
   width: 560px;
   height: 120%;
   background: #D9D8CF;
}

div.special div {
  padding: 30px;
}

#loading {
    position: absolute;
    top: 0px;
    right: 0px;
    background-color: #AA0000;
    color: white;
    padding: 3px 12px;
    margin: 0;
    display: block;
}

img {
  border: 0px;
}

/* forms */

.input, .inputshort, .inputsearch, textarea {
	width: 270px;
	background-color: #eae9e0;
	border-top: 1px solid #494428;
	border-left: 1px solid #494428;
	border-right: 1px solid #cecdc4;
	border-bottom: 1px solid #cecdc4;
	font-family: arial, helvetica, sans-serif;
	color: #3f4d5c;
	font-size: 100%;
	margin-bottom: 5px;
	padding: 2px;
}

.inputshort {
    width: 170px;
}

.inputsearch {
    width: 80px;
    background: #D9D8CF;
    border-top: 1px solid #C2C1B8;
    border-left: 1px solid #C2C1B8;
    border-bottom: 1px solid #DFDED8;
    border-right: 1px solid #DFDED8;
    color: #909A9F;
    font-size: 10px;
}

textarea {
	height: 120px;
}


/* text */

h1, h2, h3, h4, h5 {
	color: #4c472a;
	height: 16px;
	margin: 0;
	padding: 0;
	line-height: 1em;
	font-weight: normal;
	display: block;
}

h1 /* navigation items */ {
	font-size: 15px;
	width: 100px;
}

h1 a, h1 a:visited {
  color: #6e808f;
}

h5 a, h5 a:visited {
  color: #6e808f;
}

h2 /* news title */ {
	font-size: 13px;
	width: 308px;
	display: inline;
	float: left;
	clear: both;
}

h3 /* date */ {
  text-align: right;
	color: #b88d79;
	height: 16px;
	width: 100px;
	float: right;
	display: inline;
	font-size: 10px;
}

h4 /* generic title */ {
	font-size: 12px;
	width: 250px; /* needs a width to display */
}

h5 /* small links */ {
	font-size: 11px;
  color: #6e808f;
  height: 12px;
}

ul{
	 margin-top: 0;
	 padding-top: 0;
}

li{
	 width: 180px;
}


p {
	padding-top: 0px;
 	margin-top: 0px;
 	display: block;
 	width: 100%;
}

p.newstext {
  font-family: "trebuchet ms", Arial, Helvetica, sans-serif;
 	padding-top: 0px;
 	margin-top: 0px;
 	width: 410px;
 	display: block;
}

p.large {
 	padding-top: 0px;
 	margin-top: 0px;
 	width: 410px;
 	display: block;
}

p.footer {
  border-top: 1px solid #C2C1B8;
  padding-top: 5px;
  color: #666;
  font-size: 10px;
  text-align: center;
}

/* links */

a {
	text-decoration: none;
	color: #645b24;
}

a:visited {
	color: #645b24;
}

a:hover {
	color: #f03e1d;
	text-decoration: none;
}

/* ------- sIFR ------- */

.sIFR-flash {
	visibility: visible !important;
	margin: 0;
}

.sIFR-replaced {
	visibility: visible !important;
}

span.sIFR-alternate {
	position: absolute;
	left: 0;
	top: 0;
	width: 0;
	height: 0;
	display: block;
	overflow: hidden;
}

/* must do for used with sIFR */
.sIFR-hasFlash h1 {
	visibility: hidden;
	letter-spacing: -9px;
	font-size: 16px;
}