/* Positional stuff */
#wrapper {
	text-align: left;
	width: 780px;
	margin: 0 auto;
	background: #000000;
}

#header{
	height: 120px;
	width: 780px;
	background: #000000;
	text-align: center;
}

#header_print {
	display: none;
}

#navigation {
	width: 780px;
	height: 26px;
	background: #000000;
	border-bottom: 1px solid #999999;
	border-top: 1px solid #999999;	
	text-align: center;
	padding: 4px 0px 0px 0px;
    margin: 0px;
	z-index: 2;

}

#content {
	background: #000000;
	width: 780px;
	margin: 4px;
	text-align: center;		
}

#pagecontent {
  text-align: left;
  width: 780px;
  background: #000000;
  margin: 0px;
}


#footer{
	clear:both;
	height:40px;
	text-align: center;
	border-top: 1px solid #666666;
	background-color: #000000;
}

