/*
      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: Trebuchet MS, Helvetica, sans-serif;
 font-size: 13px;
}
#wrapper { 
 margin: 0 auto;
 width: 922px;
}
#faux {
 background: url(faux-4-2-col.gif);
 margin-bottom: 0px;
 min-height:400px;
 color: #333;
 text-align:center;
 overflow: auto; /* Paul O Brien Fix for IE www.pmob.co.uk */
 width: 100%
}
#header {
 color: #333;
 width: 902px;
 padding: 10px;
 height: 60px;
 margin: 10px 0px 0px 0px;
}
#navigation {
 color: #333; display:none;	
 padding: 10px;
 margin: 0px 0px 0px 0px;
 background: #ABBEBE;
}
#rightcolumn { 
 display: inline; 
 text-align:left;
 color: #333;
 margin: 10px;
 padding: 0px;
 width: 295px;
 float: right;
 background: #eee;
 padding:10px 0;
}
#leftcolumn { 
 float: left;
 text-align:left;
 color: #333;
 margin: 10px;
 padding: 0px;
 width: 583px;
 display: inline;
 position: relative;
}
#footer { 
 width: 902px;
 clear: both;
 color: #333;
 border-top:1px solid #999;
 text-align:center; font-size:10px;
 margin: 0px 0px 10px 0px;
 padding: 10px;
}
.clear { clear: both; background: none; }

img {border:0px;}
#header h1 {letter-spacing:-2px; font-size:32px; font-style:italic; color:#669933; border-bottom:1px solid;}
#header h1 span {color:#99ff66}
#header h1 span span {color:#99cc33}
#header h1 .slogan {font-size:12px; color:#ccc; letter-spacing:0px; float:right; margin-top:15px; *margin-top:-20px;}

#rightcolumn ul {padding:0px 0px 0px 20px; margin:0px; list-style:inside disc;}

.bigButton {border:1px solid green; }

a:link {color:#669933}
a:visited {color:#669933}

/* form */
fieldset {border:1px dotted #eee; padding:5px;}
label {display:block; margin:0 0 8px 0;}
.chk {font-size:9px;}
.chk input {vertical-align:middle; margin:-3px 5px 0 0;}
