#boundingBox
{
	width: 1040px;
	height: 630px;
	margin-left: auto;
	margin-right: auto;
	border: solid;
	border-color: #dedfe1;
	border-width: 3px;
	text-align: center;
}

#header {
  margin-top:20px;
  background: #FFF;
  width: 100%;
  height: 50px;
  margin-bottom:20px;
  text-align: center;
}

#sub_header {
  margin-top:20px;
  background: #FFF;
  width: 100%;
  height: 50px;
  margin-bottom:20px;
  text-align: center;

}

.sub_header A:link {color: #000000; text-decoration: none;}
.sub_header A:active {color: #000000; text-decoration: none;}
.sub_header A:visited {color: #000000; text-decoration: none;}
.sub_header A:hover {color: #000000; text-decoration: underline;}

#leftcol {
  background: #fff;
  width: 400px;
  margin-bottom:20px;
  height:400px;
  float: left;
  margin-left: 20px;
}

#content {
  background: #fff;
  width: 600px;
  height:400px;
  margin-bottom:20px;
  margin-right:20px;
  text-align: left;
  float: right;
}

#footer {
  display:hidden;
  background: #FFF;
  width: 100%;
  height: 100px;
  margin-bottom: 20px;
}

img.floatRight {
	float: right;
	margin: 10px;
}

img {
	border-style: none;
}
