@charset "utf-8";
* {
	margin: 0;
	padding: 0;
}
html {
	
	background: white;
}
body {
	color: #939f80;
	font-family: Verdana, san-serif, arial;
	font-size: 62.5%;
	line-height: 1.3em;
}
#header {
	background-image: url(images/headerbg.1028x240.gif);
	background-repeat: no-repeat;
	background-position: right top;
}
#header h3 {
	background-image: url(images/endo_header845x240.jpg);
	background-repeat: no-repeat;
	height: 240px;
	text-indent: -999px;
	margin: 0;
}
#header ul {
	position: absolute;
	top: 0;
	right: 0;
	margin: 15px 0 0 0;
	padding: 0;
	list-style-type: none;
	line-height: 2.7em;
	
}
#header ul li a {
	color: #dfe7d2;
	font-family: verdana, san-serif, arial;
	font-size: 2em;
	text-decoration: none;
	display: block;
	padding: 0 65px 0 35px;
	display: inline;
}
#header ul li a:hover {
	background: url(images/icon25x25.png);
	background-repeat: no-repeat;
	background-position: left center;
	color: #ffffff;
}
#header ul li a:active {
	color:#92dcc6;
	background-position: 7px center;
}
ul {
	margin: 0 0 0 25px; /*gives all ul elements a left margin of 25px */
}
#introduction1 {
	float: left;
	width: 425px;
	margin: 0 0 0 30px;
}
#introduction2 {
	margin: 0 35px 0 500px;
}
	
#introduction1 h1, #introduction2 h1 {
	color: #c6a890;
	font-size: 2.2em;
	line-height: 1.0em;
	margin: 0;
	
}
#introduction1 p, #introduction2 li, #introduction2 p, #introduction1 li {
 	font-size: 1.4em;
	line-height: 1.4em;
}
#footer  { 
	clear: both;
	text-align: center;
	border-top: 1px solid #c6a890;
	margin: 0 30px 0;
}
#image {
	float: left;
	padding: 20px;
}
