.p {
	font-family:"Lucida Grande", geneva, helvetica, sans-serif;
	font-size:10px;
	font-weight:lighter;
	font-variant:normal;
	text-transform:uppercase;
	color: #bbaa99;
	line-height:150%;
	text-align: center;
}

.h1 {
	font-family:"Lucida Grande", geneva, helvetica, sans-serif;
	font-size:10px;
	font-weight:lighter;
	font-variant:normal;
	text-transform:uppercase;
	color:#885533;
	letter-spacing:0.3em;
}

.h2 {
        font-family: Palatino, "Palotino Linotype", Georgia, "Times New Roman", serif;
        font-size:22px;
        line-height:18px;
	margin-top: 5px;
	margin-bottom: 0px;
	text-align: left;
        font-weight: normal;
	color:#885533;
}

hr {
	border-style:none;
	border-top: 1px dashed #0f0d0d;
	border-bottom: 1px dashed #885533;
	height: 2px;
	width: 75%;
}

a:link {
        font-family: Palatino, "Palotino Linotype", Georgia, "Times New Roman", serif;
        font-size:16px;
        font-weight: normal;
	color:#885533;
	text-decoration: underline;
}
a:visited {
        font-family: Palatino, "Palotino Linotype", Georgia, "Times New Roman", serif;
        font-size:16px;
        font-weight: normal;
	color:#885533;
	text-decoration: underline;
}
a:hover {
        font-family: Palatino, "Palotino Linotype", Georgia, "Times New Roman", serif;
        font-size:16px;
        font-weight: normal;
	color:#ffffff;
	text-decoration: underline;
}
a:active {
	outline: none;
}
a:focus {
	-moz-outline-style: none;
}

.thumbnail img{
border: 2px solid black;
}

.thumbnail:hover img{
border: 2px solid #B29369;
}

.bigthumb img{
border: 2px solid #666;
}

.bigthumb:hover img{
border: 2px solid #ffffff;
}