@charset "iso-8859-1";

/* CSS Document */

      <style type="text/css">

	@import "all.css"; /* zombies never issue sheets */
		body {
		margin:5px 5px 5px 5px;
		}
	#leftcontent {
		position: absolute;
		left:17%;
		width:15%;
		top:450px;
		background:black;
		}

	#centerleftcontent {
		position: absolute;
		left:34%;
		width:15%;
		top:450px;
		background:black;
		}

	#centerrightcontent {
		position: absolute;
		left:51%;
		width:15%;
		top:450px;
		background:black;
		}

	#rightcontent {
		position: absolute;
		left:68%;
		width:15%;
		top:450px;
		background:black;
		}
	
	#rightcontent, #centerrightcontent, #centerleftcontent, #leftcontent {
		border:1px solid #000;
		}
		
	p,h1,pre {
		margin:0px 10px 10px 10px;
		}
		
	h1 {
		font-size:14px;
		padding-top:10px;
		}
	
	#centerrightcontent p { font-size:10px}
</style>


