body
	{
	margin:0;
	border:0;
	padding:0;
	height:100%;
	max-height:100%;
	background:#fff;
	font-family:arial, verdana, sans-serif;
	font-size:76%;
	overflow: hidden;
	background-image: url();
	}

/* for internet explorer */
* html body
	{
	padding:0px 0 0px 0;
	}

#container
	{
	background-repeat:no-repeat; 
	background-position:0px 0px; 
	background-attachment:fixed;
	font-family:Georgia, Times New Roman, Times, serif; 
	color:#501100;
	font-size: 1.2em;
	position:fixed; 
	top:0;
	left:0;
	bottom:0;
	right:0; 
	overflow:auto; 
	padding:20px;
	text-align:left;
	}

#container img
	{
	margin-left:200px;
	}

* html #container {
  height:100%; 
  width:100%; 
  }

#footer
	{
	position:absolute; 
	bottom:0; 
	left:0;
	width:100%; 
	height:0px; 
	overflow:auto; 
	text-align:right; 
	background:#dddddd;
}

* html #footer
	{
	height:0px;
	}

#footer p
	{
	color:#fff; 
	margin:0 0 0 0;
	}

hr
	{
	clear:both;
	border:0;
	height:1px;
	color:#888;
	background-color:#888;
	}

#mynav
	{
	display:block;
	position:fixed;
	padding:0;
	background-repeat:no-repeat;
	left:0px;
	bottom:0;
	width:836px;
	height:264px;
	}

* html #mynav
	{
	position:absolute;
	}

p
	{
	margin-left:200px;
	width:540px;
	}

h1
	{
	font-size:4em;
	margin-left:200px;
	width:540px;
	padding:0;
	}
 
h2
	{
	font-size:3em;
	margin-left:200px;
	width:540px;
	}
  
h3
	{
	font-size:2em;
	margin-left:200px;
	width:540px;
	}
	
h4
	{
	font-size:1.6em;
	margin-left:200px;
	width:540px;
	}
h5
	{
	font-size:1.2em;
	margin-left:200px;
	width:540px;
	}
