body {
	background-color: #E4E2E2;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	text-align:center;
}

#container {
    width: 90%;
	min-width:1200px;
	text-align:center;
	margin-left: auto;
	margin-right: auto;
	height: 1000px;
	background-color: #FFFFFF;
}
#innercontainer {
	width:1100px;
	justify-content:center;
	text-align:center;
	
}
#header {
	width: 100%;
	height: 110px;
	background-color: #000000;
	/*background-image:url(../images/bgtest.jpg);*/
	border-bottom: 2px solid #5fa827;
}
#content {
	width:750px;
	padding-top:15px;
	margin:auto;
}
#sidebar {
	with:780px;
	margin:auto;
}
table tr td{
  padding:2px;
  border-bottom:dashed thin;
  font-size:1em;
  font-weight:400;
}
#detailstable {
	text-align:left;
	width:750px;
	display:block;
}
#footer {
    clear:both;
}