body{
margin: 0;
padding: 0;
border:  0;
overflow: hidden;
height: 100%; max-height: 100%;
background-image: url('images/star3.jpeg')
}

#framecontent{
position: absolute; top: 0; left: 0; width: 100%; height: 200px;
/*Height of frame div*/
overflow: hidden; /*Disable scrollbars. Set to "scroll" to enable*/
background-color: #4c7ac8;
background-image: url('images/star3.jpeg');
background-repeat: repeat-X;
}
#maincontent{
position: fixed; top: 200px; /*Set top value to HeightOfFrameDiv*/
left: 0;
right: 0;
bottom: 0;
overflow: auto; background-color: #4c7ac8;

}
.innertube{
margin: 15px; /*Margins for inner DIV inside each DIV (to provide
padding)*/
}
* html body{/*IE6 hack*/
padding: 200px 0 0 0; /*Set value to (HeightOfFrameDiv 0 0 0)*/
}
* html #maincontent{/*IE6 hack*/
height: 100%; width: 100%; }

div { font: 16px sans-serif; /*Here introduces the columns and rows*/
color: #9e0b0e;
border: 0px solid yellow;
background-color: #4c7ac8;
height: auto;
padding: 0px;


}
div#row1 { margin: 0 0px 0 0px;
color: #9e0b0e;
background-color: blue;

padding: 0px;
top:0;
border-left: 0px solid #9e0b0e;
border-top: 0px solid #9e0b0e;
border-right: 0px solid #9e0b0e;
}
div#row2 { margin: 0 0px 0 0px;
color: #9e0b0e;
background-color: #4c7ac8;
padding: 0px;
top: 50px;
border: 0px solid #9e0b0e;

}
div#column1 {float: left;
width: 150px;
margin: 0 5px 0 0;
color: white;

border-left: 0px solid #9e0b0e;
border-top: 0px solid #9e0b0e;
border-bottom: 0px solid #9e0b0e;

}
div#column2 {
margin: 0 152px 0 152px;
color: black;
background-color: white;
background-image: url('images/smldemlogo-wm.jpg');
padding: 10px;
border: 3px solid #9e0b0e;

}

div#column3 {float: right;
width: 150px;
margin: 0 0 0 0;
border-right: 0px solid #9e0b0e;
border-top: 0px solid #9e0b0e;
border-bottom: 0px solid #9e0b0e;
}

div#caption {
margin: 0 0 0 0;
color: black;
background-color: white;
padding: 0px;
border: 0px solid #9e0b0e;
}
p {
font-size: 13px;
decoration: none;
color: black;
}

p#col2 {color: black;
text-align: center;
font-size: 16px;

}
p#col3 {color:white;
text-align: center;
font-size: 12px;
}
div#footer {height: 25px;
margin: 0 0 0 0;
clear: both;
border: 0px solid #9e0b0e;
}
