/*
      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: 922px;
}
#header {
 color: #8B9C9E;
 width: 900px;
 float: left;
 padding: 10px;
 border: 1px solid #000;
 height: 100px;
 margin: 10px 0px 0px 0px;
 background: #333333;
}
#leftcolumn { 
 color: #8B9C9E;
 border: 1px solid #000000;
 background: #4E4E4E;
 margin: 10px 0px 0px 0px;
 padding: 10px;
 height: 650px;
 width: 200px;
 float: left;
}
#content { 
 float: left;
 color: #8B9C9E;
 border: 1px solid #000;
 background: #3D3D3D  url(http://psychosis.lolita-complex.com/mooncell/mooncell.jpg) no-repeat 50% 1%;;
 margin: 10px 0px 0px 0px;
 padding: 10px;
 height: 650px;
 width: 456px;
 display: inline;
}
#rightcolumn { 
 color: #8B9C9E;
 border: 1px solid #000000;
 background: #4E4E4E;
 margin: 10px 0px 0px 0px;
 padding: 10px;
 height: 650px;
 width: 200px;
 float: left;
 position: relative;
}
#footer { 
        font-family: Trebuchet MS; 
        font-size: x-small;
		color: #ffffff;
        margin:0px;
 width: 456px;
        background-color:#8B9C9E;
        color:#fff;     
        border-bottom: 1px solid #8B9C9E;
        border-top: 1px solid #8B9C9E; 
        text-align:center;
        }

#footer a { 
        color:#000;
         }

#footer a:hover {
        text-decoration: none;
        }

