/*
      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;
  
}
#wrapper { 
 margin: 0 auto;


}

#wrapper2 { 
 margin: 0 auto;

}
#faux {
 
 margin-bottom: 0px;
 overflow: auto; /* Paul O Brien Fix for IE www.pmob.co.uk */
 width: 100%
}
#header {
 //color: #333;


 height: 135px;
 
background-image: url(sidehead.gif);
background-repeat: repeat-x
}

#headerinside {
 color: #333;
 width: 410px;

 height: 135px;
 float: center;
 

background-image: url(HeaderQuiz2.gif);

}


#navigation {
 color: #333;
 padding: 10px;
 margin: 0px 0px 0px 0px;
 background: #ABBEBE;
}
#leftcolumn { 
 display: inline;
 color: #333;
 margin: 10px;
 padding: 0px;
 width: 400px;
 float: left;
}
#content { 
 float: left;
 color: #333;
 margin: 10px 13px;
 padding: 0px;
 width: 800px;
 display: inline;
 position: relative;
}
#rightcolumn { 
 display: inline;
 position: relative;
 color: #333;
 margin: 10px 10px 10px 0px;
 padding: 0px;
 width: 400px;
 float: right;
}
#footer { 
 height: 90px;
 background-image: url(footer.gif);
 background-repeat: repeat-x
}
.clear { clear: both; background: none; }
