body {
	margin: 0px;
	background-color: #FFFFFF;
	background-image: url(/img/bkg.gif);
	background-repeat: repeat-x;
}
#container {
	position: relative;
	margin-right: auto;
	margin-left: auto;
	width: 750px;
}
#header {
	position: relative;
	background-color: #4D4D4D;
	height: 50px;
	width: 750px;
}
#photos {
	position: relative;
	height: 150px;
	width: 750px;
}
#buttons {
	position: relative;
	height: 100px;
	background-color: #716456;
}
#content {
	position: relative;
	padding-top: 25px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	padding-bottom: 25px;
	width: 750px;
	line-height: 16px;
}

#columnone {
	position: relative;
	width: 287px;
	float: left;
	text-align: justify;
}
#columntwo {
	position: relative;
	width: 272px;
	float: left;
	padding-left: 15px;
	text-align: justify;
}
#columnthree {
	position: relative;
	width: 156px;
	float: left;
	padding-left: 20px;
	font-weight: bold;
}
#footer {
	clear:both;
	padding: 20px 0 0 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	width: 750px;
	height: 50px;
	line-height: 16px;
}
#copyright {
	float: left;
	position: relative;
	width: 287px;
}
#credits {
	float: left;
	position: relative;
	width: 287px;
	padding-left: 15px;
}
#credits a {
	color: #666666;
	text-decoration: underline;
}
#content a {
	color: #6289aa;
	text-decoration: underline;
}
#content a:hover {
	color: #716456;
}
#credits a:hover {

	color: #333333;
}
