html, body, #wrapper {
  background:#F5F5F5 url("../images/bg.gif") repeat scroll left top;
  color:#000000;
  width:100%;
  height:100%;
  min-height:100%;
}
html > body, html > body {
  height:100%;
}
body {
  background:#F5F5F5 url("../images/bg.gif") repeat scroll left top;
  color:#000000;
  font-family:Verdana, Arial, Helvetica, sans-serif;
  font-size:12px;
  margin:0px;
  padding:0px;
  width: 900px;
  \width: 900px;
  w\idth: 900px;
  min-width:900px;
  height:auto;
}
#wrapper {
  top:0px;
  left:0px;
  width:100%;
  height:100%;
  min-height:100%;
}
#header {
  background:#98C1C2;
  color:#000000;
  width:900px;
  height:160px;
}
#main {
/*  background:#E8E8E8 url("../images/bg_left.gif") repeat-y scroll left top;*/
  background:#E8E8E8;
  color:#000000;
  width:900px;
  min-height:100%;
  clear:both; 
}
#content { 
  background:#F5F5F5 url("../images/bg-content.gif") repeat-y scroll center top;
  color:#000000;
  float:left;
  width:880px;
  \width: 880px;
  w\idth: 880px;
  min-width:880px;
  min-height:100%;
  border-bottom:1px solid #3D3D3D;
  border-top:0px;
  margin:0 10px 10px 10px;
  text-align : justify;
  line-height: 18px;
}
#content a { 
color:#98C1C2;
}
#content a:hover { 
color:#3D3D3D;
}
#menu {
  background:transparent url("../images/bg-menu.gif") repeat-x scroll left bottom;
  color:#000000;
  float:left;
  width:880px;
  \width: 880px;
  w\idth: 880px;
  min-width:880px;
  height:24px;
  margin:10px 0 0 10px;
}
#submenu {
  background:#F5F5F5 url("../images/bg-content.gif") repeat-y scroll center top;
  color:#000000;
  float:left;
  width:880px;
  \width: 880px;
  w\idth: 880px;
  min-width:880px;
  height:18px;
  margin:0 0 5px 0;
  border-bottom:1px solid #3D3D3D;
}
#submenu a {
  color:#000000;
  font-size:11px;
}
#footer {
  background:#98C1C2;
  width: 900px;
  \width: 900px;
  w\idth: 900px;
  min-width:900px;
  height:30px;
  float:left;
  color:#4A4949;
  text-align:left;
  font-size:10px;
  font-weight:normal;
}
#footer a {
  color:#E8E8E8;
}
img {
  border:none;
}
a, a:link, a:visited, a:hover, a:active {
  text-decoration: none;
}
.text {
  padding : 5px;
}
.stan {
  padding:0 5px 0 5px;
  width:700px;
  min-height:140px;
  background:#E8E8E8;
  border:1px solid #D0D0D0;
  clear:both;
  margin-top:2px;
}
.stan_desc {
  width:500px;
  float:left;
}
.stan_img {
  padding:2px;
  border:1px solid #3D3D3D;
  float:right;
  text-align:center;
  margin:2px;
  margin-top:10px;
  top:auto;
}

.pager {overflow: auto; margin:5px; padding:0;}
#content .pager li {display: inline; float: left; background:none; margin:0; padding:0; padding:0 1px;}
#content .pager li.current {display:block; padding:2px 5px; background:#eee; border:solid 1px #ccc;}
#content .pager li a:link, #content .pager li a:visited {display:block; margin:0; border: solid 1px #f7f7f7; padding:2px 5px; float:left;}
#content .pager li a:hover {border:solid 1px #000; background-color:#E8E8E8;}

/* START fix clear problem*/
#main:after {
  content:"."; 
  display:block; 
  height:0; 
  clear:both; 
  visibility:hidden;
}
/* END fix clear problem*/

/* START fix clear problem*/
  .stan:after {
  content:"."; 
  display:block; 
  height:0; 
  clear:both; 
  visibility:hidden;
}
/* END fix clear problem*/

/* *** Float containers fix *** */
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.clearfix {
	display: inline-block;
}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

.input {
	width: 50%;
	height:18px;
	background-color : transparent;
	border-top: 1px solid  #A19E9E;
	border-left: 1px solid #A19E9E;
	border-bottom: 1px solid  #737171;
	border-right: 1px solid  #737171;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color:#4D6D7F ;
	font-size : 11px;
	padding:2px;
}

.inputtext {
	width: 50%;
	background-color : transparent;
	border-top: 1px solid  #A19E9E;
	border-left: 1px solid #A19E9E;
	border-bottom: 1px solid  #737171;
	border-right: 1px solid  #737171;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color:#4D6D7F ;
	font-size : 11px;
	padding:2px;
}
