p{ line-height: 1em; }
h1, h2{
    color: orange;
	font-weight: normal;
	line-height: 1.1em;
	margin: 0 0 .5em 0;
}
h1{ font-size: 1.7em; }
h2{ font-size: 1.5em; }
a{
	color: black;
	text-decoration: none;
}
	a:hover,
	a:active{ text-decoration: underline; }

body{
    font-family: arial; line-height: 1.2em; width: 100%; margin: 0; background: #eee;
}

a.blueLink {
  color: #2b2ed8;
}

img.thumbnail {
  width: 500px;
  height: auto;
}

img.icon {
  vertical-align: middle;
  width: 40px;
  height: auto;
}

figure {
  display: inline-block;
}

figure figcaption {
    text-align: center;
}

#page{ margin: 20px; }

#content{
	margin: 30px 0;
	background: white;
	padding: 20px;
	clear: both;
}
#footer{
	border-bottom: 1px #ccc solid;
	margin-bottom: 10px;
}
	#footer p{
		text-align: right;
		text-transform: uppercase;
		font-size: 80%;
		color: grey;
	}

#content{ box-shadow: 0px 1px 1px #999; }
