/* andreas02 - 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: 1.2
(Nov 28, 2005)

Print layout: */

body{
margin:0 auto;
padding:0;
font-family:Arial,sans-serif;
font-size:90%;
background:#ffffff;
color:#000000;
}
	
#container{
margin:1%;
width:auto;
float:none !important;
}

#main{
float:none !important;
}

#logo h1{
margin:0 0 10px 0;
}

#toptabs, #navitabs, #sidebar, .hide{
display:none;
}

#content img{
display:none;
}

#content {
margin:60px 100px 10px 80px;
line-height:1.1em;
text-align:left;
min-height:60px;
}

#content a{
text-decoration:none;
font-weight:normal;
}

#footer {
clear:both;
text-align:center;
color:#808080;
font-size:0.6em;
}

#pdffooter {
text-align:center;
color:#808080;
font-size:0.6em;
}


#tavmenu, #extras, #extrasleft, #designby {
display:none;
}

#printheader{
width:100%;
}

a{
text-decoration:underline;
color:#505050;
}
#centered{
font-size:150%;
text-align:center;
}
.small{
font-size:70%;}

.smallright{
text-align:right;
font-size:70%;
}
.center {
text-align:center;
}