
html,body {
    height: 100%;
	margin: 3px;
  }
  
.header_panel1 {
    float: top;
    width: 1075px;
    border: 0px;
    padding: 0px;
    height: 127px;
	background: #003333;
	overflow: hidden;
}

.header_panel2 {
    float: top;
    width: 1075px;
    border: 0px;
    padding: 0px;
    height: 3px;
    background: black;
}

.header_panel3 {
    float: top;
    width: 1075px;
    border: 0px ;
    padding: 0px;
    height: 20px;
    background: #8BB2EF;
    color: black;
    text-align: center;
}

.footer_panel1 {
    bottom: 0px;
    width: 1075px;
    border: 0px;
    padding: 0px;
    height: 100px;
    background: white;
    text-align: center;
}

.portfolioimage {
    border: solid 2px transparent;
}

.portfolioimage:hover {
    border-color: 8BB2EF;
}

.fixed_content {
    height: 20%;
    width: 80%;
    float: right;
    padding: 1px;
    border: 1px solid yellow;
    background: white;
}

.scroll_content {
	width: 1075px;
    padding: 0px;
    border: 0px;
	overflow: auto;
}

.contents_panel {
float: bottom;
    clear: both;
    height: 200px;
    width: 1075px;
}

.columnstitle {
    height: 15%;
    padding: 0px;
    border: 0px;
    background: black;
	overflow: hidden;
	float: center;
}
.columns {
    height: 85%;
    padding: 5px;
    border: 0px;
    background: black;
	overflow: hidden;
}

.column {
    height: 100%;
    width: 23%;
    float: left;
    padding: 0px;
}

.column_blank {
    height: 100%;
    width: 1%;
    float: left;
    padding: 0px;
    border: 0px solid;
}

.footerhr1 {
  width: 1075px;
  height:4px;
  border-width:0px;
  background-color:#003333;
}

.footerhr2 {
  width: 1075px;
  height:5px;
  border-width:0px;
  background-color:#003333;
}

