body#home {
	font-family: "apple garamond","adobe garamond", garamond, "times new roman", times, serif;
	background-color: #fafafa;
	margin: 0 0;
	padding: 0 0;
	font-size: 87.5%;
}

div#main, div#main2 {
	text-align: center;
	margin: 0 0;
	padding: 30px 25px 50px;
	background-color: #061e44;
}

div#main2 {
	padding: 80px 25px 80px;
	background-color: #fafafa;
	border-top: 2px solid #1050b5;
}

div#main h1, div#main h2 {
	color: #fff;
}

span.main-links {
	font-size: 1.75em;
}

span.main-links a {
	margin: 0 10px;
}

span.main-links a:link, 
span.main-links a:visited, 
span.main-links a:hover, 
span.main-links a:active  {
	text-decoration: none;
	color: #061e44;
	padding: 10px 20px;
	background-color: #c8b25f;
	border: 1px solid #061e44;
}

span.main-links a:hover {
	background-color: #fff;
}

span#social-networks {
	font-size: 1.5em;
}

div#footer a:link, 
div#footer a:visited, 
div#footer a:hover, 
div#footer a:active  {
	text-decoration: none;
	color: #000;
}

div#footer {
	margin-top: 80px;
	font-size: 0.8em;
}

h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
}

h1 {
	font-size: 2.6em;
}
