/* CSS Document */

html, body {
	background-color: #EFEDDE;
	background-image: url(../images/backgrounds/beige_paper2.gif);
}

#item1 {
	background-image: url(../images/backgrounds/postmark2.jpg);
	width: 204px;
	height: 588px;
	position: absolute;
}

#item2 {
	background-image: url(../images/backgrounds/stamp3.jpg);
	left: 751px;
	top: 0px;
	width: 242px;
	height: 252px;;
	position: absolute;
}


.item {
	letter-spacing: normal;
	text-transform: none;
	float: left;
	clear: both;
	margin-bottom: 10px;

}

.item p {
	padding: 0;
	margin: 0;
}


#imageholder h2 {
	padding: 0;
	margin: 0;
	font-size: 11px;
	text-transform: uppercase;
	margin-bottom: -1em;
	font-weight: normal;
}

.item a:link, .item a:visited {
	color: #000;
	text-decoration: none;
}

.item a:hover {
	text-decoration: underline;
}

.textblock {
	float: left;
}

.picture {
	width: 80px;
	height: 80px;
	float: left;
	margin-right: 1em;
}

#textblock {
	width: 800px;
}

.textblock h3 {
	text-transform: uppercase;
	padding: 0;
	margin: 0;
	font-weight: normal;
	font-size: 11px;
	text-decoration: underline;
}

#intro {
	width: 350px;
}

.textblock p {
	width: 250px;
}

.asterix {
	float: left;
	clear: left;
	letter-spacing: .3em;
	padding: 1em 0;
}

.divider {
	/*letter-spacing: .3em;
	text-transform: uppercase;*/
	float: left;
	clear: left;
/*	margin-bottom: 1em;*/
	margin-top: 2em;
}

table h3 {
	font-size: 11px;
	padding: 0;
	margin: 0;
	text-decoration:underline;
	font-weight: normal;
	text-transform: uppercase;
}

td.thumb {
	padding: 0;
	width: 88px;
	border-right: none;
}