/* ======= PRINT.CSS ======= */
/* Alan Colquhoun, MDIA 3201 */
/* Last Update: Feb 1, 2012  */
/* ========================= */

body {
  font-family: Georgia, "Times New Roman", Times, serif;
  color: #000; background: #fff;
  font-size: 12pt;
  margin: 0;
  padding: 0;
  width: 100%;
}  

/* general link formatting */

a:link {
  text-decoration: underline;
}

a:link:after, a:visited:after { /*this code will print out actual link address - will not work in IE */
  content: " [" attr(href) "] ";
}

#header {
  display: none; 
}

/*main navigation - top menu */

#navcontainer {
  display: none;
}  

#sidebar {
  display: none;
}

img.floatleft { 
  float: left; 
  margin-top: 10px;
  margin-left: 0px;  
  border: 1px solid #000;
}

#content {
  width: 563px;
  float: right;
  padding-right: 10px;
}

#content h2 {
  margin-top: 25px;
  font-size: 140%;
} 

#content p {
  padding: 10px 15px 0 0;
}

#fame {
  margin: 20px 20px 10px 0;
  padding: 10px;
  border: 1px solid red;
} 
  
#footer {
  display: none;
}  
