body {
margin: 4px 4px 4px 4px;
border:0;
width:99%;
background: #008894;
min-width:900px;
}
.header {
clear:both;
float:left;
background: #ffffff;
width:100%;
/* Border Radius Style */
    border-top-left-radius: 15px;
    /* Mozilla Firefox Extension */
    -moz-border-radius-toprleft: 15px;


/* Border Radius Style */
    border-top-right-radius: 15px;
    /* Mozilla Firefox Extension */
    -moz-border-radius-topright: 15px;

}
.menu {
clear:both;
position:relative;
float:left;
background: #ffffff;
width:100%;
z-index: 100;
}

.container{
width:100%;
background:#ffffff;
float:left;
overflow:hidden;
min-height:450px;
}
.col1{
float: left;
margin: 0px 0px 0px 8px;
width: 20%;
background: #ffffff;
display: inline;
}
.col2{
float:left;
width:100%;
background: #ffffff;
}
.footer {
clear:both;
float:left;
background: #ffffff;
width:100%;
/* Border Radius Style */
    border-bottom-left-radius: 15px;
    /* Mozilla Firefox Extension */
    -moz-border-radius-bottomleft: 15px;

/* Border Radius Style */
    border-bottom-right-radius: 15px;
    /* Mozilla Firefox Extension */
    -moz-border-radius-bottomright: 15px;
}
