/* @group Color Palette */

.white { color: white; }
.silver { color: silver; }
.black { color: black; }

/* @end Color Palette */

/* @group Layout DIVs */

body {
	background-position: center top;
	background-repeat: no-repeat;
	background-image: url(../images/bg.jpg);
	color: gray;
	font: .9em/1.5 Helvetica, Arial, Sans-Serif;
	background-color: #8b7342;
}

#container {
	width: 760px;
	margin: 0 auto;
	border: none;
}

#header {
	height: 55px;
	background-color: transparent;
}

	#header h1 {
		display: none;
	}

#subhead {
	background-color: white;
	color: gray;
	border-top: 5px solid #2e2309;
}

#content {
	padding: 1.5em;
	background-color: white;
}

p.sm, p.sm span { font-weight: bold; }

.btn {
	background-color: #2e2309;
	color: white;
}

#footer {
	background-color: #2e2309;
}

	#footer img {
		vertical-align: middle;
	}

	#footer p {
		text-align: left;
	}	
	
	#footer p.sm a { text-decoration: none; color: #ffffff;  }

/*
	.valign {
		height: 100px;
		display: table-cell;
		vertical-align: middle;
	}
*/

/* @end Layout DIVs */