
html, body {
	margin: 0px;
	width: 100%;
  height:100%;
	overflow: hidden;
}

body {
	background-color: #000;
	font-family: Arial,Helvetica,sans-serif;
  color: #FFF;
  font-size: 10pt;
  line-height: 14pt;
  background-color: #000;
  overflow: hidden;
}

div.mouseover {
  background-color: #FF952F;
}

div.block {
  width: 180px;
  color: #cbcbcb;
  font-size: 9pt;
  line-height: 13px
}

div.items_container {
  height: 65px;
  border-style: dotted;
  border-width: 0px 0px 2px 0px;
  color: #FFF;
  margin: 0px;
  padding: 5px;
  position: relative;
}

div.items_header {
  border-style: dotted;
  border-width: 0px 0px 2px 0px;
  color: #FFF;
  padding: 15px 0px;
  margin: 0px;
  position: relative;
}

div.blog_container {
  border-style: dotted;
  border-width: 0px 0px 2px 0px;
  border-color: #FFF;
  margin: 0px;
  padding: 15px 0px;
  position: relative;
}

div.ajax-header {
  width: 100%;
  height: 70px;
  border-style: dotted;
  border-width: 0px 0px 2px 0px;
  border-color: #FFF;
  text-align: right;
}

div.timestamp {
  position: absolute;
  top: 0px;
  left: 0px;
  font-size: 9pt;
  color: #FFF;
}

span.head {
  font-family: Arial,Helvetica,sans-serif;
  font-size: 14pt;
  line-height: 16pt;
  color: #000;
}

span.striphead1 {
  font-family: Arial,Helvetica,sans-serif;
  font-size: 13pt;
  line-height: 15pt;
  font-weight: bold;
  color: #FFF;
}

span.striphead2 {
  font-family: Arial;
  color: #000;
  font-size: 11pt;
  margin: 2px;
}

/* specific ids */

div#main {
  position: absolute;
	left: 50%;
	top: 50%;
	width: 1024px;
	height: 550px;
	margin-left: -512px;
	margin-top: -275px;
	z-index: 2;
	background-color: #000;
}

div#header {
	position: relative;
	top: 0px;
	width: 100%;
	height: 92px;
	background-image: url('../images/header.gif');
	z-index: 1;
}

div#left {
	position: absolute;
	left: 0px;
	top: 92px;
	width: 187px;
	height: 316px;
	padding-top: 50px;
	padding-right: 50px;
 	text-align: right;
	background-image: url('../images/left.gif');
  background-repeat: no-repeat;
  vertical-align: middle;
}

div#middle {
	position: relative;
	top: -16px;
	left: 237px;
	width: 550px;
	height: 398px;
	background-color: #FF840C;
	z-index: 0;
	overflow: auto;
	overflow-x: hidden;
}

div#right {
	position: absolute;
	left: 787px;
	top: 92px;
	width: 187px;
	height: 316px;
	padding-top: 50px;
	padding-left: 50px;
	background-image: url('../images/right.gif');
	background-repeat: no-repeat;
}

div#footer {
	position: absolute;
	bottom: 0px;
	text-align: center;
	width: 100%;
	height: 92px;
	background-image: url('../images/footer.gif');
	z-index: 1;
}

div#copyright {
	position: absolute;
	bottom: 20px;
	text-align: center;
	width: 100%;
	z-index: 3;
	color: #FFF;
}

div#crumblepath {
  float: left;
  margin-top: -20px;
  color: #854007;
  font-size: 10px;
}
