/*
      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-image:url('../img/back.png');
 background-repeat:repeat-x;
 background: #161616;
}
/*
#wrapper { 
 margin: 50px auto;
 width: 922px;

}
*/
#header {
 color: #333;
 width: 100%;
 float: left;
 padding: 10px;
 border: 0px solid #A9A9A9;
 height: 50px;
 margin: 0px 0px 0px 0px;
 background: blue;
 background-image:url('../img/header1.jpg');
 background-repeat: no-repeat;
}
#leftcolumn { 
 color: #333;
 border: 0px solid #A9A9A9;
 background: #161616;
 margin: 0px 0px 10px 0px;
 padding-bottom: 10px;
 height: 550px;
 width: 64%;
 float: left;
}
#rightcolumn { 
 float: right;
 color: #333;
 border: 0px solid #ccc;
 background: #44C7F5;
 margin: 0px 0px 0px 0px;
 padding-bottom: 10px;
 height: 550px;
 width: 35%;
 display: inline;
}
#footer { 
 width: 100%;
 height: 100px;
 clear: both;
 color: #333;
 border: 1px solid #A9A9A9;
 background: #A9A9A9;
 margin: 0px 0px 10px 0px;
 padding-bottom: 100px;
}
