body {
   background: white;
   font-size: 10pt;
   font-family : arial;
   }
#menu {
   display: none;
   }
   
#paging {
display: none;
   }

#view {
display: none;
   }   

#title {
	position: relative;
	margin:0px auto; 
	top: 50px;
	padding : 0px;
	text-align: center;
	font-family : arial;
	font-size : 13px;
	height: auto;
	font-weight: bold;
	line-height: normal;
	font-style: normal;
	background-color: #F3F3F3;
	border: 1px solid #6699CC;
   }

#container, #content {
   width: auto;
   margin: 0 auto;
   padding: 0;
   border: 0;
   float: none !important;
   color: black;
   background: transparent none;
   }

div#content {
   padding-top: 4em;
   border-top: 1px solid #930;
   font-size: 10pt;
   font-family: verdana, arial, helvetica, sans-serif;
   text-align: left;
   line-height: 150%;
   }

div#header {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 101px;
	border : none;
	padding : 0px;
    background: url(images/upmriheader.jpg);
	background-repeat: no-repeat;
   }  
 
a:link, a:visited {
   color: #520;
   background: transparent;
   font-weight: bold;
   text-decoration: underline;
   }
#content a:link:after, #content a:visited:after {
   content: " (" attr(href) ") ";
   font-size: 90%;
   }
#content a[href^="/"]:after {
   content: " (http://www.uprightradiologycases.com" attr(href) ") ";
   }
