@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:3%;
		width:20%;
		top:0px;
		background:#014047;
                        background-image:url(images/side.jpg); 
                     		}

	#rightcontent {
		position: absolute;
		left:25%;
		width:60%;
		top:15px;
		background:black;
                        background-image:url();
		}
	
	#rightcontent, #leftcontent {
		border:1px solid #000;
		}
		
	p,h1,pre {
		margin:0px 10px 10px 10px;
		}
		
	h1 {
		font-size:14px;
		padding-top:10px;
		}
	
	#rightcontent p { font-size:10px}
</style>


