body {
	margin:0px 0px; padding:0px; /* Need to set body margin and padding to get consistency between browsers. */
	text-align:center; /* Hack for IE5/Win */
	
	
	}
	
#head {
	width:770px;
	margin:0px auto; /* Right and left margin widths set to "auto" */
	text-align:left; /* Counteract to IE5/Win Hack */
	padding:0px;
	border:0px dashed #333;
	font-size : 14px;font-family : arial, "lucida console", sans-serif;font-weight : normal;font-style : normal;color : black;
	h1: font-size : 48px;font-family : arial, "lucida console", sans-serif;font-style : normal;font-weight : normal;
	h2: font-size : 36px;font-family : arial, "lucida console", sans-serif;font-style : normal;font-weight : normal;
	h3: font-size : 20px;font-family : arial, "lucida console", sans-serif;font-style : normal;font-weight : normal;
	}
	
		#menu {
	width:750px;
	margin:0px auto; /* Right and left margin widths set to "auto" */
	text-align:left; /* Counteract to IE5/Win Hack */
	padding:0px;
	border:0px dashed #333;
	a:link text-decoration: none;
	font-size : 14px;font-family : arial, "lucida console", sans-serif;font-weight : normal;font-style : normal;color : black;
	h1: font-size : 48px;font-family : arial, "lucida console", sans-serif;font-style : normal;font-weight : normal;
	h2: font-size : 48px;font-family : arial, "lucida console", sans-serif;font-style : normal;font-weight : normal;
	h3: font-size : 20px;font-family : arial, "lucida console", sans-serif;font-style : normal;font-weight : normal;
	}
	
	#content{
	width:750px;
	margin:0px auto; /* Right and left margin widths set to "auto" */
	text-align:left; /* Counteract to IE5/Win Hack */
	padding:10px;
	border:2px solid #000000;
	background-color: #dddddd; 
	 font-size : 14px;font-family : arial, "lucida console", sans-serif;font-weight : normal;font-style : normal;color : black;
	h1: font-size : 48px;font-family : arial, "lucida console", sans-serif;font-style : normal;font-weight : normal;
	h2: font-size : 36px;font-family : arial, "lucida console", sans-serif;font-style : normal;font-weight : normal;
	h3: font-size : 20px;font-family : arial, "lucida console", sans-serif;font-style : normal;font-weight : normal;
	}
	
	#footer{
	width:750px;
	margin:0px auto; /* Right and left margin widths set to "auto" */
	text-align:left; /* Counteract to IE5/Win Hack */
	padding:0px;
	font-size : 14px;font-family : arial, "lucida console", sans-serif;font-weight : normal;font-style : normal;color : black;
	background-color: #88888;
	border:2px  #222222;
	h1: font-size : 48px;font-family : arial, "lucida console", sans-serif;font-style : normal;font-weight : normal;
	h2: font-size : 36px;font-family : arial, "lucida console", sans-serif;font-style : normal;font-weight : normal;
	h3: font-size : 20px;font-family : arial, "lucida console", sans-serif;font-style : normal;font-weight : normal;
	}