<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*
      Created by Keith Donegan of Code-Sucks.com
	  
	  E-Mail: Keithdonegan@gmail.com
	  
	  You can do whatever you want with these layouts,
	  but it would be greatly appreciated if you gave a link
	  back to http://www.code-sucks.com
	  
*/

* { padding: 0; margin: 0; }

body {
 font-family: Arial, Helvetica, sans-serif;
 font-size: 12px;
}
#wrapper { 
 margin: 0 auto;
 width: 100%;
 background: white;
}
#header {
	background-image:url(images/banner.jpg);
	background-repeat: no-repeat;
	background-color: #113B75;
	height: 50px;
	width:100%;
}
#footer{
	/*background-color: #FFF;*/
	float: bottom;
	position: absolute;
}
.content {
	margin-left: 20px;
}
#helpTitle{
	position:absolute;
	left:49%;
	top:16px;
	color: #A6C9F1;
	font-size: 24px;
	font-weight: bold;
}
#leftcolumn { 
 top: 5px;
 color: #333;
 /*border: 1px solid #ccc;*/

 margin: 0px 0px 0px 0px;
 padding: 10px;
 height: auto;
 width: 200px;
}
a{
	color:darkblue;
}
ul{
color: darkblue;
text-indent: 0px;
padding: 4px;
line-height: 2em;
}
#rightcolumn { 
 color: #333;
 border: 1px solid #ccc;
 background: #F2F2E6;
 margin: 10px 10px 0px 0px;
 padding: 10px;
 top:50px;
 left: 221px;
 position: absolute;
 width: auto;
}</pre></body></html>