body {
	font: 14px Georgia, "Times New Roman", Times, serif;
	margin: 0 0 50px 0;
}

.sutro {
	position: absolute;
	top: 0;
	left: 0;
}
.content {
	position: relative;
	left: 400px;
	top: 100px;
	max-width: 500px;
	padding-bottom: 50px;
}

.content > * {
	-webkit-transform: rotate(0.0deg);
	-moz-transform: rotate(0.0deg);

	-webkit-transition-property: -webkit-transform;
	-moz-transition-property: -moz-transform;
	-webkit-transition-duration: 0.2s;
	-moz-transition-duration: 0.2s;
}
.content > :hover:nth-child(odd) {
	-webkit-transform: rotate(0.8deg);
	-moz-transform: rotate(0.8deg);
}
.content > :hover:nth-child(even) {
	-webkit-transform: rotate(-0.8deg);
	-moz-transform: rotate(-0.8deg);
}


h1, h2, h3,.kicker {
	font-weight: bold;
	font-family: Arial, sans-serif;
	padding: 0;
}

h1 {
	color: black;
	font-weight:normal;
	font-size: 300%;
}

.kicker, h2 {
	font-size:100%;
	color: #FF4F00;

}
h2 {
	margin-bottom:-0.5em;
	margin-top: 1.5em;
	text-transform: uppercase;

}

h3 {
	text-transform: lowercase;
	color: #333366;
}


li {
	list-style-type: square;
  	list-style-position: outside;
}

body {
	padding: 0;
}

a {
	color: #336666;
	text-decoration:none;
	border-bottom: 1px solid #bdd;
}
a:link {
	color: #336666;
}
a:visited {
	color: #6644aa;
}
a:hover {
	color: #334466;
}
a:active { 
	color: #332266;
}
