/* andreas01 - an open source xhtml/css website layout by Andreas Viklund  - http://andreasviklund.com . Free to use for any purpose as long as the proper credits are given to the original author.
Version: 2.0 (Jun 25, 2006)
Print layout: */

body {
    background-position: center center;
    background-position: 45% 55%; 
	font-family:"Trebuchet MS", verdana, arial, helvetica;
	background:#ffffff;
	color:#000000;
}
	
.header, .subnav{
	display: none;
}

a{
text-decoration:underline;
color:#0000ff;
background-color:inherit;
}

#menu {
   display: none;
   }
#container {
   width: auto;
   margin: 0 5%;
   padding: 0;
   border: 0;
   float: none !important;
   background: transparent none;
   }
div#content {
   margin-left: 10%;
   padding-top: 1em;
   border-top: 1px solid #930;
   }
div#mast {
   margin-bottom: -8px;
   }
div#mast img {
   vertical-align: bottom;
   }
a:link, a:visited {
   color: #990000;
   background: transparent;
   font-weight: bold;
   text-decoration: underline;
   }
