                                <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "DTD/xhtml1-transitional.dtd">
<html><head><title>glish.com : CSS layout techniques : 2 columns, ALA style</title>

<style type="text/css">
/* @import "/refurb/html-templates/all.css";  just some basic formatting, no layout stuff */

    body {
	font:	16px/1.2 Verdana, Arial, Helvetica, sans-serif;
	background:#ddd;
	padding:0px;
	margin:0px;
	}
	
a {
	text-decoration:none;
	font-weight:bold;
	color:#c00;
	}
	
pre {
	font-size:11px;
	color:blue;
	}
	
.greek {
	color:#999;
	}
	
ol {
	margin-right:40px;
	}
li {
	margin-bottom:10px;
	}    




	
body {
		margin:0px 0px 0px 0px;
}
	
	#leftcontent {
		float:left;
		width:67%;
		background:#fff;
		border-right:2px solid #a77102; /* a yellowy colour */
		border-bottom:2px solid #a77102;
		margin-right:15px;
		padding-bottom:20px;
		}

	#rightcontent {
		}
		
	p,h1,pre {
		margin:0px 30px 10px 30px;
		}
		
	h1 {
		font-size:14px;
		padding-top:10px;
		}
	
	#rightcontent p {
		font-size:10px;
		margin-left:0px;
		}
	
</style>
</head><body>

<div id="leftcontent">

<!--@page-content-->
[[- The content of the page will be inserted here so 
    if you make any changes to this template, dont bother
    changing anything within the special template tags, such
    as the text which you are reading now, because this 
    text gets deleted anyway.

    
-]]
<!--@page-content-end-->


</div>

<div id="rightcontent">
	<h1>The Community Work Center Site</h1>
		<p>

  <ul>
  <li><a href = "/">home</a></li>
  <li><a href = "http://www.mission.com.au">Mission Australia Home</a></li>
  <li><a href = "/pc-recycle.html">Pc Recycle</a></li>
  <li><a href = "/refurb/manage/admin.php">administration</a></li>
  <li><a href = "/refurb/webpad/control.php">webpad system</a></li>
  <li><a href = "/refurb/manage/find-file-form.php">find a file</a></li>
  </ul>

	<p>
	Does it <a href="http://validator.w3.org/check?uri=http://glish.com/css/9.asp?noSRC=true">validate</a>?
	</p>
	
</div>

</body>
</html>
                                