/*
      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;
	background-color: #000000;
}
#wrapper { 
 margin: 0 auto;
 width: 922px;

}
#header {
	color: #333;
	width: 900px;
	float: left;
	padding: 10px;
	border: 1px solid #ccc;
	/* height: 100px; */
 height: 100%;
	margin: 10px 0px 5px 0px;
	/*background-image: url(http://www.inabeanpod.com/images/aaaheaderbg2.jpg);*/
	background-image: url(http://www.inabeanpod.com/images/aaaheaderbg2.jpg);
	background-repeat: repeat-x;
	background-color: #ffffff;
}
#leftcolumn {
	color: #333;
	border: 1px solid #ccc;
	margin: 0px 5px 5px 0px;
	padding: 10px;
	/*  height: 350px; */
    height: 100%;
	width: 195px;
	float: left;
	background-color: #ffffff;
	list-style-position: inside;
	background-image: url(http://www.inabeanpod.com/images/aaaleftcolumnbg.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
}
#rightcolumn { 
 float: right;
 color: #333;
 border: 1px solid #ccc;
 background: #ffffff;
 margin: 0px 0px 5px 0px;
 padding: 10px;
/*  height: 350px; */
 height: 100%;
 width: 678px;
 display: inline;
 list-style-position: inside;
}
#footer {
	width: 900px;
	clear: both;
	color: #999999;
	border: 1px solid #ccc;
	background-image: url(http://www.inabeanpod.com/images/aaafooter3.png);
	background-repeat: repeat;
	margin: 0px 0px 10px 0px;
	padding: 10px;
	background-color: #000000;
}
#rotator {
	background: url(http://inabeanpod.com/images/testlogos/rotate.php) no-repeat center top;
	width: 900px;
	height: 100px;
	margin-top: 5px;
}
#header-rotator {
	background: url(http://inabeanpod.com/images/header/rotate.php) no-repeat center;
	width: 900px;
	height: 100px;
}
img.sucks {
	float: right;
	z-index:1;
	/*position: relative;*/
	position:absolute;
	left: 44px;
	top: 150px;
}
