html {
	height: 100%;
}
body {
	height: 98%;
	margin-top: 0px;
	margin-bottom: 0px;
	background-color: #A4A4A4;
	font-family: Georgia, Times New Roman, Times, serif;
}
a {
	color: #671414;
	text-decoration: underline;
}
a:hover {
	color: #FF0000;
	text-decoration: underline;
}

#container {
	width: 780px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-right: 10px;
	padding-left: 10px;
	background-color: #FFFFFF;
}
#header {
	padding-top: 15px;
	padding-bottom: 15px;
	padding-left: 15px;
	padding-right: 30px;
	background-color: #000000;
	text-align: bottom;
}
#nav {
	height: 20px;
}
#nav ul {
	margin: 0px;
	padding: 0px;
	white-space: nowrap;
}
#nav li {
	list-style-type: none;
	display: inline;
}
#photos {
	width: 220px;
	margin-top: 40px;
	margin-bottom: 40px;
	margin-left: 20px;
	margin-right: 20px;
	float: right;
}
#photos img {
	margin-top: 8px;
	margin-bottom: 8px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	padding-right: 10px;
	border: 1px solid #A4A4A4;
}
#mainContent {
	width: 460px;
	margin-top: 40px;
	margin-left: 10px;
	margin-right: 20px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	padding-right: 10px;
}
#footer {
	clear: both;
	height: 40px;
	padding-top: 5px;
	padding-bottom: 5px;
	text-align: center;
	font-size: 0.9em;
	line-height: 2.3em;
	border-top: solid 1px #A4A4A4;
}
#footer a {
	color: #671414;
	text-decoration: none;
	padding-left: 5px;
	padding-right: 5px;
}
#footer a:hover {
	color: #CC0000;
	text-decoration: underline;
}
#toydrum {
	width: 780px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-right: 10px;
	padding-left: 10px;
	text-align: right;
	font-size: 0.8em;
}
#toydrum a {
	color: #000000;
	text-decoration: none;
}
#toydrum a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
