/*
      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 { 
 left-margin: auto;
 right-margin: auto;
 width: 1080px;
 height: 750px;

}
#leftcolumn { 
 color: #333;
 border: 0px solid #ccc;
 background: white;
 margin: 0px 0px 0px 0px;
 padding: 0px;
 height: 750px;
 width: 250px;
 float: left;
}
#leftmiddle { 
 color: #333;
 border: 0px solid #ccc;
 background: white;
 margin: 0px 0px 0px 0px;
 padding: 0px;
 height: 750px;
 width: 40px;
 float: left;
 text-align: right;
}
#rightmiddle { 
 display: table; 
 border: 0px solid #ccc;
 background: black;
 margin: 0px 0px 0px 0px;
 padding: 0px;
 height: 750px;
 width: 490px;
 float: left;
 text-align: left;
}
#rightcolumn { 
 color: #333;
 border: 0px solid #ccc;
 background: white;
 margin: 0px 0px 0px 0px;
 padding: 0px;
 height: 750px;
 width: 40px;
 float: left;
 text-align: right;
}
#rightcolumn2 { 
 color: #333;
 border: 0px solid #ccc;
 background: white;
 margin: 0px 0px 0px 0px;
 padding: 0px;
 height: 750px;
 width: 250px;
 float: left;

.clear { float: left; width: 1px; }

