/*
      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;
 background:#d5d3d3 url('IndexGraphicsRGB/RBGComputerAddict/cabbrown.gif');

}
#wrapper { 
 margin: 0 auto;
 width: 727px;
}
#header {
 color: #333;
 width: 705px;
 float: left;
 padding: 10px;
 border: 1px solid #495f4c;
 height: 125px;
 margin: 10px 0px 0px 0px;
 background: #E7DBD5 url('IndexGraphicsRGB/RBGComputerAddict/catopperbrown.gif');
}
#navigation {
 float: left;
 width: 705px;
 color: #72554e;
 padding: 10px;
 border: 1px solid #495f4c;
 margin: 0px 0px 0px 0px;
 background: #BD9C8C url('IndexGraphicsRGB/RBGComputerAddict/cabtblbrn.gif');
}
#leftcolumn { 
 color: #333;
 border: 1px solid #495f4c;
 background: #E7DBD5 url('IndexGraphicsRGB/RBGComputerAddict/cabtblbrn.gif');
 margin: 0px 0px 0px 0px;
 padding: 10px;
 height: 800px;
 width: 190px;
 float: left;
}
#rightcolumn { 
 float: right;
 color: #333;
 border: 1px solid #495f4c;
 background: #F2F2E6 url('IndexGraphicsRGB/RBGComputerAddict/cabtblbrn.gif');
 margin: 0px 0px 0px 0px;
 padding: 10px;
 height: 800px;
 width: 491px;
 display: inline;
 position: relative;
}