* {
	margin: 0;
	padding: 0;
}

body {
	font-family: Arial, Georgia, "Times New Roman";
	font-size: 16px;
}

a {
color: blue;
}

h1 {
background: url(/images/css-hdr.gif) top center no-repeat;
text-align: center;
text-indent: -9000px;
height:55px;
margin: 30px 0 0 0;
}

h2 {
font-weight: normal;
margin: 20px 0;
}

h3 {
font-size: 32px;
margin: 10px 0 20px 0;
font-weight: normal;
}

h4 {
font-size: 38px;
margin: 10px 0 20px 0;
font-weight: normal;
}

hr {
height:0px;
border-top: 0;
border-left: 0;
border-right: 0;
border-bottom: 1px solid black;
margin:0 0 20px 0;
}

img {
border:0;
margin: 0;
}

#wrapper {
width:900px;
margin:0 auto;
}

#picture-wrapper {
width:100%;
margin:0;
text-align: center;
}

#header {
font-size: 14px;
text-align: center;
font-weight: bold;
margin: 15px 0 15px 0;
}

.red-text {
	color: #71110d;
}

.gold-text {
	color: #c8741c;
}

.aff-header-text {
	font-family: Arial;
	font-weight: bold;
	font-style: italic;
}

.clear {
	clear: both;
	height: 0px;
	width: 0px;
	line-height: 0px;
	font-size: 0px; /*for IE*/
}

.search-box {
background-color: #ffe9a8;
margin:30px auto;
padding:15px;
border:1px solid black;
width: 868px;
}

.bold {
font-weight: bold;
}

.center {
text-align: center;
}

.float-thumb {
	float: left;
	display: inline;
	width: 200px;
	height: 285px;
	margin: 0px 32px 32px 0px;
}

.thumb {
	display: block;
	width: 200px;
	height: 220px;
	border:1px solid black;
	margin: 0 0 5px 0;
}

.thumb-quote {
font-family: Arial;
font-size: 12px;
line-height: 16px;
}

.picture {
margin:15px 0 15px 0;
border: 1px solid black;
}

.last {
margin-right:0;
}

.mini {
font-size: 10px;
}

.hilite {
background-color: #fff648;
}