/*
      Created by Keith Donegan of Code-Sucks.com
Edited by Rose and Joe
	  
	  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-size: 12pt;
 background-image: url(images/background.png);
 background-repeat: repeat-x;
 color: #000000;
}
body img {
 border: none;
}
#wrapper { 
 margin: 0 auto;
 width: 922px;
}
#leftcolumn { 
 border: none;
 background: transparent;
 margin: 10px 0px 10px 0px;
 padding: 10px;
 height: 500px;
 width: 200px;
 float: left;
 position: fixed;
}
#rightcolumn { 
 float: right;
 border: none;
 background: transparent;
 margin: 10px 0px 10px 0px;
 padding: 10px;
 height: 500px;
 width: 678px;
 display: inline;
 position: relative;
}
.greentitle {
 color: #008000;
}
.subtitle {
 font-size: 1.2em;
 font-weight: bold;
}
.greensubtitle {
 font-size: 1.2em;
 font-weight: bold;
 color: #008000;
}
.green {color: #008000;}
.small { font-size: .7em;}
.yellow {color: #FF6600;}
}