html, body {
			margin: 0;
			padding: 0;
			height: 100%;
			overflow: hidden;
			}
		#container {
			z-index: 0;
			height: 100%;
			width: 100%;
			overflow: auto;
			clip: auto;
			}
		#content {
			margin: 20px 130px 40px 20px;
			padding: 0px;
			overflow: hidden;
			clip: auto;
			} 		
		#fixed {
	z-index: 3;
	position: absolute;
	top: 20px;
	right: 35px;
	width: 90px;
	padding: 0px;
	height: 90px;
	margin: 0px;

			}

	#pagefooter {
  padding: 0.2em 0.5em;
}
#pageheader {
	padding: 0;
	height: 136px;
	margin: 0px;
	visibility: visible;
	background: url(images/header-nav.jpg);
}
#logo{
	margin: 0px;
	padding: 0px;
	left: 20px;
	top: 10px;
	height: 90px;
	width: 90px;
	border: 0px none;
	position: relative;
}

#pagefooter .right {
  float: right;
}
h1 {
	margin-top: 0.5em;
	padding-bottom: 0.5em;
	margin-bottom: 2em;

} 
#slider {
	z-index: 0;
	height: 100%;
	width: 90px;
	overflow: hidden;
	right: 20px;
	float: right;
	padding: 0px;
	margin: 20px 10px 40px 0px;
	top: 20px;
	border-top: 1px dashed #CCCCCC;
	border-right: 2px dashed #CCCCCC;
	border-bottom: 2px dashed #CCCCCC;
	border-left: 1px dashed #CCCCCC;
}
#fixed2 {

	z-index: 3;
	position: absolute;
	top: 20px;
	right: 37px;
	width: 90px;
	padding: 0px;
	height: auto;
}
#contentGrab {
	padding: 0px;
	overflow: hidden;
	clip: auto;
	height: 100%;
	width: 95%;
	margin-top: 20px;
	margin-bottom: 40px;
	margin-left: 20px;

}
.content {

			margin: 20px 130px 40px 20px;
			padding: 0px;
			overflow: hidden;
			clip: auto;
}
