html,body{
  margin:0px auto;
  padding:0px;
  border:0px;
  height:100%;
  font-family: "Georgia";
  font-size: 12px;
  cursor:default;
  color:#353535;
  background:URL(/images/full_bg.gif) black;
  background-repeat:repeat-x;
}

#wrapper{
  	min-height:100%;
  	z-index: 1;
	background:URL(/images/main_bg2.gif) black;
	background-repeat:repeat-y;
	background-position: 28px top;
	/* \*/
	height:100%;			
	/* Last height declaration hidden from Mac IE 5.x */
}

#wrapper{
  height:auto;
}

.clear{
  	clear:both;
  	height:0px;
  	overflow:hidden;
  	line-height:1%;
  	font-size:0px;
  	margin: 0px;
}

#fullheightcont {
	height:100%;
	width:826px;
	background:black;
	margin-left:auto;
	margin-right:auto;
}

#outer {
    z-index:1;
	position:relative;
	margin-left:0px;
	max-width: 770px;
	/* \*/
	height:100%;
	/* Last height declaration hidden from Mac IE 5.x */
}

#clearheadercenter{
  	height:176px;
  	overflow:hidden;
  	z-index: 1;
}

#container-center {
	width: 770px;
	font-size:0px;
	line-height:0px;
	height: 0px;
	margin-left: 28px;
	margin-right: 28px;
	z-index: 2;
}

#content {
	width: 770px;
	float: left;
	padding-left: 28px;
	padding-top: 15px;
	background:URL(/images/main_bg.jpg);
	background-position: 28px top;
	background-repeat:no-repeat;
	min-height: 350px;
}

#clearfootercenter {
  	height:30px;
  	overflow:hidden;
  	z-index: 3;
}

#header {
	height:176px;	
	position:absolute;	
	top:0px;
	overflow:hidden;
	width:770px;	
	z-index: 2;
	margin-left: 28px;
	background:URL(/images/header_bg.jpg);
	background-repeat:no-repeat;
}

#realheader {
	height: 149px;	
	z-index: 2;
}

#left {		
	position:absolute;

	width:28px;
	height: 100%;
	background:URL(/images/left_side.gif);
	background-repeat:no-repeat;
}

#right {		
	position:absolute;
	margin-left:798px;
	width:28px;
	height: 100%;
	background:URL(/images/right_side.gif);
	background-repeat:no-repeat;
}


#menu {
	height: 27px;
	background:URL(/images/menu_bg.gif);
	background-repeat:no-repeat;
	padding-top: 5px;
	z-index: 2;
}