body {
  background: #000 url(images/bg.gif) no-repeat top;
  background-attachment:fixed;
  font: normal small "Trebuchet MS", Arial, Helvetica, sans-serif, verdana;
  font-size: 11px;
}

.content {
  margin-top: -10px;
  color: #fff;
  font-size: 15px;
}

.invisible {
  background: url(images/backrep.png);
  background-position:center;
  background-repeat:repeat-y;
  margin: 0 auto;
  width: 850px;
}

.header {
  width: 850px;
  height: 184px;
  margin: 0 auto;
  background: url(images/head.png) no-repeat;
}

.navigation {
	background:#000000;
	height:30px;
	width:850px;
	align:center;
	font: normal small "Trebuchet MS", Arial, Helvetica, sans-serif, verdana;
  	font-size: 11px;
	border:thin;
	border-color:#000000;
	opacity:0.25;
	filter: alpha(opacity=25);
	margin-bottom:20px;
}

.content_bar {
	background-image:url(images/content_bar.gif);
	background-position:center;
	width:750px;
	height:34px;
}

.content_box {
	background-color:#3a3a3a;
	background-position:center;
	background-repeat:repeat-y;
	width:740px;
	height:auto;
	font: normal small "Trebuchet MS", Arial, Helvetica, sans-serif, verdana;
  	font-size: 11px;
	white-space:normal;
	vertical-align:top;
	padding:5px;
	border-width:1px;
}

.innercontent {
  width: 850px;
  margin: 0 auto;
  background: url(images/contentrep.png) repeat-y center;
  font: normal small "Trebuchet MS", Arial, Helvetica, sans-serif, verdana;
  font-size: 11px;
}

.bg_repeat {
	background:url(images/backrep.png);
	background-position:center;
	background-repeat:repeat-y;
}
