/*
      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;
 margin-top: 0px;
 background-image:url(http://www.celebrity-nude-fakes.com/bg.gif);
}
h1 {font-size: 150%;}
#wrapper { 
 margin: 0px auto;
 width: 922px;
}
#faux {
 margin-bottom: 0px;
 overflow: auto; /* Paul O Brien Fix for IE www.pmob.co.uk */
 width: 100%
}
#header {
 text-align: center;
 color: #333;
 width: 902px;
 padding: 10px;
 height: 200px;
 background-image:url(http://www.celebrity-nude-fakes.com/headerbg.png);
}
#navigation {
 text-align: center;
 color: #333;
}
#content { 
 float: left;
 color: #333;
 padding: 0px;
 width: 688px;
 display: inline;
 position: relative;
}
#leftcolumn { 
 display: inline;
 color: #333;
 padding: 3px;
 width: 222px;
 float: left;
 background-image:url(http://www.celebrity-nude-fakes.com/leftcolumnbg.gif);
}
#rightcolumn { 
 text-align: center;
 display: inline;
 position: relative;
 color: #333;
 padding: 3px;
 width: 228px;
 float: right;
 background-image:url(http://www.celebrity-nude-fakes.com/rightcolumnbg.gif);
}
#footer { 
 width: 902px;
 clear: both;
 color: #333;
 background: #000;
 padding: 10px;
}
.update img{
 display:inline;
 padding: 1px;
 margin: 2px;
 border: 1px solid black;
}
.clear { clear: both; background: none; }
a {
 text-decoration: none;
 color: #000;
}
a:hover {text-decoration: underline;}
ul {list-style-type:none;}