body {
	background-color: #fff;
	color: #000;
	font-family: Arial, Verdana, sans-serif;
	font-size: small;
	line-height: 1.4;
}

a {
	color: #0000ff;
	outline: none;
	text-decoration: underline;
}

a:hover, a:active, a:focus { text-decoration: none; }

a img { border: 0; }

h1, h2, h3, h4, h5, h6 {
	color: #000;
	font-weight: normal;
	font-family: Arial, Verdana, sans-serif;
	line-height: 1.2;
	padding: 0;
	margin: 1em 0 0.7em 0;
}

h1 { font-size: 185%; }
h2 { font-size: 140%; }
h3 { font-size: 120%; }
h4, h5, h6 { line-height: 1.4; font-size: 100%; }
p { padding: 0; margin: 0 0 0 1em; }

strong { font-weight: bold; }

ul, ol {
	margin: 0;
	line-height: 1.3;
	font-size: 100%;
}

#content *:first-child { margin-top:0; }

.brown {
	color: #b8ac80;
}
.btn {
	-webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    background-color: #BDB082;
    background-image: url(../images/btn.png);
    background-position: right center;
    background-repeat: no-repeat;
    border: 0 none;
    border-bottom-left-radius: 4px;
    border-top-left-radius: 4px;
    color: #FFFFFF;
    display: inline-block;
    font: 700 14px/18px Arial, Helvetica, sans-serif;
    padding: 7px 18px 7px 12px;
}

.dark-button {
	background-color: #665846;
	color: #ffffff;
	padding: 10px 20px;
	display: inline-block;
	border-radius: 4px;
	font-weight: bold;
	-webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
	font: 700 14px/18px Arial, Helvetica, sans-serif;
}

.light-button {
	background-color: #dfe0e0;
	color: #000000;
	padding: 10px 20px;
	display: inline-block;
	border-radius: 4px;
	font-weight: bold;
	-webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
	font: 700 14px/18px Arial, Helvetica, sans-serif;
}

.small-icon-link {
	text-transform: uppercase;
	font-size: 11px;
	font-weight: bold;
	color: #665846;
	line-height: 20px;
	padding-left: 5px;
}
.ingress {
	font-style: italic;
	font-size: 	1.05em;
	font-weight: 300;
	font-family: "Cambria", Georgia, "Times New Roman", Times, serif;
	color: #7b7979;
}