/* 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 !important;
}

#header, #frontphoto, #avmenu ul, #adsright, .adsleft, .announce, .hide {
display: none;
}

#footer {
clear: all;
}

a {
text-decoration: underline;
color: #0000FF;
}

img {
float: right;
margin: 5px 0 5px 5px
}

.logoleft {
margin: 10px 10px 5px 0;
clear: all;
display: inline;
}

.lead {
font-style: italic;
font-weight: bold
}

.textright {
text-align: right;
clear: all;
}

.left {
margin: 10px 10px 5px 0;
float: left;
padding: 1px;
display: inline;
background: #cccccc;
border: 4px solid #f0f0f0;
}

.right {
margin: 10px 0 5px 10px;
float: right;
padding: 1px;
display: inline;
background: #cccccc;
border: 4px solid #f0f0f0;
}

.tableright {
line-height: 1.2em;
font-size: .8em;
margin: 10px 0 5px 10px;
float: right;
display: inline;
background: #f0f0f0;
border: 4px solid #f0f0f0;
}

.tableleft {
line-height: 1.2em;
font-size: .8em;
margin: 10px 10px 5px 0;
float: left;
display: inline;
background: #f0f0f0;
border: 4px solid #f0f0f0;
}