body {
	background:#FFFFFF;
	margin: 0;
	padding: 0;
	font-family: "TW Cen MT", Arial, Helvetica, sans-serif;
	font-size: 16px;
	}

a:link, a:visited {
   color: #520;
   background: transparent;
   font-weight: bold;
   text-decoration: underline;
   }
h1, h2, h3, h4, h5, h6 {
	font-size: 19px;
	}

h2 {
	font-size: 18px;
	color: #000;
	}

/* ----- Main Divs ----- */
#mother {
    width: auto;
	margin: auto;
	color: #000;
	}
#banner {
	display: none;
	}
#content {
	margin: auto;
	padding: 0px;
	width: auto;
	}
#footer {
	display: none;
	}
#menu-container {
	display: none;
	}
#menubottom-container {
	display: none;
	}
.menu	{
	display: none;
		}
.menubottom	{
	display: none;
		}
