body {
	background: #dfb610;
	margin-top: 0;
	margin-left: 0;
	}

#container {
	position:relative;
	}
	
img  {border:none;}

* html #container {
	position:relative;
	height:100%;
	}

#ganesh {	 
	position: absolute;
	left: 10px;
	top: 10px;
	text-align: center;
	padding: 0px;
	overflow: auto;
	}

#header {	 
	margin-left: 280px;
	top: 0px;
	text-align: left;
	padding: 0px;
	height: 90px;
	background: #dfb610;
	background-image: url('ancientsecretslogo2.gif');
	background-repeat: no-repeat;
	background-position: top left;
	}
	
#nav {
	position:absolute;
	clear: both;
	left: 780px;
	top: 10px;
	margin: 0 auto;
	padding:0; 
	border:none; 
	z-index: 25;
	}
	
* html #nav { /* This is the Tan hack */
	position: absolute;
	clear: both;
	left: 780px;
	top: 10px;
	width: 500px;
	height: 1%;
	font-family: Georgia; 
	color: efd870;
	font-weight: bold; 
	font-size: 1em;
	line-height: 2em; 
	font-size-adjust: none; 
	font-stretch: normal;
	text-decoration:none;
	text-align: left;
	}
	
#nav ul li  {
	list-style-type: none;
	margin: 0;
	padding: 0;
	}

#nav a {
	color: #E60066;
	margin: 0pt auto; 
	font-family: Georgia; 
	font-variant: small-caps; 
	font-weight: bold; 
	font-size: 1.5em; 
	line-height: 2em; 
	font-size-adjust: none; 
	font-stretch: normal; 
	text-align: center;
	text-decoration:none;
	}

#nav a:hover {
	background: url('lotus.gif');
	background-repeat: no-repeat;
	font-size: 10em; 
	text-decoration:none;
	z-index: 99;
	} 

#content { 
	position: absolute;
	left: 280px;
	margin-top: 0px;
	width: 500px;
	font-family: Georgia;
	color: #32200d;
	font-size: 1em; 
	line-height: 2em;
	font-size-adjust: none;
	font-stretch: normal;
	text-decoration: none;
	text-align: left;
	}

* html #content {  /* This is the Tan hack */
	position: absolute;
	clear: both;
	left: 280px;
	margin-top: 0px;
	width: 500px;
	height: 100%;
	font-family: Georgia;
	color: #32200d;
	font-size: 1em;
	line-height: 2em;
	font-size-adjust: none;
	font-stretch: normal;
	text-decoration:none;
	text-align: left;
	}
	
#content p  {margin-left: 10px;}

.floatleft  {
	float: left;
	margin-top:0px;
	width: 140px;
	}

.floatright  {
	float: right;
	margin-top: 0px;
	margin-right: 200px;
	}
	
h2, h3, h4	{
	color: #981750;
	margin-left: 10px;
	}

/*CONTENT LINKS*/
#content a:link	{
	text-decoration:underline;
	color:#981750;
	}
#content a:visited	{
	text-decoration:none;
	color:#981750;
	}
#content a:hover	{
	text-decoration:none;
	color:#e14ca7;
	}
#content a:active	{
	text-decoration:none;
	color:#e14ca7;
	}
/*END CONTACT LINKS*/

