html {
	color : Black;
}

body {
	padding: 0.5em 1em;
	margin: auto;
	width : 950px;
	font-family:  "Trebuchet MS", sans-serif;
	font-size: 1em;
}

#header {
	width : 950px;
}

#navigation {
	font-size: 0.9em;
	width: 70%;
	margin: auto;
	padding: 0.5em 1em;
	overflow: auto;
}

#body {
	margin: auto;
	overflow: auto;
	width: 90%;
	background-image : url(syringe.png);
	background-position : bottom right;
	background-repeat : no-repeat;
	font-family: Futura, Helvetica, sans-serif;
	font-size: 12px;
} 

#footer {
	font-size: 0.8em;
	margin: auto;
	text-align: center;
	overflow:auto;
	font-family : Futura, Helvetica, sans-serif;
	font-weight: bold;
}

.nav {
	margin: auto;
	font-weight: bold;
	padding-left: 5%;
	padding-right: 5%;
}

a {
	color: black;
}
a:link, a:visited {
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}
