#header {
	position: relative;
	background-color: #33cccc;
	color: white;
	float: right;
	width: 100%;
	height: 50px;
}

#header ul {
	position: absolute;
	right: 10px;
}

#header li {
	padding-left: 10px;
	padding-right: 10px;
	list-style-type: none;
	float: left;
	display: inline;
}

#header h1 {
	margin-top: 7px;
	margin-left: 10px;
	float: left;
	display: inline;
}

a {
	text-decoration: none;
	color: #6725F5;
}

#container {
	background-color: white;
	width:90%;
	margin-left: auto;
	margin-right: auto;
}

#content {
	padding: 0px;
}

body {
	background-color: #64A1B5;
	font-family: helvetica, arial, sans-serif;
}

#header2 ul li {
	display: inline;
}


#nav {
	margin-top:100px;
	margin-left:30px;
	width: 180px;
	float: left;
	border-radius: 15px;
	background: rgba(255, 255, 255, 0.85);
	padding: 10px;
}

#main {
	width: 600px;
	float: right;	
}

#footer {
	clear: both;
	padding: 10px;
	background-color: #999999;
	color: white;
	text-align: center;
}

#footer p {
	text-align: right;
	margin: 0px;
}

#nav .selected {
	font-weight: bold;
}

#nav ul {
	list-style-type: none;
	padding: 0;
}

#nav a {
	color: blue;
}

h1, h2, h3 {
	margin: 0;
}

h4 {
	padding-top: 100px;
	text-align: center;
}

#content3 p {
	padding: 10px;
	text-align: center;

}

#content2 h4 {
	padding-top: 20px;
}

#picshowcase  img {
	margin-left: 50px;
	margin-right: 50px;
    width: 250px;
    height: auto;
}

#background {
	padding: 0px;
	width: 100%;
	height: 500px;
    background: url(images/silly-dog-hats.jpg) bottom center;
}

a {
	color: white;
}

#pics2 {
	width: 870px;
	height: 290px;
	margin-top: 60px;
	margin-left: auto;
	margin-right: auto;

}

.box {
	border-radius: 15px;
	background-color: grey;
	width: 250px;
	height: 200px;
	float: left;
	display: inline;
}

#dog1 {

	background: url('images/dog1.jpg');
}

#dog2 {
		margin-left:60px;
		margin-right:60px;
		background: url('images/dog (2).jpg');
}

#dog3 {
		background: url('images/dog (3).jpg');
}




















