body {
	background: #000;
	margin: 0px;
	font: 0.9em Arial, serif;
	color: #FFF;
}

a:link {
	color: #B68C64;
	text-decoration: none;
}

a:visited {
	color: #B68C64;
	text-decoration: none;
}

a:hover {
	color: #C97642;
	text-decoration: none;
}

a:active {
	color: #FFF;
	text-decoration: none;
}

h1 {
	font-size: 1.5em;
	color: #C97642;
	margin-bottom: -10px;
	margin-top: -6px;
}

h2 {
	font-size: 1em;
	color: #C97642;
	margin-bottom: -10px;
	margin-top: -6px;
}

ul {
	list-style-type: none;
	padding-left: 0;
	padding-top: 15px;
	margin-left: 0;
}

html>body ul {
	list-style-type: none;
	padding: 5px;
	text-align: left;
}

p {
	color: #FFF;
	font-size: 0.8em;
}

#container {
	text-align: center;
	background-color: #000;
	width: 800px;
}

#header {
	background-image:  url("images/tfgsheader.jpg");
	background-repeat: no-repeat;
	width: 710px;
	height: 289px;
}

#photos {
	background-image: url("images/photohead.jpg");
	background-repeat: no-repeat;
	position: absolute;
	top: 310px;
	left: 5px;
	width: 150px;
	border-right: #FFF 1px solid;
	border-bottom: #FFF 1px solid;
	padding: 5px;
	padding-top: 20px;
}

#content {
	position: absolute;
	top: 310px;
	left: 200px;
	width: 325px;
	height: 600px;
	border: none;
	padding: 5px;
	margin-bottom: 20px;
}

#albumlist {
	list-style-type: none;
}

#albumlist li {
	Float: top;
	margin-left: 10px;
	margin-bottom: 10px;
}

#albumlist img {
	display: block;
	border: 1px solid #C97642;
}	

#nav {
	background-image: url("images/navhead.jpg");
	background-repeat: no-repeat;
	position: absolute;
	top: 310px;
	left: 570px;
	width: 100px;
	border-left: #FFF 1px solid;
	border-bottom: #FFF 1px solid;
	padding: 10px;
	padding-top: 15px;
}

#nav2 {
	position: absolute;
	top: 480px;
	left: 570px;
	width: 100px;
	border-left: #FFF 1px solid;
	border-bottom: #FFF 1px solid;
	padding: 10px;
	margin-top: 20px;
}

#footer {
	background-image: url("images/tfgsfooter.jpg");
	position: absolute;
	width: 692px;
	height: 77px;
	top: 908px;
	padding: 10px;
	left: 1px;
	
}
