body {
    	background-color: #FFFFFF;
    	background-image: url(../images/bg.gif);
    	background-repeat: repeat-x;
    	background-position: top-left;	

	margin-top: 0px;
	margin-left: auto;
	margin-right: auto;

	font-family: "Century Gothic", Helvetica, Arial, sans-serif;
    	font-size: 15px;
    	color: #000000;	
}

a:link 	  { text-decoration: none; color: #888888; }
a:visited { text-decoration: none; color: #888888; }
a:hover   { text-decoration: none; color: #d89b2b; }

h2 {
	font-style: italic;
	font-size: 1.25em;	
	color: #000000;
}

h3 {
	font-size: 1.05em;
	color: #000000; 
	
}

h4 {
		font-weight: normal;
   		color: #000000;
   		margin-bottom: -14px;
}

/* ------ CLASSES ----------------------------------------------------- */

.wrapper {

	width: 900px;
	margin: 0 auto;

}

.main {
	width: 900px;
	margin-left: auto;
    	margin-right: auto;
}



.footerbutton {

	padding-right: 3px;
	padding-bottom: 5px;
	
}




#landing {

	margin-top: 30px;
}

#foot {
	background-color: #000000;
}

#footer {
	margin-top: 20px;
    	padding-top: 20px;
	padding-bottom: 20px;

	line-height: 1.3em;
	font-size: 0.95em;

	color: #888888;
	clear: both;

}


       /* --------  INFOBAR ----------------------------- */


#copyright {
	border-top:  1px solid #555555;
    	clear: both;	
	padding-top: 20px;
  	padding-bottom: 50px;
    	color: #555555;


}

