

html body{
	font-family: Arial, Helvetica, sans-serif;
	color: #555555;
	align: left;
	margin: 0px;
	height: 100%;
	background-color: #DFDFDF;
}

/* begin divs */
#top-header {
	width: 100%;
	height: 100px;
	background-color: #DFDFDF;
}

#bottom-header {
	width: 100%;
	position: absolute;
	top: 600px;
	min-height: 100%;		/* Min height for modern Browser */
	height: auto !important;	/* !important-Rule for modern Browser */
	height: 100%;
	background-color: #DFDFDF;
}

#content {
	position: absolute;
	top: 100px;
	left: 50%;
	margin-left: -400px;
	width: 850px;
	height: 600px;
	border: 0px solid green;
	background-color: #DFDFDF;
}

#content-container {
	border: 0px solid red;
	overflow: auto;
	width: 100%;
	height: 600px;
	background-color: #DFDFDF;
}

#pixel-line-top {
	width: 100%;
	background-color: #000000;
	height: 10px;
	position: absolute;
	top: 100px;
}

#pixel-line-bottom {
	width: 100%;
	background-color: #000000;
	height: 10px;
	position: absolute;
	bottom: 100px;
}

#col-left {
	position: absolute;
	top: 100px;
	left: 50%;
	margin-left: -453px;
	height: 500px;
	width: 53px;
	background: url(../images/index_1.jpg) no-repeat top;
	border: 0px solid red;
}

#col-right {
	position: absolute;
	top: 100px;
	right: 50%;
	margin-right: -453px;
	height: 500px;
	width: 53px;
	background: url(../images/index_2.jpg) no-repeat top;
	border: 0px solid red;
}

/*
#td {
	margin: 0; 
	padding: 0; 
}

#td1 {
	float: right;
	margin: 0; 
	padding: 0; 
	background: white url(../images/bg_grad_right.jpg) no-repeat right top;
}

DIV.table-row {
  background: none #f0f5ff; 
  border: solid #000000 1px; 
  color: #000000;
  margin-top: 0; 
  margin-right: auto; 
  margin-bottom: 0; 
  margin-left: auto;
  padding: 0; 
  text-align: center; 
  width: 96%;
}

DIV.left-layer11 {
  border: none; float: left; margin: 0; padding: 0; width: 9%;
}
*/
