@charset "utf-8";
body {
	background: #d1d3d4;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;	
	}
	a:link {
	color:#0000ff;
	text-decoration:underline;
	}
	a:visited {
	color:#0000ff;
		text-decoration: underline;
	}
	a:hover {
	color:#8e1350;
		text-decoration: none;
	}
	a:active {
		text-decoration: none;
	}

p {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 100%;
	font-weight:normal;
	line-height:1.5;
}
h1 {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 160%;
	font-weight:bold;
	margin-top:35px;
}
h2 {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 125%;
	font-weight:bold;
	margin-top:15px;
	margin-bottom:-8px;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 98%;
	font-weight: normal;
	margin-left: 60px;
	margin-bottom: 10px;
	color: #000000;
	font-style: italic;
}
h4 {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 100%;
	font-weight:normal;
	line-height:1.5;
	margin-left:20px;
}
h5 {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 100%;
	font-weight:normal;
	margin-left: 60px;
	margin-bottom:10px;
}

h6 {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 100%;
	font-weight:normal;
	margin-top: 0px;
	margin-bottom: 0px;
	line-height:1.5;
}

.aurAn #container {
	width: 760px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background-color: #f8f8f8;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
}

.aurAn #mainContent {
	padding:20px;
	text-align: left; /* this overrides the text-align: center on the body element. */
}

.aurAn #image {
	width: 250px; 
	text-align: left; /* this overrides the text-align: center on the body element. */
}

.aurAn #text {
	width: 510px; 
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-left: 20px;
}
.aurAn #header1 {
	width: 760px;
	height:59px;
	background-image:url(img/header2.jpg)
}
.aurAn #footer1 {
	width: 510px; 
	text-align: left; /* this overrides the text-align: center on the body element. */
	text-content: "© Zen Human Design";
}
