body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #E6E691;
	margin: 0px;
	padding: 0px;
	font-size: 12px;
}
#container {
	width: 1000px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 5px;
	background-color: #BFBF78;
	height: auto;
}
#maincontent {
	margin-left: 200px;
	color: #666666;
	font-size: 13px;
	text-align: justify;
	background-color: #FFFFFF;
	padding-left: 30px;
	padding-right: 30px;
	padding-top: 5px;
	padding-bottom: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-position: top;
}
#maincontent a {
	text-decoration: none;
	color: #330099;
	font-weight: bold;
}
h1 {
	font-size: 125%;
	color: #BFBF78;
}
#mainhead {
	width: 1000px;
}
#metalpole {
	background-image: url(../assets/metalpole.gif);
	background-repeat: repeat-x;
	width: 1000px;
	height: 10px;
}

#nav ul {
	padding: 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#nav {
	margin: 0px;
	padding: 0px;
	width: 200px;
}

#nav li {
	list-style: none;
	margin: 0px;
	padding: 0px;
} 

#nav a {
	display: block; /* Puts space between buttons. */
	text-align: center;
	padding-right: 20px;
	padding-left: 20px;
	padding-top: 5px;
	padding-bottom: 5px;
	margin: 0px;
} 

#nav a:link, #nav a:visited {
	color: #FFFFFF; /* Sets the text color of links and visited links. */
	text-decoration: none; /* Sets the background colour for the links. */
	background-color: #525252;
} 

#nav a:hover, #nav a:active {
	color: #FFFFFF; /* Sets the background colour for the links */
	background-color: #663399;
	text-decoration: none;
} 
.greybox {
	background-color: #332F22;
	height: 5px;
	width: 180px;
	margin: 0px;
	padding: 0px;
}
#sidecontent {
	float: left;
	margin: 0px;
	padding: 0px;
	height: auto;
}

#footer {
	background-color: #E6E691;
	color: #999999;
	font-size: 85%;
	margin: 0px;
	padding-top: 5px;
	padding-left: 5px;
}

/* CLASSES -------------------------------------------------- */

.fltlft {
	float: left; /* Moves the image to the left side of its container and allows text to flow around its right side. */
	margin-right: 25px; /* Adds 8 pixels of space to the right of the image so that it does not touch the text */
	border: 1px solid #2B331C; /* Puts a border around the image */
	padding: 15px;
}
#maincontent p {
}
.thumbs {
	height: 130px;
	margin: 0px;
	padding: 0px;
}
.testtext {
	font-family: "Times New Roman", Times, serif;
	margin-left: 200px;
	width: 50px;
	height: 175px;
}
#photosleft {
	float: left;
	width: 200px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

.fltrt {
	float: right; /* Moves the image to the right side of its container and allows text to flow around its left side. */
	margin-left: 17px;
	border: 1px solid #999999;
}
#phototextright {
	margin-left: 210px;
	padding: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-top: 0px;
}
#phototextright p {
	height: 130px;
	margin: 0px;
	padding: 0px;
}

.clearfloat {
	font-size: 1px; /* Sets the font size to 1 pixel */
	line-height: 0px; /* Sets line-height to 0 -font and line-height, even if not explicitly on the page, might add diemnsion to the clearing element rather than make it larely invisible */
	clear: both; /* Keeps floated divs from draping over objects beneath them. */
	height: 0px; /* Makes sure the clearing element has no height */
}
#photosleft p {
	height: 130px;
	padding-left: 25px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	margin: 0px;
}
#photosleft img {
	border: thin solid #999999;
	padding: 5px;
}
#extracontent {
	width: 180px;
	font-size: 11px;
	color: #666666;
	background-color: #FFFFFF;
	text-align: center;
	margin-top: 20px;
	margin-right: auto;
	margin-left: auto;
	height: 200px;
	margin-bottom: 20px;
	padding-top: 5px;
	padding-bottom: 15px;
}
#photolist img {
	border: 1px solid #999999;
	float: left;
	margin-right: 20px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding: 5px;
}
#photolist p {
	height: 113px;
	margin: 0px;
	display: list-item;
	list-style-type: none;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 0px;
}
#maincontent table {
	margin: 0px;
	padding: 0px;
}
