/*
      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
	  
*/
DIV.Object0 { position:absolute; top:1px; left:2px; z-index:0; }
DIV.Object1 { position:absolute; top:0px; left:617px; z-index:1; }
DIV.Object2 { position:absolute; top:0px; left:45px; z-index:2; }
DIV.Object3 { position:absolute; top:129px; left:48px; z-index:3; }
DIV.Object4 { position:absolute; top:157px; left:48px; z-index:4; }


* { padding: 0; margin: 0; }

body {
 font-family: Arial, Helvetica, sans-serif;
 font-size: 13px;
}
#wrapper { 
 margin: 0 auto;
 width: 922px;
}
#header {
 color: #333;
 width: 900px;
 float: left;
 padding: 10px;
 border: 1px solid #ccc;
 height: 120px;
 margin: 10px 0px 5px 0px;
 background: #BD9C8C;
}
#leftcolumn { 
 color: #333;
 border: 1px solid #ccc;
 background: #E7DBD5;
 margin: 0px 5px 5px 0px;
 padding: 20px;
 height: 350px;
 width: 165px;
 float: left;
}
#rightcolumn { 
 float: right;
 color: #333;
 border: 1px solid #ccc;
 background: #F2F2E6;
 margin: 0px 0px 5px 0px;
 padding: 10px;
 height: auto;
 width: 678px;
 display: inline;
 position: relative;
}