@charset "UTF-8";
body {
	background-image: url(images/project_3_rb_site.jpg);
	background-attachment: scroll;
}
header {
	text-align: center;
}
h1 {
	font-family: "Courier New", Courier, monospace;
	color: #FFF;
	text-align: left;
}
nav {
	height: 40px;
	width: 440px;
	position: relative;
	margin-top: 1px;
	left: 290px;
	background-color: #FFF;
}
nav ul {
	list-style-image: none;
	list-style-type: none;
	display: block;
	padding: 0px;
	height: 40px;
	width: 440px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
nav ul li {
	display: block;
	float: left;
	height: 80px;
	width: 110px;
	top: 20px;
}
nav ul li a {
	font-family: "Courier New", Courier, monospace;
	color: #000;
	height: 70px;
	width: 100px;
	text-decoration: none;
	top: 10px;
	position: relative;
	padding: 10px;
	font-size: 16px;
}
nav ul li a:hover {
	color: #294D52;
	background-color: #8AB198;
}
nav ul li ul {
	width: 100px;
	display: none;
	margin-top: 15px;
}
nav ul li:hover ul {
	display: block;
}
nav ul li ul li {
	height: 45px;
	background-color: #FFFFFF;
}
nav ul li ul li a {
	height: 40px;
	padding: 10px;
}
nav ul li ul li a:hover {
	color: #294D52;
	background-color: #8AB198;
}
.container {
	padding: 10px;
	width: 85%;
	margin-right: auto;
	margin-left: auto;
}
ul.gallery {
	margin: 0px;
	padding: 0px;
	width: 100%;
	list-style-image: none;
	list-style-type: none;
}
ul.gallery li {
	display: block;
	float: left;
	height: 155px;
	width: 155px;
	margin: 10px;
	text-align: right;
}
footer {
	text-align: center;
}