* {
	margin: 0;
	padding: 0;
}

html, body {
	width: 100%;
	height: 100%;
}

body * { font-family: MyriadWebProRegular, Trebuchet MS, Trebuchet, Arial, Helvetica, sans-serif; }

body {
	min-height: 100%;
	color: #685f56;
	background: #cecebe url('../img/background.png') no-repeat center top;
	background-position: top center;
	font-size: 12px;
}

h1 { font-size: 2.8em; }
h2 { font-size: 2.4em; }
h3 { font-size: 2.2em; }
h4 { font-size: 2.2em; }
h5 { font-size: 1.8em; }
h6 { font-size: 1.6em; }
h1, h2, h3, h4, h5, h6 {
	font-family: MinionProBold, Times New Roman, Times, Garamond, Palatino, Serif;
	font-weight: bold;
	line-height: 130%;
}

h1, h2, h3 {
	color: #407184;
}

h4, h5, h6 {
	color: #c3996b;
}

p {
	margin: auto;
}

hr {
	max-width: 100%;
	height: 1px;
	background: #685f56;
	border: 0;
	margin: 10px auto;
	display: block;
	clear: both;
}