body {
	background-color: #288CC8;
	color: #DAEAF9;
}

a, a:visited {
	color: #255C7B;
}

#header {
	border-bottom: 1px white solid;
}

#header a, #header a:visited {
	color: white;
}

#container {
	background-color: #85A3C2;
	padding: 10px;
}

.title {
	color: white;
}

.title a, .title a:visited {
	color: white;
}

#footer {
	border-top: 1px white solid;
}

#photo-gallery img, .sample-section img {
	border: 1px #666 solid;
	background-color: #333;
}