/*
Theme Name: Max Jones
*/


body{
	background:#5075AB;
	font-family: Georgia, "Times New Roman", Times, serif;
}
a, a:visited, a:hover{
text-decoration: none; }

#wrapper{
	margin-left:auto;
	margin-right:auto;
	text-align:center;
	border:3px solid #ccc;
	width:800px;
	background:#fff;
}
h1{
	font-family: Georgia, "Times New Roman", Times, serif;
	padding:0px 100px 20px 100px;
	font-size: 26px;
	font-weight: bold;
	margin: 10px 20px 20px 20px;
}
h2{
	font-family: Georgia, "Times New Roman", Times, serif;
	padding:0px 100px 0px 100px;
	font-size: 20px;
	margin: 0px 20px 0px 20px;
}
h3{
	font-family: Georgia, "Times New Roman", Times, serif;
	padding:0px 50px 0px 50px;
	font-size: 20px;
	margin: 0px 20px 0px 20px;
	text-align:left;
}
p{
	padding:0px 100px 20px 100px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	margin: 10px 20px 0px 20px;
	text-align:left;
}
ul{
	margin:0px 100px 0px 100px;
	padding:0px;
	text-align:left;
}
#privacy{
	padding-top:20px;
	border-top:1px solid #000;
	margin:20px;
	font-size:10px;
}
.red{
	color: #FF0000;
}