html, body { height: 100%; width: 100%; margin: 0; padding: 0; }
body {
	font: 13px Arial, Helvetica, Geneva, sans-serif;
	line-height: 120%;
	color: #013162;
	background-color: #fff;
}
#main {
	min-height: 100%;
	height: auto !important;
	height: 100%;
}
#header {
	height: 158px;
	background: url('/web/20130930045735im_/http://lcs-belize.com/images/top_bg.gif') top left repeat-x;
	text-align: center;
}
#logo { padding: 60px 0 0 0; }
#content {
	margin: 0 auto;
	padding: 30px 0 215px 0;
	width: 900px;
	clear: both;
	overflow: hidden;
}
#footer {
	height: 205px;
	position: relative;
  margin-top: -205px;
}
#footer table { border-collpase: collapse; width: 100%; }
#footer table td { height: 205px; }
#footer .l { background: url ("/files/images/footer_bgl.gif") bottom left repeat-x; }
#footer .c { width: 996px; background: url("/files/images/footer_bg.gif") top left no-repeat; }
#footer .r { background: url("/files/images/footer_bgr.gif") bottom left repeat-x; }
/* login */
#login_form {
  margin: 0 auto;
  padding: 50px 0 0 0;
  width: 300px;
}
#login_form .err { color: #ff0000; padding: 0 0 5px 0; }
#login_form form { padding: 5px 20px 20px 20px; }
#login_form .ftext { width: 90px; padding: 5px 0 0 0; float: left; } 
#login_form input[type=text], #login_form form input[type=password] { margin: 0; padding: 2px 5px 2px 5px; width: 150px; border: #54c4d0 1px solid; float: left; }
#login_form input[type=submit] { margin: 0 0 0 90px; width: 162px; color: #fff; background-color: #54c4d0; border: 1px #013162 solid; }
#login_form .fline { clear: both; height: 10px; }
#login_form form input.err { border: red 1px solid; }
#login_form form label.err { color: red; }
/* end login */