/*
      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: 13px;
}
#wrapper { 
 margin: 0 auto;
 width: 922px;

}
#header {
 width: 922px;
 float: left;
 padding: 10px;
 height: 60px;
 }
 
#leftcolumn { 
 border: 1px solid #ccc;

 margin: 0px 5px 5px 0px;
 padding: 10px;
 height: 600px;
 width: 137px;
 max-width: 145px;
 float: left;
 }
#rightcolumn { 
 float: right;
 border: 1px solid #ccc;
 padding: 10px;
 height: 600px;
 width: 735px; 
 display: inline;
 }
#inset{
 float: left;
 height: 600px;
 width: 250px;
}	

#footer { 
 width: 912px;
 clear: both;
 color: #333;
 border: 1px solid #ccc;
 background: #ffffc6;
 margin: 0px 0px 10px 0px;
 padding: 5px;
 float: left;
}
