body{
 margin:0;
 padding:0;
 background:#e8d39e url('images/paper_background.jpg');
 font-family: Arial, Helvetica, sans-serif;
 font-size: 12px;
 color: #4d3420;
 }

a:hover, a:active, a:focus {
 outline: none;
 text-decoration: none;
 }

a:link { 
 text-decoration: underline;
 font-weight: normal;
 color: #4d3420;
 }

a:visited { 
 text-decoration: underline;
 font-weight: normal;
 color: #4d3420;
 }

a:hover { 
 text-decoration: underline;
 color: #563f2c;
 }

a:active { 
 text-decoration: none;
 } 

b{font-size: 100%;}
em{color: red;}

h1 {
 font: Arial, Helvetca, sans-serif;
 font-size: 12px;
 margin: 0;
 font-style: normal;
 font-weight: normal;
 }
 
h2 {
 margin-bottom: 0px;
 padding-bottom: 0px;
 color: #bb8033;
 font-size: 20px;
 line-height: 90%;
 }

#maincontainer{
 width: 900px; /*Width of main container*/
 margin: 0 auto; /*Center container on page*/
 }

#topsection{
 height: 92px; /*Height of top section*/
 }

#topsection h1{
 margin: 0;
 padding-top: 0px;
 }

#contentwrapper{
 float: left;
 width: 100%;
 }

#contentcolumn{
 margin-right: 133px; /*Set right margin to RightColumnWidth*/
 }

#rightcolumn{
 float: left;
 width: 133px; /*Width of right column*/
 margin-left: -133px; /*Set left margin to -(RightColumnWidth) */
 font-size: 11px;
 }

#footer{
 clear: left;
 font-size: 11px;
 width: 100%;
 text-align: center;
 padding: 4px 0;
 }

#footer a{
 color: #bf862e;
 }

.innertube{
 margin: 0px; /*Margins for inner DIV inside each column (to provide padding)*/
 margin-top: 0;
 margin-bottom: 0;
 }

.centeredImage{
 text-align:center;
 display:block;
 }

 
#logo {
 float: left;
 height: 92px;
 margin: 0;
 padding: 0;
 width: 220px;
 }
 
#menu {
 float: left;
 height: 92px;
 margin: 0;
 padding: 0;
 width: 680px;
 }

#homepageMainBox {
 width: 767px;
 height: 540px;
 z-index: 1;
 background: url('images/homepageMainImage.jpg') no-repeat top left;
 display: inline-block;
 }
 
#homepageMainText {
 width: 180px;
 margin-left: 542px;
 margin-top: -485px;
 height: 485px;
 }

#homepageAffiliates {
 width: 180px;
 margin-left: 500px;
  margin-top: -222px;
 height: 222px;
 }
 
#homepageTips {
 width: 180px;
 margin-left: 472px;
  margin-top: -110px;
 height: 110px;
 }
 

.clearfix:after {
 content: "."; 
 display: block; 
 height: 0; 
 clear: both; 
 visibility: hidden;
 }

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
/* End hide from IE-mac */

#404{
 margin: auto;
 width: 100%;
 text-align: center;
 padding: 4px 0;
 }
