body {
	margin: 0px;
	margin-bottom:10px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	background-color: #ffffff;
	background-repeat: repeat-y;
	text-align: left; /* horizontal centering for IE Win quirks */
	overflow:auto;
}
	

	#container {
	margin:0 auto;
	margin-top:10px;
	margin-bottom:10px;
	position:relative; /* puts container in front of distance */
	text-align:left;
	width:800px;
	clear:left;
	border:0px solid #ff0000;
	float: none;
	}
	

	#header {
	position: relative;
	width: 800px;
	height: 208px;
	/* border: #000000 1px solid; */
	padding-left:0px;
	padding-right:0px;
	float:left;
	}
	
	#navi {
	position: relative;
	width: 800px;
	height: 28px;
	/* border: #000000 1px solid; */
	background-image:url(images/navi.jpg);
	padding:0px;
	float:left;
	}

	#content{
	float:left;
	min-height:350px;
	position: relative;
	width: 800px;
	background-image:url(images/main_bg.jpg);
	background-repeat:repeat-y;
	border:#FF0000 0px solid;
	padding:0px;
	margin:0px;
	clear:left;
	}
	
	#footer {
	float:left;
	position: relative;
	width: 800px;
	height: 27px;
	/* border: #000000 1px solid; */
	padding:0px;
	clear:left;
	/* background-color:#b1aeae; */
	background-image:url(images/footer.jpg);
	clear:left;
	}
	
	#footer_left {
	position:absolute;
	left: 0px;
	bottom: 0px;
	border:0px ;
	width: 480px;
	height: 28px;
	float: left;
	/* border-right: #000000 1px solid;
	background-color:#2f53a7; */
	padding:0px;
	margin:0px;
	}
	
	#footer_left_content a, #footer_right_content a {
 	font-weight: normal;
 	text-decoration: none;
  	color: #ffffff;
	}
	#footer_left_content a:hover, #footer_right_content a:hover {
	font-weight: normal;
	text-decoration: underline;
	color: #ffffff;
	}

	#footer_left_content a:visited, #footer_right_content a:visited {
	font-weight: normal;
	text-decoration: none;
	color: #ffffff;
	}

	#footer_left_content a:active, #footer_right_content a:active {
	font-weight: normal;
	text-decoration: underline;
	color: #ffffff;
	}

	#footer_left_content {
	position: relative;
	left: 23px;
	top: 5px;
	border:0px ;
	padding:0px;
	margin:0px;
	color:#FFFFFF;	
	}
	
	#footer_right{
	position:absolute;
	bottom: 0px;
	left: 600px;
	width: 180px;
	height: 28px;
	float: left;
	padding:0px;
	margin:0px;
	}
	
	#footer_right_content {
	position: relative;
	width:auto;
	left: 10px;
	top: 5px;
	border:0px;
	padding:0px;
	margin:0px;
	color:#FFFFFF;
	text-align: right;
	}
	
	#spacer{
	float: left;
	}
	

	
#lock-solution {display: none;}

