@charset "utf-8";

body {

background: #ADDFFF;


}

#page {
background: white;

width:90%;
margin-left: auto ;
margin-right: auto ;
}

#banner {

margin-left: auto ;
margin-right: auto ;
}

#navbar {
margin-left: auto ;
margin-right: auto ;
}

#header {
font-size:1.3em;
text-align:center;
}

.table {
  display:table;
margin-left: auto ;
margin-right: auto ;
}
.row {
position:inherit;
  display:table-row;

}
.leftcol {
position:inherit;
  display:table-cell;

}
.centercol {
position:inherit;
  display:table-cell;

}
.rightcol {
position:inherit;
  display:table-cell;

}
