html, body, div,
h1, h2, h3, h4, h5, h6,
form, fieldset, a, img, table, input
{
	padding: 0;
	margin: 0;
}

#pageFrame
{
    background: #fff;
		position: relative;
		width: 950px;
		margin: 0 auto;
    border: #fff 1px solid;
	}
	#pageInnerFrame	
	{
		width: 100%;
	}


#header{
  background: #ededed;
	padding-top: 36px;
	height: 27px;
	}
	#logo{
		padding: 0 0 0 30px;
		}


#footer{
	height: 33px;
	clear: both;
	border-top: 1px solid white;
	}
	#footer .left
	{
		padding-left: 15px;
		padding-top: 7px;
	}
	#footer .right
	{
		padding-right: 15px;
		padding-top: 7px;
	}


/******one true layout******/
#contentColumn{
	float: right;
	width: 705px;
	margin-left: 2px;
	}
#rightColumn{
	float: left;
	width: 242px;
	}

	/* Start Mac IE5 filter \*/
/*	#contentColumn, #rightColumn
		{
		padding-bottom: 32767px !important;
		margin-bottom: -32767px !important; 
		}
*/	/* End Mac IE5 filter */

#wrapper{
	overflow: hidden; /* This hides the excess padding in non-IE browsers */
	float: left;
	}


/* easy clearing */
#wrapper:after{
		content: '.'; 
		display: block; 
		height: 0; 
		clear: both; 
		visibility: hidden;
	}
	#wrapper{
		display: inline-block;
	}

		#topback {
			position: relative;
			bottom: 50px;
			right: 35px;
		}

.clear {
	clear: both;
  display: block;
	height: 0px;
	line-height: 0;
	overflow: hidden;
}
#funcs {
  clear: both;
  text-align: right;
  padding: 0 10px 0 0;
}