body {
	width:100%;
	background-color:#ebf4f9;
	margin:0 auto;
	font-family: Arial;
	font-size:12px;
}
#container {
	width:800px;
	margin:0 auto;
	padding-top:4em;

}
#header {
	margin:0 auto;
	padding:0;
	width:800px;
	height:100px;
	background: url('/gfx/medscanbanner.png') no-repeat; 
	clear:both;
}
#header-content a img{
	border:none;
	text-decoration:none;
	}
#header-content img{
	float:right;
}
	
#container-body {
	width:700px;
	margin:0 auto;
	padding:2em 4em 0 4em;
	
}
p {
	text-align:justify;
}
h3 {
	text-decoration:underline;
}

a {
	text-decoration:none;
	color:#7b9aab;
	font-weight:bold;
}
