/*
      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: Verdana, Georgia, Arial, Helvetica, sans-serif;
 font-size: 13px;
 background-image: url(backgnd.gif);
}
#wrapper { 
 margin: 0 auto;
 width: 922px;
}
#header {
 color: #333;
 width: 900px;
 float: left;
 padding: 10px;
 border: 1px solid #ccc;
 height: 162px;
 margin: 10px 0px 5px 0px;
 background: #BD9C8C;
 background-image: url(header.gif); */
}
#leftcolumn { 
 color: #333;
 text-indent: 1em;
 border: 1px solid #ccc;
 background: #fb91a7;
 margin: 0px 5px 5px 0px;
 padding: 10px;
 height: 800px;
 width: 195px;
 float: left;
}
#content { 
 float: left;
 color: #333;
 border: 1px solid #ccc;
 background: #fdf7c3;
 margin: 0px 5px 5px 0px;
 padding: 10px;
 height: 800px;
 width: 456px;
 display: inline;
}
#rightcolumn { 
 color: #333;
 border: 1px solid #ccc;
 background: #e65b86;
 margin: 0px 0px 5px 0px;
 padding: 10px;
 height: 800px;
 width: 195px;
 float: left;
}
#footer { 
 width: 900px;
 height: 60px;
 clear: both;
 color: #e65b86;
 border: 1px solid #ccc;
 background: #000000;
 background-image: url(footer.jpg);
 margin: 0px 0px 10px 0px;
 padding: 10px;
}

div img {
   display:block;
   margin:auto;
}

.black {background: #000;}

  .bb5 {border: 5px inset #483db8;}
  .bp5 {border: 5px inset #e65b86;}
  .bs5 {border: 5px inset #c0c0c0;}

  .m2 {margin: 2em;}
  .mr1 {margin-right: 1em;}
  .mb2 {margin-bottom: 2em;}

  .l {float: left; clear: left;}
  .r {float: right; clear: right;}

  .cp {color: #9040d3;}
  .cb {color: #483db8;}

  div.p1c {padding: 1em; text-align: center;}

  .purple-glass {
  background: #fb91a7 url(backgnd.gif);
  }
  
  ul {
	list-style: none;
	margin-left: 0;
	padding-left: 1em;
	text-indent: -1em;
	}

p.center { text-align: center; }

