* {
	vertical-align: baseline;
	font-family: "Helvetica", "Arial", sans-serif; 
	font-weight: normal;
	font-style: normal;
	font-size: 100%;
	border: 0px none;
	outline: 0px;
	padding: 0px;
	margin: 0px;
	line-height: 1.5em;
}
body {
	background:transparent url('bg.png') repeat-x left top;
	background-color: #d2b587;
	color: #222;
}
a {
	color: #222;
	text-decoration: none;
	font-weight: bold;
	-webkit-transition: color .3s ease-in; /*safari and chrome */
	-o-transition: color .3s ease-in; /* opera */
}
a:focus, a:hover {
	color: #f6e4c9;
}
a:active {
	color: #000;
}
h1{
	padding:30px 0px 0px 0px;
}
h2 {
	font-family: "Georgia",serif;
	font-size:3em;
	[if SafMob]font-size:1em;
	font-style:italic;
	padding:80px 20px 160px 20px;
	[if SafMob]padding:20px 20px 20px 20px;
	text-shadow: 1px 1px 1px #ffffff; 
}
.content {
	max-width: 970px;
	margin: 0px auto;
	text-align:center;
}
p {
	font-size:.7em;
	font-weight:bold;
	margin: 0px 0px 10px 0px;
}