@charset "utf-8";
/* CSS Document */

body   {

	background-image:url(Images/BlueChecker.jpg);
	height:825px;

}

.container {
    width: 915px;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
	margin-left:auto;
	margin-right:auto;
}

.sidenav {
    width: 200px;
	height: 700px;
	background-color:#E0E0E0;
	border:2px black solid;
    /*--position: fixed; ---*/
   float: left; /*--Keeps sidenav into place when Fixed positioning fails--*/
}

.content {
    float: right; /*--Keeps content to the right side--*/
    width: 660px;
	margin-left:auto;
	margin-right:auto;
	height:700px;
	background-color:#E0E0E0;
	border:2px black solid;
    padding: 0 20px 0px 20px;
}

.menu   {
	color: white;
}

.spacer	{
	height: 10px;
	background-color: e0e0e0;

}

#copyright {

    display: table-cell;
    vertical-align: bottom;
	text-align:center;
  }

  .bottom_aligner {
    display: inline-block;
    height: 100%;
    vertical-align: bottom;
    width: 0px;
}

#myparent {
  display: table;
}
#mychild1 {
  display: table-cell;
  vertical-align: middle;
}
#mychild2 {
  display: table-cell;
  vertical-align: middle;
}

#mychild3 {
  display: table-cell;
  vertical-align: middle;
}
