* {
	margin: 0;
	padding: 0;
	border: 0;
	font-family: 'Lato', sans-serif;
	font-weight: 300;
}

html {
	background-image: url('../images/subtle_white_feathers.png');
}

body {
	width: 1200px;
	padding-left: 100px;
	margin-left: auto;
	margin-right: auto;
}

strong {
	font-weight: 400;
}

h2 {
	font-weight: 400;
	font-size: 36px;
	color: #222222;
}

h3 {
	color: #222222;
	font-weight: 400;
	font-size: 21px;
	margin-top: 10px;
	margin-bottom: 10px;
}

a {
	color: #004477;
	text-decoration: underline;
}

.logo {
   background-image: url('../images/subtle_white_feathers.png');
}

.logo a:hover {
   background-image: url('../images/subtle_white_feathers.png');
}

img:hover{
   background-image: url('../images/subtle_white_feathers.png');
	text-decoration: none;
	color: white;
}


a:hover {
	background-color: #7799AA;
	text-decoration: none;
	color: white;
}	


p, ul{
	line-height: 150%;
}

div ul {
	list-style-type: none;
	margin-left: 0;
	padding-left: 0.75em;
	text-indent: -0.75em;
}

div ul li:before {
	content: "\002B\0020";
}

.i a {
	text-decoration: none;
}

.i a:hover {
	background-image: url('../images/subtle_white_feathers.png');
	text-decoration: none;
}

.left, .right{
	margin-top: 20px;
	margin-bottom: 20px;
	width: 500px;
	float: left;
}

.right {
  float: right;
  margin-right: 110px;
}

#headername{
	font-size: 75px;
	font-weight: 300;
	color: #222222;
	text-shadow: 0px 1px 0px #AAAAAA;
	text-indent: -8px;
}

#headername a {
	text-decoration: none;
	color: #222222;
}

#headername a:hover {
	text-decoration: none;
	color: #004477;
	background-image: url('../images/subtle_white_feathers.png');
}

#headernav {
	margin-left: 550px;
	margin-top: -90px;
	height: 70px;
}

#headernav ul {
	list-style-type: none;
	margin-top: 15px;
}

#headernav li {
	display: inline;
	margin-top: 30px;
	margin-right: 18px;
}

#headernav a{
	text-decoration: none;
	color: #222222;
	width: 100%;
	font-weight: 400;
	font-size: 15px;
	padding: 6px 8px; 
	border: 1px solid #CCCCCC;
	background-color: white;
	box-shadow: 0px 1px 0px #AAAAAA;
	border-radius: 3px;
}

#headernav a:hover, #headernav .act{
	background-color: #004477;
	color: white;
	cursor: pointer;
}