
/* Privacy Page */
body {
  background-image: url("bg-tile.png");
  font-family: Georgia, 'Times New Roman', serif;
  width: 1200px;
  width: 1000px;
  width: 70%;
	margin-left: auto;
	margin-right: auto;
}

#privacy-container
{
    width: 1024px;
    margin: 40px auto 50px auto;
}

h1
{
    font-size: 33px;
	font-weight: 300;
	color: #469ea0;
	text-shadow: -1px 0px 0px #469ea0;
}

h2
{
    font-size: 21px;
	font-style: normal;
/*	text-shadow: -1px 0px 0px #cf6e25;*/
	margin-top: 26px;
	margin-bottom: 14px;
	display: inline-block;
	color: #cf6e25;
}

p
{
    font-family: Georgia, Times New Roman, Serif;
    font-size: 14px;
    color: #5D564E;
}

body.privacy ul
{
    margin-left: 100px;
}

body.privacy li
{
    font-family: Georgia, Times New Roman, Serif;
    font-size: 14px;
    color: #5D564E;
}

#privacy-title
{
    font-weight: 400;
/*	float: left;*/
}

.home-link
{
	float: right;
	position: relative;
	top: 0px;
	font-family: 'Arial Black', Verdana, sans-serif;
	font-size: 17px;
	text-transform: uppercase;
	text-decoration: none;
}


a {
  color: #5D564E;
  font-weight: bold;
  text-decoration: none;
}

a:hover {
  opacity: 0.5;
}

