  body
{
	margin: 0 auto;
	padding: 0;
	background: #908e8e;
}


.Main
{
	position: relative;
	width: 100%;
	left: 0;
	top: 0;
}




.PageBackgroundSimpleGradient
{
	position: absolute;
	background-image: url('images/Page-BgSimpleGradient.jpg');
	background-repeat: repeat-x;
	top:0;
	width: 100%;
	height: 100px;
}


ul 
{
padding: 0;
margin-left: 1.1em;


}


ol 
{
padding: 0;
margin-left: 1.5em;


}


li.li
{

padding: 0;
margin-left: 1.5em;

}




















#container {
    display: table;
    }

  #row  {
    display: table-row;
    }

  #left, #right, #middle, #space{
    display: table-cell; 
    }





.container {
    display: table;
    }

.row  {
    display: table-row;
    }

.left {
    display: table-cell; 
    }

.right{
    display: table-cell; 
    }

.middle{
    display: table-cell; 
    }

.space{
    display: table-cell; 
    }



