/* andreas01 - an open source xhtml/css website layout by Andreas Viklund (http://andreasviklund.com). Made for OSWD.org, free to use as-is for any purpose as long as the proper credits are given for the original design work. For design assistance and support, contact me through my website or through http://oswd.org/email.phtml?user=Andreas

Version: 1.0
(July 25, 2005)

Print layout: */

body {
margin: 0 auto;
padding: 0;
font-family: "Times New Roman",Serif;
background: #ffffff;
color: #000000;
}
	
#wrap {
margin: 2%;
width: auto;
float: none;
}

#avmenu {
display: none;
}

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

#frontphoto, #avmenu ul, #extras, .announce, .hide {
display: none;
}

#content img {
display: none;
}

a {
text-decoration: underline;
color: #0000FF;
}

.left {  float:left; }
.right { float:right; }
.ContentTitle { display: block; margin: 1.0em 0 1.0em 0; padding: 0.25em 0 0.25em 0.5em; text-decoration: none; border-left: 0.5em solid #505050; 
                border-bottom: 1px solid #505050; font-variant: small-caps; font-size: 1.0em; font-weight: bold; color: #505050; }
.ContentNavbar { display: block; padding: 0.25em 0 0.25em 0.5em; text-decoration: none; font-size: 0.8em; color: #505050; 
                border-top: 1px solid #505050;}
.Breadcrumb { display:none; }
dl.image { margin: 2px; text-align:center; }
dl.image dt { margin-bottom: 0; }
dl.image dd { margin: 0; white-space:nowrap; }

#content, #contentwide, #contentfull { text-align:justify; }

P.breakhere {page-break-before: always}