body{
	text-align: center;
	}
div.all{
	height: 100%;
	width: 760px;
	margin: 1.5em auto;
	text-align: left;
	}
	
div.header{
	height: 4em;
	color: #000;
	background-color: #fff;
	vertical-align: middle;
	border-bottom-style:ridge;
	border-top-style:ridge;
	padding-left:1em;
	padding-bottom:1em;
	padding-top:1em;
	}
	
h1{
	font-size: 1.5em;
	padding: 0;
	margin: 0;
	}

div.main{
	height: 70%;
	/* border: solid 3px #fff;
	border-bottom-style:ridge;
    border-top-style:ridge; */
  padding-left:1em;
  padding-bottom:0.5em;
  padding-top:0.5em
 
	}
div.left{
	width: 50%;
	height: 100%;
	margin:auto;
	float: left;
	/* border: solid 2px #fff; */
	padding: 5% 2%;
	}
	
div.right{
	width: 100%;
	height: 100%;
	overflow: hidden;
	/* border: solid 2px #fff; */
	}

div.footer{
	height: 5em;
	border-bottom-style:ridge;
  padding-left:1em;
  padding-bottom:0.5em;
  padding-top:0.5em;
  border-top-style:ridge;
   padding-left:1em;
  padding-bottom:0.5em;
  padding-top:0.5em;
	vertical-align: middle;
	}


li{
	line-height: 3em;
	}
	
.right2{
	text-align:right;
	margin: 0 auto 0 0;
	}