/*
      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: 760px;
}
#faux {
 background: url(faux-2-3-col.gif);
 margin-bottom: 0px;
 /*overflow: auto; /* Paul O Brien Fix for IE www.pmob.co.uk */
 width: 100%
}
#header {
 color: #333;
 width: 760px;
 height: 128px;
 background-image:url(html_images/index_r1_c1.jpg);
}
#leftcolumn { 
 display: inline;
 color: #333;
 padding: 0px;
 width: 69px;
 height:305px;
 background-image:url(html_images/index_r2_c1.jpg);
 float: left;
}
#flashcontent { 
 float: left;
 color: #333;
 padding: 0px;
 width: 616px;
 height:305px;

}
#rightcolumn { 
 display: inline;
 position: relative;
 color: #333;
 padding: 0px;
 width: 75px;
 height:305px;
 background-image:url(html_images/index_r2_c3.jpg);
 float: right;
}
#footer { 
 width: 760px;
 height:112px;
 clear: both;
 color: #333;
 background-image:url(html_images/index_r3_c1.jpg);
}
.clear { clear: both; background: none; }