@charset "UTF-8";
/* CSS Document */

body
{
font-family: Georia;
background-color: #5E4529;
background-image:url(https://www.synergycustompools.com/imgs/synergy-bg.png);
background-position: top center;
background-repeat: repeat;
color: #DBCC94;
}

h1
{
font-size: 32px;
font-family: Georgia;
color: #DBCC94;
}

h2
{
font-size: 18px;
font-family: Georgia;
color: #DBCC94;
}

h3
{
font-size: 14px;
font-family: Georgia;
color: #DBCC94;
}

.content
{
width: 900px;
/*background-color: #DBCC94;*/
margin-left: auto ;
margin-right: auto ;
margin-top: auto;
}

.navigation
{
font-size: 17px;
font-style: underline;
}

a
{
color: #DBCC94;
text-decoration: underline;
}

A:hover
{
text-decoration: underline;
}
div#footer {
	clear: both;
	color: #DBCC94;
	margin: 0 auto;
	width: 900px;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.bodytxt{
padding-top: 50px;
text-align: left;


}
