body {
	margin: 0px;
	background-color: #CCCCCC;
	font-family: "Trebuchet MS", Arial;
	color: #D1C09C;
	font-size: small;
}
#holder {
	background: url(images/background.woodland.jpg);
	background-attachment: fixed;
	background-repeat: repeat-y;
	background-position: center;
	background-color: #333333;
	width: 760px;
	margin: auto;
	border: 1px solid #483921;
	color: #483921;
}
#foot {
	width: 760px;
	margin: auto;
	padding: 10px;
	text-align: right;
	color: #888787;
}
#foot img {
	border: 0px;
}
#col1 {
	width: 100%;
	padding: 60px 0px 0px 20px;
}
.content a {
	color: #FFFFFF;
}
.content a:hover {
	color: #DDDDDD;
}
h1 {
	color: #d1c09c;
}
a {
	color: #dddddd;
	text-decoration: none;
}
img {
	border-top: 1px solid #333333;
	border-left: 1px solid #333333;
	border-right: 1px solid #333333;
	border-bottom: 1px solid #333333;
}
#head {
	padding: 60px 0px 0px 20px;
}
#centre {
	text-align: center;
	padding-left: 12px;
}
.picTile {
	width: 100%;
	padding: 0px;
	text-align: center;
	/*width: 162px;*/
	/*float: left;*/
	/*margin: 8px 0px 8px 0px;
	padding: 8px 0px 8px 0px;*/
	color: #d1c09c;
	background-image: url(images/transparent.darkGrey.png);
	/*background-color: #222222;*/
	font-size: 80%;
}
.portrait
{
	display: block;
	float: none;
	clear: both;
}
.picture img {
	width: 160px;
	height: 120px;
}
.portrait .picture img {
	width: 160px;
	height: 213px;
}
.picture p {
	width: 160px;
	margin: 0px;
	height: 3em;
	font-size: 80%;
	color: #d1c09c;
}
.largePicture p {
	margin: 0px;
	height: 3em;
	font-size: 120%;
	color: #d1c09c;
}
.strip, .stripBottom {
	display: block;
	float: none;
	clear: both;
	border: none;
}
.strip {
	margin-top: 8px;
}
.stripBottom {
	margin-bottom: 8px;
}
.pin {
	display: block;
	float: none;
	clear: both;
}
.nav {
	width: 100%;
	text-align: left;
}