/* general layout */

body {
	margin: 0;
	padding: 0;
	font:70% 'Lucida Grande',Verdana, Helvetica, sans-serif;
	margin-top:50px;
	background-color:#000000;
}


#splash {
	width:720px;
	margin:0 auto;
}

#header {
	width:720px;
	height:50px;
	background-image:url(images/invasive.jpg);
	background-repeat: no-repeat;
}

#features {
width:320px;
float:left;
}

#medical {
width:320px;
float:right;
}


/* Non-IE */
html>body #splash {
	width:650px;
	margin:0 auto;
	background: #000000;
}

html>body #header {
	width: 650px;
	height:50px;
	background-image:url(images/invasive.jpg);
	background-repeat: no-repeat;
}

html>body #features {
	width: 320px;
	float:left;
}

html>body #medical {
	width: 320px;
	float:right;
}

/* default links */

a:link {
	font-weight:bold;
	text-decoration: none;
	color:#FFFFFF;
}

a:hover {
	font-weight:bold;
	text-decoration: none;
	color:#999999
}

a:visited {
	font-weight:bold;
	text-decoration: none;
	color:#FFFFFF;
}


/* default images */

img {
float: left;
border: 0 0 0 0 ;
padding:5px;
border:none;
}

/* headers */

h1 {
	padding: 0px;
	margin: 0px;
	font-size: 150%;
	color:#000000;
	text-indent: -9000px;
}

#features h2 {
	font-size: 110%;
	color:#FFFFFF;
	text-indent:20px;
	text-transform:uppercase;
	text-align:left;
	margin-left:23px;
}

#medical h2 {
	font-size: 110%;
	color:#FFFFFF;
	text-indent:20px;
	text-transform:uppercase;
	text-align:right;
	margin-right:20px;
}


#footer{
	clear:both;
	height: 45px;
	
	background-image: url(images/bg_footer.jpg);
	background-position: bottom;
	background-repeat: no-repeat;
}
#footer p {
margin: 15px 10px 0 0;
padding-left:20px;
padding-top:15px;
font-weight: bold;
color:#FFFFFF;
font-size:80%;
}

#footer a:link, #footer a:visited {
color: #FFF;
text-decoration: none;

}
#footer a:hover {
	color: #FFF;
	border-bottom:#FFFFFF 1px dashed;
\}
