@charset "utf-8";
/* Stylesheet for Printing */

#logo         {
	display:block;
	height:60px;
	width:200px;
	background-color:white;
	margin-left:auto;
	margin-right:auto;
}
#body {
   background:white;
   font-size:100%;
   text-align:center;
   }
#accessmenu, #top, #textmenu	{
   display:inline;
   margin:5px auto;
   }
#mainmenu 		{
   display:none;
   }
#top, #split		{
	width:auto;
	text-align:center;
	}
#wrap, #content {
   width: auto;
   margin: 0 5%;
   padding: 0;
   border: 0;
   float: none;
   color: black;
   background: transparent none;
   }
div#content {
   margin-left: 10%;
   padding-top: 1em;
   border-top: 1px solid #930;
   }
.center		{
	text-align:center;
	margin-top: 8px;
	margin-right: auto;
	margin-bottom: 8px;
	margin-left: auto;
}
a:link, a:visited {
   color: #000033;
   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.biopureus.com" attr(href) ") ";
   }
