@charset "UTF-8";
/* ------------------------------------------------ */
/*              Layout Stylesheet EHS               */
/* ------------------------------------------------ */

body{
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #333;
	margin:0px; 
	padding:0px;
	background-color: #FFF;
}

a:link,
a:visited {text-decoration: none; color: #333; font-weight: bold;}
a:hover {text-decoration: underline; color: #666; font-weight: bold;}
a:active {text-decoration: none; color: #999; font-weight: bold;}

h1 {font-size: 16px}
h2 {font-size: 14px; font-weight: normal; font-style: italic;}
p {font-size:12px}
p2 {font-size:10px}

.small{text-align: left; font-size: 10px;}
.hidden{position: absolute; margin-left: -9000px;}

#container{
	width: 600px;
	height: auto; 
	margin-left: 20%;
	margin-right: auto;
	padding: 10px;
	background-image: none;
	text-align: left;
	z-index: 1;
}

#image{
	width: 500px;
	height: 100px;
	background-image: url(../img/ellie-halls-schiadas.png);
	background-repeat: no-repeat;
	margin-left: 50px;
	margin-right: 50px;
	text-align: center;
	z-index: 1;
}

#text{
	width: 600px;
	height: auto;
	margin-top: 20px;
	margin-bottom: 10px;
	text-align: justify;
	z-index: 2;
}
