/*
      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:#fff url('../img/bg_header_container.png') repeat-x;
}
#wrapper { 
 margin: 0 auto;
 width: 922px;
}
#header {
 color: #ddd;
 width: 900px;
 float: left;
 padding: 0 10px 20px 10px;
 border: 0px;
 height: 45px;
 min-height:45px;
 margin: 0px;
 background:#fff url('../img/bg_header_container.png') repeat-x;
}
#header .logo {
 width: 207px;
 height: 95px;
 float: left;
 position: relative;
}
#header .logo a {
 display: block;
 position: absolute;
}
#navigation {
 float: left;
 text-align: right;
 width: 900px;
 color: #ddd;
 padding: 5px;
 min-height:20px;
 border: 0px solid #ccc;
 margin: 0px 0px 0px 0px;
}
#leftcolumn { 
 color: #333;
 border: 0px solid #ccc;
 margin: 0px 0px 0px 0px;
 padding: 10px;
 width: 200px;
 float: left;
}
#rightcolumn { 
 float: right;
 color: #333;
 border: 0px solid #ccc;
 margin: 0px 0px 0px 0px;
 padding: 10px;
 width: 678px;
 display: inline;
}
#onecolumn { 
 float: left;
 color: #333;
 border: 0px solid #ccc;
 margin: 0px 0px 0px 0px;
 padding: 10px;
 width: 898px;
 display: inline;
}
#footer { 
 width: 900px;
 clear: both;
 color: #333;
 border-top: 1px solid #ccc;
 margin: 0px 0px 10px 0px;
 padding: 10px;
 text-align:center;
}
.clear {
	width:100%;
	height:1px;
	margin: 0 0 -1px;
	clear:both;
}
