/*
      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: 1004px;
/* background: #342345; */
/*  background: #ff0000; */
}
#faux {

/* background: url(/layout/standard/images/faux-1-3-col.gif); */
 margin-bottom: 0px;
 overflow: auto; /* Paul O Brien Fix for IE www.pmob.co.uk */
 width: 100%
}

#admin {
 color: #333;
 padding: 10px;
 margin: 0px 0px 0px 0px;
 background: #ABBEBE;
}

#header {
 color: #333;
 padding: 10px;
 height: 180px;
 margin: 1px 0px 1px 0px;
 /* background: #D1DBDB; */
 /* background: url(/layout/standard/images/2_po_banner.jpg no-repeat)  no-repeat; */
 
 background-image:url(/layout/standard/images/2_po_banner.jpg);
 background-repeat: no-repeat;

}

#navigation {
 color: #333;
 padding: 2px;
 margin: 0px 0px 2px 0px;
 background: #ABBEBE;
 height: 27px;
 position: relative;
}

#subheader {
 color: #333;
 padding: 10px;
 height: 40px;
 margin: 1px 0px 2px 0px;
 background: #D1DBDB;
}

#leftcolumn { 
 /* display: inline; */
 color: #333;
 margin: 0px 0px 0px 0px;
 padding: 10px 10px 10px 10px;
 width: 195px;
 float: left;
 min-height: 600px;
 background: #D1DBDB;
/*background: #ABBEBE;*/

}
#content {
 min-height: 600px;
 float: left;
 color: #333;
 margin: 10px 13px;
 margin: 0px 0px 4px 4px;
 padding: 10px 10px 10px 10px;
 width: 546px;
 background: #F2F2E6;
/* display: inline; */
/* background: #CFCFCF; */
/* position: relative; */
}
#rightcolumn { 
 /* display: inline; */
 /* position: relative; */
 min-height: 600px;
 color: #333;
 margin: 0px 0px 0px 0px;
 padding: 10px 10px 10px 10px;
 width: 195px;
 float: right;
 background: #D1DBDB;
/*background: #ABBEBE;*/

}
#footer { 
 width: 984px;
 clear: both;
 color: #333;
 background: #ABBEBE;
 margin: 2px 0px 0px 0px;
 padding: 10px;
}
.clear { clear: both; background: none; }