/* Universal Stylesheet */

body {
	color: #9a9c57;
	background: #605c0d;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	line-height: 160%;
	text-align: center;
	padding: 0;
	border: 0;
	margin: 0 0 0 0;
}


/* boxes */

.main {
	text-align: center;
	background: transparent;
	margin: 50px auto 0 auto;
}

.content {
	width: 600px;
	margin: 35px auto 60px auto;
}


/* text */

h1 {
	display: none;	
}

h2 {
	color: #9a9c57;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 20px;
	font-weight: bold;
	line-height: 110%;
	letter-spacing: -1px;
	margin: 12px 0 12px 0;
}

h3 {
	color: #9a9c57;
	font-size: 15px;
	font-weight: normal;
	line-height: 135%;
	margin: 0 0 3px 0;	
}

p {
	font-size: 12px;
	color: #9a9c57;
}

.copy p, .links p {
	width: 800px;
	margin: 0 auto 10px auto;
	line-height: 135%;
	font-size: 11px;
	color: #9a9c57;
}

.copy p a, .links p a {
	color: #9a9c57;
}

a {
	color: #9a9c57;
}
