/* @group Color Palette */

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

/* @end Color Palette */

/* @group Layout DIVs */

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

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

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

	#header h1 {
		display: none;
	}

#subhead {
	border-top-width: 3px;
	background-color: black;
	color: white;
	border-top: solid;
}

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

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

.btn {
	background-color: #4f2619;
	color: white;
}

#footer {
	background-color: #4e2719;
}

	#footer img {
		vertical-align: middle;
	}

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

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

/* @end Layout DIVs */