@charset "utf-8";
/* CSS Document */
html { overflow: -moz-scrollbars-vertical; }
html { overflow-x: auto; }
html,body{
	margin:0px auto;
	padding:0px;
	border:0px;
	height:100%;
	background-color:#e7fbff;
	background-image:url(/images/bg.gif);
	background-repeat:repeat-x;
}

#wrapper{
	min-height:100%;
	z-index: 1;
	background-image:url(/images/mainbg.gif);
	background-repeat:repeat-y;
/* \*/
	height:100%;
/* Last height declaration hidden from Mac IE 5.x */
}

#wrapper{
	height:auto;
}
/* \*/
* html #wrapper{
	height:100%;
}

#mainbg {
  position:relative;
  width: 780px;
  background-image:url(/images/topbg.gif);
  background-repeat:no-repeat;
/* \*/
  height:100%;
/* Last height declaration hidden from Mac IE 5.x */
}

.clear {
	clear:both;
	height:0px;
	overflow:hidden;
	line-height:0px;;
	font-size:0px;
	margin: 0px;
	padding:0px;
}

#fullheightcont {
	height:100%;
	width:780px;
	margin-left:auto;
	margin-right:auto;
}

#outer{
	z-index:1;
	position:relative;
	width:780px;
/* \*/
	height:100%;
/* Last height declaration hidden from Mac IE 5.x */
}

#clearheadercenter{
	height:150px;
	overflow:hidden;
	z-index:1;
}

#container-center {
	width:780px;
/*	margin-left: 6px;
	margin-right: 6px;*/
	z-index:2;
}

#clearfootercenter{
	height:35px;
	overflow:hidden;
	z-index:3;
}

#header {
	height:150px;
	position:absolute;
	top:0px;
	/*overflow:hidden;*/
	width:780px;
	z-index:2;	
}

#footer {
	height:35px;
	margin-top:-35px;
	position:absolute;
	overflow:hidden;
	width:780px;
	z-index:3;
	background-image:url(/images/foot.gif);
}

#menu {
	height:30px;
	background-color:#2b7197;
	width:750px;
	margin-left:15px;
	margin-right:15px;
}

#content {
	width:750px;
	margin-left:15px;
	margin-right:15px;
}
