@charset "utf-8";
/**************************************************************/
#page-wrapper {
	color: black;
	width: 800px;
	margin: auto;
	margin-top: 20px;
}
/**************************************************************/
#page-header {
	position: relative;
	top: 0;
	left: 0;
	width: 800px;
	height: 56px;
	margin: 0;
	padding: 0;
	overflow: hidden;
}
#page-content {
	position: relative;
	top: 0;
	left: 0;
	margin: 0;
	padding: 0;
	width: 100%;
	background-image: url(../images/structure/content_background.gif);
	background-repeat: repeat-y;

  /* UNDERSCORE HACK for min-height IE 6 bug */
	min-height: 420px;
   height: auto;
  _height: 420px; 
}
#page-footer {
	clear: both;
	display: inline;
}
/**************************************************************/
#page-menu {
	position: absolute;
	top: 0;
	left: 12px;
}
#content-fringe {
	position: absolute;
	top: 0;
	left: 125px;
}
#content-wrapper {
	position: relative;
  margin: 0 0 0 130px;
	padding: 30px 10px 10px 10px;
	width: 640px;
}
#title-bar {
  float: left;
}
/**************************************************************/
#content {
	position: relative;
	top: 0;
	left: 0;
  padding: 0;
	padding-right: 10px;
	color: #003300;
}
/**************************************************************/
.column1 {
	float: left;
	width: 290px;
}
.column2 {
	float: right;
	width: 290px;
	margin-right: 15px;
}
.centered {
	text-align: center;
}
.highlight {
	margin: auto;
}
.small {
	font-size: 10px;
}
.clear {
	clear: both;
}
/**************************************************************/
