
/* CSS Document */

html, body {
	height: 100%;
	margin: 0;
	padding: 0;
	background-image: url(../../../images/portrait_gallery/grad.jpg);
	background-repeat: repeat-x;
	background-color: #2b2b2b;
	font-family: Helveitca, Arial, Sans-Serif;
	font-size: 12px;
	color: white;
}

img {
	border: 0;
}

div#container {
	width: 600px;
	margin: 0 auto;
	background-color: gray;
	padding-left: 15px;
}

div#hats div, div#children div, div#people div {
	height: 75px;
	width: 75px;
	float: left;
	padding: 0 10px 10px 0;
}

.header, div#footer {
	clear: both;
}

.header {
	height: 50px;
	padding-top: 50px;
	padding-bottom: 10px;
	color: maroon;
}

div#title {
	padding-right: 15px;
	float: right;
}
