/*
 * Used by css-selector-done.html
 *
 */

html {
	box-sizing:border-box;
}
*,*:before,*:after {
	box-sizing:inherit;
}
body {
	background-color:#eee;
	margin:0 auto;
	width:920px;
}

#left { background-color:#D4F0FF; }
#right { background-color:#CD5C5C; }

section {
	float:left;
}

.pad {
	padding:0 10px;
}

#middle .pad {
	border:5px ridge;
}

#right, #left {
	width:200px;
}

#right h2, #left h2 {
	font-size:0.9em;
}

#middle {
	width:500px;
}

#left ul li:nth-child(3) {
	color:white;
}

#right ul li:hover {
	color:white;
}

section:not(:last-of-type) {
	margin-right:10px;
}

.clear {
	clear:both;
}

footer {
	margin-top:10px;
	text-align:center;
	background-color:#aaa;
}

h1 {
	text-align:center;
	background-color:#aaa;
}

#dogimage {
	width:470px;
}
