html, body {
	margin:5px 0 0 0;
	padding:0;
	height:100%;
}

html {
  /*line-height: 1.15;  1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

div#container {
	text-align:left;
	overflow:hidden;
	width:930px;
	margin:0 auto;
	min-height:100%;
	position:relative;
}
div#header {
	position:relative;
	/*-moz-border-radius:10px 10px 0 0;*/
	height:70px;
	max-height:70px;
	margin:0;
	overflow: hidden;

}
div#header a {
	position:absolute;
	right:0;
	top:23px
}
div#wrapper {
	float:left;
	width:100%;
}
div#content {
	margin: 1px 173px 0 173px;
	padding-bottom:1em;
}
div#column-left {
	float:left;
	width:168px;
	margin-left:-930px;
}
div#column-right {
	float:left;
	width:168px;
	margin-left:-168px
}
div#footer {
	padding:5px 0 5px;
}
div#footer {
	clear:left;
	width:100%;
	text-align:center;
	font-size:.8em;
	
}
div#navbar {
	position:relative;
	text-align:left;
	font-family:"Trebuchet Ms", Geneva, Arial, Helvetica, sans-serif;
	height:auto !important;
}
