#container {
	float: left;
	width: 955px;
	margin-top: 10px;
	margin-right: 5%;
	margin-left: 5%;
}
#header {
	float: inherit;
	height: 100px;
	width: 955px;
}
#navigation {
	float: left;
	height: 25px;
	width: 955px;
	text-align: right;
	margin: 0px;
	line-height: normal;
	font-style: italic;
	font-size: large;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #FFF;
}
#mainbox {
	float: left;
	width: 955px;
}
#footer {
	float: left;
	height: auto;
	width: 955px;
}
body {
	color: #FFF;
	background-color: #000;
	background-image: url(site_images/kmphotos_gradient.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	margin: 0px;
}
.header {
	background-image: url(site_images/KMPhotos-Logo.jpg);
}
.copyrightnotice {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: center;
	color: #FFF;
}
#navigation a {
	color: #FC0;
	text-decoration: none;
	text-transform: capitalize;
}
#container a {
	color: #FFF;
}
#container p {
	font-size: 24px;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
}

