/*
      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
	  
*/



body {
 font-family: Arial, Helvetica, sans-serif;
 font-size: 13px;
 background-color:#ddd;
 line-height:16px;
}
#wrapper { 
 margin: 0 auto;
 width: 922px;
}

#header {
 color: #333;
 width: 922px;

 height: 100px;
 margin: 10px 0px 5px 0px;
 background: #fff;
 
 background: url('header.jpg') no-repeat; 
}

a { color: #0000ff; text-decoration: underline; }

a:visited { color: #000; text-decoration: underline; }

a:hover { color: #1873a1; text-decoration: underline; }

#title h1 { text-align: right; }
	
	h1 a, h1 a:visited, h1 a:hover { color: #222; text-decoration: none; }

	#header ul { list-style: none; }

		#header li { float: left; }
		
			#header li a, #nav li a:visited { display: block; height: 3.0em; padding: 0 1.2em; line-height: 3.0em; color: #222; text-decoration: none; font-size: 1.4em; text-transform: uppercase; letter-spacing: .3em; float: left; }
		
			#header li a:hover { color: #fff; background: #222; text-decoration: none; }

#faux {
 background: url(faux-2-2-col.gif);
 margin-bottom: 5px;
 overflow: auto; /* Paul O Brien Fix for IE www.pmob.co.uk */
width: 902px;
 padding: 10px;
  background: #fff;
}
			
#rightcolumn { 
 display: inline;
 color: #333;
 margin: 10px;
 padding: 0px;
 width: 195px;
 float: right;
  background: #fff;
}
#leftcolumn { 
 float: left;
 color: #333;
 margin: 10px;
 padding: 0px;
 width: 683px;
 display: inline;
 position: relative;
}
#footer { 
 width: 902px;
 clear: both;
 color: #333;
 background: #fff;
 margin: 0px 0px 10px 0px;
 padding: 10px;
}
.clear { clear: both; background: none; }

img {
  border-style:none;
  border:0;
  text-decoration:none;
  }