/* andreas02 - a free 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 (Jan 29, 2007)

Print layout: */

body {
padding:15px 0 0 0;
margin:0;
font:12px Arial, Helvetica, sans-serif;
background:#505050;
color:#505050;
}

h1 {
font-size:1.4em;
font-weight:bold;
}

h2 {
font-size:1.4em;
font-weight:normal;
}

h3 {
font-size:1.4em;
font-weight:normal;
}
	
#container {
margin:2%;
width:auto;
float:none !important;
}

#main {
float:none !important;
}

#logo h1 {
margin:0 0 10px 0;
}

#toptabs, #navitabs, #sidebar, .hide {
font-size:1.1em;
display:none;
}

#content img {
display:none;
}

a {
text-decoration:none;
color:#505050;
}

img {
display: none
}

#footer {
display: none;
}

#map_canvas {
display: none;
}

.print-hide {
display: none;
}