body {
	margin: 0 auto;
	padding: 0;
	width: 800px;
	color: #000000;
	font: normal 80%/120% Georgia, "Times New Roman", Times, serif;
}
a {
	color: #000000;
}


img {
	border: none;
}

.footer {
	clear: both;
	margin-bottom: 10px;
	padding-top: 15px;
	font: normal 80%/120% Verdana, "Lucida Grande", Lucida, sans-serif;
	text-align: center;
}
.footer a {
	color: #999;
}
.footer a:hover {
	color: #000;
}

.footerbry {
	clear: both;
	margin-bottom: 30px;
	padding-top: 20px;
	font: normal 80%/120% Verdana, "Lucida Grande", Lucida, sans-serif;
	text-align: center;
}
.footerbry a {
	color: #999;
}
.footerbry a:hover {
	color: #000;
}

/* ---------- gallery styles start here ----------------------- */
.photo {
	margin: 10px;
	position: relative;
	width: 180px;
	height: 123px;
	float: left;
}
.photo img {
	background: #fff;
	border: solid 1px #ccc;
	padding: 4px;
}
.photo span {
	width: 20px;
	height: 18px;
	display: block;
	position: absolute;
	top: 12px;
	left: 12px;
}
.photo a {
	text-decoration: none;
}

.photo2 {
	margin: 30px;
	position: relative;
	width: 127px;
	height: 180px;
	float: left;
}
.photo2 img {
	background: #fff;
	border: solid 1px #ccc;
	padding: 4px;
}
.photo2 span {
	width: 20px;
	height: 18px;
	display: block;
	position: absolute;
	top: 12px;
	left: 12px;
}
.photo2 a {
	text-decoration: none;
}

.photobry {
	margin: 3px;
	position: relative;
	width: 227px;
	height: 170px;
	float: left;
}
.photobry img {
	background: #fff;
	padding: 1px;
}

.photobry a {
	text-decoration: none;
}

.smalltext a:link {
	color: #2d3d45;
	font: 10px Verdana, "Lucida Grande", Lucida, sans-serif;
}

.smalltext a:visited {
	color: #821b36;
	font: 10px Verdana, "Lucida Grande", Lucida, sans-serif;
}

.smalltext a:hover {
	color: #b4ae7d;
	font: 10px Verdana, "Lucida Grande", Lucida, sans-serif;
	text-decoration: none;
}

.smalltext{
	color: #484848;
	font: 10px Verdana, "Lucida Grande", Lucida, sans-serif;
}



