body {
	font-family: Century Gothic;
	font-size: 10px;
	color: #000000;
}

.titles{font-size:16px; text-transform:none; weight:normal; line-height:250%;}

#container {
	margin-top: 50px;
	margin-right: 120px;
	margin-bottom: 50px;
	margin-left: 170px;
}
#header {
	float: right;
}

#navigation {
	height: 70px;
}

#navigation a, a:visited {
	font-family: Century Gothic;
	font-size: 19px;
	text-transform: uppercase;
	color: #547c86;
	text-decoration: none;
}
.footer {
	font-family: Century Gothic
	text-transform: uppercase;
	color: #333333;
	font-size: 10px;
	text-align: center;
	width: 100%;
}


#navigation a:hover {
	font-family: Century Gothic;
	font-size: 19px;
	text-transform: uppercase;
	color: #000000;
	text-decoration: none;
}
a:link, a:visited, a:active {
	font-family: Century Gothic;
	font-size: xx-small;
	color: #547c86;
	text-decoration: none;
	
}
.subtitles {
	font-family: "Century Gothic";
	font-size: 12px;
	color: #000000;
	text-decoration: underline;
}

a:hover {
	color: #000000;
	font-family: Century Gothic;
	font-size: xx-small;
	text-decoration: none;
}


#content {
	padding-bottom: 20px;
	height: 500px;
	font-family: Century Gothic;
	font-size: 24px;
	font-weight: bold;
	text-transform: uppercase;
	color: #547C86;
}
.copy {
	font-family: Century Gothic;
	font-size: 10px;
	color: #000000;
}

#title {
	font-family: Century Gothic;
	font-size: 25px;
	color: #608D93;
	font-weight: bold;
	text-transform: uppercase;
	padding-top: 20px;
	padding-left: 7px;
}

#sticky {
        position:absolute;
        top:180px;
        left:0px;
        
}