@import url(http://pyxplot.org.uk/css/body.css);
@import url(http://pyxplot.org.uk/css/table.css);
@import url(http://pyxplot.org.uk/css/sidebox.css);
@import url(http://pyxplot.org.uk/css/topbox.css);
@import url(http://pyxplot.org.uk/css/footer.css);
@import url(http://pyxplot.org.uk/css/contentinner.css);
@import url(http://pyxplot.org.uk/css/news.css);
html, body {margin:0; padding:0%; height:96%}

#clearheader{height:160px;}/*needed to make room for header*/

#content {
	position:relative;
	height:100%;
	min-height:100%;
	border-right:none;
	background: #ffffff;
	margin-bottom:-80px;
}
* html #content {height:100%}
body>#content {height:auto}
* html #contentinner {height:1%}/* combat ie 3 pixel jog */
html>body #content{height:auto}

#clearfooter{clear:both;height:80px;}/*needed to make room for footer*/

#hidebordertop {
	position:absolute;
	bottom:-2px;
	left:150px;
	width:40px;
	height:3px;
	/* background:#fff; */
	overflow:hidden;
}
#hideborderbottom {
	position:absolute;
	top:-3px;
	left:150px;
	width:40px;
	height:3px;
	/* background:#fff; */
	overflow:hidden;
}
#inserttop {
	position:relative;
	height:1px;
	/* background:#fff; */
	color:#000;
	border: none;
}
#insertbottom {
	position:relative;
	clear:both;
	height:1px;
	/* background:#fff; 
	color:#000; */
	border: none;
}

#navline {
	padding: 3px;
   border:1px solid #777777;
   margin: 3px;
	border-bottom: 1px solid #808080;
}


/*

.main h1 {
  font-size:1.4em;
  color: #333333;
}    


.menu {
  text-align: right;
}

.topbox h1 {
  font-size: 4em;
  margin-top: 5px;
  margin-bottom: 0;
  margin-left:10px;
}

.topbox h2 {
  margin-top:0;
  color: #ffc600;
  font-size:1em;
}

*/
