/* 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 h1 {
margin: 0 0 10px 0;
}

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

#content img {
display: none;
}

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

.thumbsleft img{
position:relative;
padding:3px;
margin:0 20px 5px 0;
border:1px solid #fff;
background-color:#ddd;
color: #555;
}

.thumbsright img{
position:relative;
padding:3px;
margin:0 0 5px 20px;
border:1px solid #fff;
background-color:#ddd;
color: #555;
}

.thumbs img:hover{
background: url(images/flash.gif); 
}

.thumbsleft img:hover{
background: url(images/flash.gif);
}

.thumbsright img:hover{
background: url(images/flash.gif); 
}

.entryphoto{
margin:5px 10px 10px 0;
float:left;
padding:3px;
border:1px solid #fff;
background-color:#ddd;
color:#333;
}

.entryphoto2{
margin: 5px 0 10px 10px;
float:right;
padding:3px;
border:1px solid #fff;
background-color:#ddd;
color:#333;
}

/*horizontal separator to avoid text overflow near images with old browsers*/
.separator {
clear: both;
}
