body, p, table {
	font: 12px "Arial", sans-serif;
}
body {
	background: #fef000 url("../images/bg.jpg") repeat-x fixed top left;
	color: #000000;
	margin: 0px 0px 10px 0px;
	cursor: default;
}
p {
	margin: 10px 0px;
}
h1, h2 {
	width: 100%;
	color: #996600;
	font: italic bold 45px Arial, sans-serif;
	white-space: nowrap;
	padding: 0px;
	margin: 0px;
}
h2 {
	font: italic bold 15px Arial, sans-serif;
}
a {
	color: #cc6600;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
img {
	border: 1px solid #000000;
}
table, tr, td {
	padding: 0px;
	margin: 0px;
}
.height5 {
	height: 5px;
}
.height10 {
	height: 10px;
}
.photoTbl tr td {
	text-align: center;
	vertical-align: top;
}
.linkTbl tr td {
	text-align: left;
}