/*
      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
{
       background: #ff0000;

}

#outerWrapper
{
 margin: 0px auto;
 width: 838px;

}


#wrapper { 

 width: 838px;
margin-left: -50px;

  background-image:url(images/faux.gif);

 background-repeat: repeat-y;
 background-position: right;
 overflow: visible;

}
#faux {

position: relative;
   background-image:url(images/header.gif);
    background-position: top right;
   background-repeat:no-repeat;
 margin-bottom: 0px;
 overflow: auto; 
 width: 100%
}
#header {
 color: #333;
 width: 750px;
 height: 75px;
 margin: 0px 0px 0px 0px;
 background: #facaf5;
}
#leftcolumn { 
 display: inline;
 color: #333;
 margin: 250px -10px 0px 10px;
 padding: 0px;
 width: 130px;
 float: left;

}
#rightcolumn { 
 float: right;
 color: #333;
 margin: 240px 30px 0px 30px;
 padding: 0px;
 width: 540px;
 display: inline;
 position: relative;
}
#footer { 
 width: 603px;
 clear: both;

 background: #ff0000;
 height: 43px;
 padding: 88px 0px 0px 235px;
 background-image:url(images/footer.gif);
     background-position: top right;
     background-repeat: no-repeat;
     font-size: 0.6em;
}
.clear { clear: both; background: none; }


.stdBtn{
	background-color: #4070CF;
	background-image: url(images/bg_button.png);
	background-repeat: repeat-x;
	border: 1px solid #000d75;
	color: #FFFFFF;
	font-size: 14px;
	font-weight: bold;
	padding: 0 8px;
	text-decoration: none;
}

a.siteDesign
{
    text-decoration: none;
    color: black;
}