@charset "UTF-8";
/* CSS Document */

/*********
BODY
*********/

    BODY {
       background: #FFFFFF;
       margin: 0;
       text-align: center;
	   padding: 0;
  		background: #f0e8e0
    }
/*********
CONTAINER
*********/
    #Container {
       width: 800px;
	   overflow: hidden;
       margin: 0 auto;
	   margin-top: 20px;
	   margin-bottom: 10px;
	   text-align: left;
	   font-family: Arial, Helvetica, sans-serif;
	   font-size: 12px;
	   color: #333;
	   line-height: 14px;
       background: #FFFFFF;
    }
/*********
NAV BAR
*********/
	#NavBar {
		width: 765px;
		margin: 0 auto;
		margin-top: 20px;
	}
/*********
BODY/BANNER
*********/
	#Banner {
		width: 765px;
		margin: 0 auto;
	}
/*********
BOTTOM ADS
*********/
	#BottomAds {
		width: 765px;
		margin: 0 auto;
		margin-bottom: 20px;
	}
/*********
FOOTER
*********/
	#Footer {
		width: 765px;
		margin: 0 auto;
		margin-bottom: 10px;
		text-align: left;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 10px;
		color:#333;
	}
/*********
LINKS
*********/
	a:link { 
	color: #0099cc; text-decoration: underline; 
	}
	a:hover { 
	color: #006699; text-decoration: none 
	}
