html {height: 100%;}
body {height: 100%;}
form {height: 100%;}

#wrapper {
	height:auto !important;
	margin:auto;
	min-height:100%;
	overflow:auto;
	width:100%;
}

#header {
	height:30px;
	width:100%;
}

#topseparator {
	padding:5px;
	text-align:right;
}
#topseparator a,
#topseparator a:link,
#topseparator a:active,
#topseparator a:visited {
  text-decoration:none;
}
#topseparator a:hover {
  text-decoration:underline;
}
#navigation {
  float:left;
  width:11%;
}
#content {
  float:left;
  /*width:87%;*/
  width:85%;
}
#navigation, 
#content, 
#maincontent, 
#footer {
  padding:0.5%;
}

#pusher {
  height:2em;
  clear:both;
}

#footerwrapper {
	margin-top:-1em;
}

#footer {
	text-align:center;
}