/* Customised HTML Tags */
body {
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: 0.9em;
	line-height: 120%;
	margin: 0px;
	padding: 0px;
}
td,ul,ol {
	font-family: "Trebuchet MS", Arial, sans-serif;
}
a {
	text-decoration: none;
	color: #663333;
	font-weight: bold;
}
a:hover {
	text-decoration: underline;
}
h1 {
	font-size: 1.3em;
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
	line-height: 100%;
	text-transform: capitalize;
}
h2 {
	font-size: 1.2em;
	color: #666666;
	padding-bottom: 5px;
	font-family: "Trebuchet MS", Arial, sans-serif;
}
th {
	color: #663333;
	text-align: left;
}
sup {
	font-size: .6em;
}

/* Custom Classes */

.caption {
	color: #000000;
	font-size: 0.8em;
}
.footnote {
	font-size: .8em;
	font-style: italic;
}

/* Layout Divs */

.header {
	clear: both;
	background-color: #C1C3B4;
	padding: 20px 20px 20px 50px;
}
.maincontent {
	clear: both;
	background-image:  url(images/layout/background.jpg);
	background-repeat: no-repeat;
	margin: 0px;
	background-position: bottom;
	padding: 0px;
}
.images {
	float: left;
	width: 20%;
	padding: 20px;
}
.contentandnav {
	float: right;
	width: 75%;
}
.bodytext {
	float: none;
	padding: 20px;
}
.navigation {
	float: right;
	width: 20%;
	padding: 10px;
	font-size: .9em;
	margin-left: 10px;
	border-bottom: 1px solid #C1C3B4;
	border-left: 1px solid #C1C3B4;
	background-color: #FFFFFF;
}
.footer {
	clear: both;
	font-size: 0.9em;
	line-height: normal;
	padding: 10px;
	background-color: #C1C3B4;
	height: 100px;
}
.gallerynav {
	font-size: 1.2em;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #663333;
	border-right-color: #663333;
	border-bottom-color: #663333;
	border-left-color: #663333;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-top: 5px;
	margin-bottom: 5px;
}

