html, body
{
	background-color: #8e8a81;
	margin-left: -1px;
	margin-top: -6px; /* for some reason need to set to -6 otherwise vertical scrollbar will display because of the .navigation element and it's positioning */
	margin-right: 0px;
	margin-bottom: 0px;
	height: 100%;
}

.content
{
	/* width is set in the javascript depending on browser size */
	position: relative;
	top: 122px;
	left: 200px;
}

.text
{
	padding-top: 1px;
	font-family: Helvetica, Verdana, Arial, sans-serif;
	font-size: 12px;
	padding-left: 60px;
	padding-right: 60px;
}

.copyright
{
	bottom: 11px;
	right: 280px;
	position: fixed;
	font-size: 12px;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: white;
	text-align: right;
}

.logo
{
	left: 13px;
	top: 37px;
	position: fixed;
	text-align: center;
}

.navigation
{
	line-height: 1.5em;
	left: 27px;
	top: 150px;
	position: fixed;
	font-weight: bold;
	font-size: 14px;
	font-family: Helvetica, Verdana, Arial, sans-serif;
	text-align: right;
	color: white;
}

.left_border, .right_border
{
	top: 0px;
	position: fixed;
	background-color: #d0c8bb;
	width: 220px;
	height: 100%;
	float: left;
}

.left_border
{
	left: 0px;
}

.right_border
{
	right: 0px;
}

.vertical_line
{
	left: 190px;
	top: 0px;
	position: fixed;
	background-color: white;
	height: 100%;
	width: 1px;
}

.horizontal_line
{
	bottom: 25px;
	left: 0px;
	position: fixed;
	background-color: white;
	height: 1px;
	width: 100%;
}

.arrow_banner
{
	position: fixed;
	left: 0px;
	top: 92px;
	height: 6px;
	background-color: white;
	width: 100%;
}

h1
{
	font-weight: bold;
	padding-bottom: 3px;
	margin-right: 60px;
	margin-left: 55px;
	font-size: 18px;
	font-family: Helvetica, Verdana, Arial, sans-serif;
	border-bottom-color: white;
	border-bottom-style: dotted;
	border-bottom-width: 3px;
	text-align: right;
	color: white;
}

.banner_line
{
	background-color: #6d6764;
	height: 1px;
	width: 100%;
	position: fixed;
}

p a
{
	text-decoration: none;
}

a,
a:link,
a:visited
{
	color: white;
}

a:hover
{
	color: #ffa12b;
}


img
{
	border: 0px;
}

/* This only seems to work when the float attribute is set for the enclosing span element */
.photo 
{
	background-color: #fff;
	border: 1px solid #a9a9a9;
	padding: 4px;
 	margin: 4px;
}

.centred
{
	text-align: center;
}