/*
      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:#cdaa7a;
 margin-top:20px;
 color:#fff;
}
#wrapper { 
 margin: 0 auto;
 width: 922px;
}
#faux {
 background: url(faux-2-3-col.gif);
 margin-bottom: 0px;
 overflow: auto; /* Paul O Brien Fix for IE www.pmob.co.uk */
 width: 100%
}
#header {
 color: #333;
 width: 922px;
 padding:0;
 height: 101px;
margin: 10px 0px 10px 0px;
 background: #cdaa7a url(banner_bg.jpg) no-repeat center;
}

#header #logo {
width:450px;
background:transparent;
float:left;
height:71px;
padding:30px 0 0 10px;
/*border-right:1px solid red;*/
}

#header #logo h1 {
color:#fff;
font:bold 2.6em "arial black";
}

#header #tagline {
width:642px;
padding:35px 0 0 0;
background:transparent;
float:right;
height:66px;
}

#header #tagline h2 {
color:#ffc;
font-size:1.6em;
font-weight:bold;
}

#leftcolumn { 
 display: inline;
 color: #333;
 /*margin: 10px;*/
 padding:0;
 width: 215px;
 float: left;

}

div.image a {
width:195px;
height:148px;
padding:10px;
display:block;
}

div.image a:hover {
background:#78160b;
display:block;
}


#content { 
 float: left;
 margin: 10px 0;
 padding: 10px;
 width: 472px;
 display: inline;
 position: relative;
 font-size:1.1em;
}

#content a {color:#fff;}
#content a:hover {color:#ccc;}

#content h1 {
font-size:1.7em;
margin-bottom:20px;
color:#fff;
text-align:center;
}

#content p {
padding:8px;
border:solid #ccc;
border-width:4px 4px 0 4px;
background:#4f81bd;
line-height:1.6em;
}

#content p#pricing {text-align:center;
border:solid #ccc;
border-width:0 4px 4px 4px;
font-size:1.6em;
}

#content div {background:#c0504d;padding:8px;color:#000;margin-top:20px;text-align:center;font-size:140%;}
#content div h1 {margin-bottom:12px;color:#000;font-size:90%;}

#rightcolumn { 
 display: inline;
 position: relative;
 color: #333;
/*margin: 10px 0 10px 0px;*/
 padding: 0;
 width: 215px;
 float: right;
}



#footer { 
 width: 902px;
 clear: both;
 color: #333;
 background: #ABBEBE;
 margin: 0px 0px 10px 0px;
 padding: 10px;
}
.clear { clear: both; background: none; }