/* broom 41 for sale */
body {
background-color: #eee;
margin: 5px;
font-family: "Trebuchet MS", Arial, sans-serif;
}
h1 {
font-family: "Trebuchet MS", Arial, sans-serif;
font-size: 1em;
font-weight: bold;
margin: 0;
padding: 0;
}
p {
font-size: 0.7em;
font-weight: normal;
color: #862e16;
margin: 0 0 10px 0;
padding: 0;
}
img {
border: none;
}
a, a:active, a:visited {
font-family: verdana, sans-serif;
font-size: 1em;
font-weight: normal;
color: #2958A5;
text-decoration: none;
}
a:hover {
text-decoration: underline;
}
/* this centres the content, but disappears to the left when window is small
#wrapper {
	position: absolute;
	left:50%;
	width:730px;
	margin-left: -370px;
	padding-top: 2px;
}*/
/* this works better */
body {
text-align: center;
}
#wrapper {
	width:730px;
	text-align: left;
	margin-left: auto; 
	margin-right: auto;
	padding: 2px 0 0 0;
}
#banner  {
}
#header, #navigation, #content, #footer {
text-align: center;
background-color: #fff;
text-align: center;
width: 730px; 
margin: 0 0 2px 0;
padding: 5px 10px 5px 10px;
}
#navigation p {
margin: 0;
}
#content p {
font-size: 1em;
font-weight: bold;
}
#content img {
border: solid 1px #999;
}
body.thumbnails #content {
text-align: left;
}
body.thumbnails #content span {
display: block;
float: left;
height: 105px;
margin: 20px;
padding: 0;
}
body.photo #navigation span {
color: #ccc;
}
#footer p {
text-align: right;
font-size: .6em;
color: #999;
}
