
/*
      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; }

html, body {
 height: 100%;
}

body {
 font-family: Arial, Helvetica, sans-serif;
 font-size: 12px;
 }
 
a {
 color: #009999;
}

a:visited {
 color: #666666;
}

#nonFooter
{
position: relative;
min-height: 100%;
}


* html #nonFooter
{
height: 100%;
}
 

#wrapper { 
 margin: 0 auto;
 width: 800px;
 float: center;
}

#header {
 color: #2c556e;
 width: 100%;
 float: left;
 padding: 10px;
 height: 15px;
 margin: 0px 0px 5px 0px;
 background: #f0f0f0;
 text-align: right;
}

#header a {
 padding-right: 15px;
 text-decoration: none;
 color: #2c556e;
}

#leftcolumn { 
 color: #333;
 background: transparent;
 margin: 0px 5px 5px 0px;
 padding: 0px;
 padding-top: 5px;
 width: 225px;
 float: left;
 text-align: left;
}

#leftcolumn a img {
 border: 0px;
}

img {
 vertical-align: bottom;
 border: none;
 }

#rightcolumn { 
 float: right;
 color: #333;
 background: transparent url(images/border_wide_06.gif) repeat-y;
 margin: 0px 0px -8px 0px;
 padding: 10px;
 padding-top: 10px;
 height: auto;
 width: 550px;
 display: inline;
 }
 
#rightcolumn img {
 float: left;
}

#rightcolumn ul {
 padding-left: 15px;
}

#contentFooter {
display: block;
padding-left: 230px;
}

#contentHeader {
display: block;
}

#footer { 
 width: 100%;
 clear: both;
 color: #042673;
 background: #f0f0f0;
 margin: 0px 0px 10px 0px;
 padding: 10px;
 height: 15px;
 position: relative;
 margin-top: -2.8em;
}

#footer a {
 padding-right: 15px;
 text-decoration: none;
 color: #042673;
}