html {
	background: #f8f8f8 repeat-x;
}


/* source-sans-pro-300 - latin */
@font-face {
  font-family: 'Source Sans Pro';
  font-style: normal;
  font-weight: 300;
  src: local(''),
       url('../fonts/source-sans-pro-v21-latin-300.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
       url('../fonts/source-sans-pro-v21-latin-300.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

/* source-sans-pro-300italic - latin */
@font-face {
  font-family: 'Source Sans Pro';
  font-style: italic;
  font-weight: 300;
  src: local(''),
       url('../fonts/source-sans-pro-v21-latin-300italic.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
       url('../fonts/source-sans-pro-v21-latin-300italic.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

/* source-sans-pro-700 - latin */
@font-face {
  font-family: 'Source Sans Pro';
  font-style: normal;
  font-weight: 700;
  src: local(''),
       url('../fonts/source-sans-pro-v21-latin-700.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
       url('../fonts/source-sans-pro-v21-latin-700.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

/* source-sans-pro-700italic - latin */
@font-face {
  font-family: 'Source Sans Pro';
  font-style: italic;
  font-weight: 700;
  src: local(''),
       url('../fonts/source-sans-pro-v21-latin-700italic.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
       url('../fonts/source-sans-pro-v21-latin-700italic.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}



body {
	font: 300 1em/1.7em "Source Sans Pro",Tahoma,Trebuchet,Verdana,Arial,Helvetica,sans-serif;
	color: #555753;
	margin: 0px;
}

h1 {
	font: 700 240%/120%;
	text-align: center;
	color: #B17A6F;
	text-transform: uppercase
}

h2 {
	font: bold 16pt/14pt;
	text-align: center;
	color: #B17A6F
}

h3 {
	font: bold 12pt/12pt;
	color: #555753;
	letter-spacing: 2px
}

p {
	margin-top: 10px;
	margin-bottom: 20px
}

.right,.r {
	text-align: right
}

.left,.l {
	text-align: left
}

.center,.c {
	text-align: center
}

.notice {
	border: 1px dashed #351e1a;
	text-align: center;
	color: #351e1a;
	padding: 5px
}

#wrap {
	max-width: 900px;
	display: block;
	margin-left: auto;
	margin-right: auto
}

.spacer {
	height: 10px;
	position: relative;
	clear: both;
	float: left
}

a:link {
	font-weight: bold;
	text-decoration: none;
	color: #000
}

a:visited {
	font-weight: bold;
	text-decoration: none;
	color: #222
}

a:hover {
	text-decoration: none;
	color: #ac8461
}

a:active {
	text-decoration: none;
	color: #e87777
}

img {
	border-style: none
}
