 /* Remove unwanted elements */
#banner, 
#banner_shadow, 
#flag_shadow,
#flag,
#menu,
#sidebar,
#imagebox,
#searchbox,
/*#footer,*/
.noprint {
display: none;
}

body { 
color : #000000; 
background : #ffffff; 
font-family : "Times New Roman", Times, serif; 
font-size : 12pt; 
}

/* Ensure the content spans the full width */
#wrapper, #wrapper.wide {
	position: static;
	top:0;
	left:0;
width: 100%; 
margin: 0;
padding: 0; 
border: 0;
float: none !important;
}


#content {
	position:static;
	top:0;
	left:0;
width:100%;
margin:0;
padding:0; 
float: none !important;
}

/* Improve colour contrast of links */
a:link, a:visited {
font-weight:bold;
}

#content a[href^="/"]:after {
content: " (http://www.medicaleyecenter.com" attr(href) ") ";
font-size: 90%;
color:#00F;
font-family: Arial, Helvetica, sans-serif;
font-weight:normal;
}

#footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size:11pt;
	position:static;
	margin-top:25px;
	border-top:1px solid black;
	bottom:0;
}
   
#footer h1, #footer p {
	margin-left:0;
}