@charset "utf-8";
body {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 15px;
	line-height: 1.7em;
	color: #FFF;
	background-color: #000;
	background-image: url(images/TH-bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	text-align: center;
	margin: 0px;
	padding: 0px;
}
#menu, #copyright {
	background-color: #000;
	border-top: 1px solid #332010;
	border-bottom: 1px solid #332010;
	padding: 12px 0 10px;
	margin: 95px auto 10px;
	text-transform: uppercase;
	font-size: 1.3em;
	letter-spacing: .15em;
}
#copyright {
	text-transform: none;
	font-size: .8em;
	letter-spacing: 0px;
}
#content {
	margin: 0 auto;
	width: 90%;
	max-width: 900px;
}
img {
	border: 0px;
}
.left {
	float: left;
	width: 30%;
	text-align: left;
}
.left img {
	max-width: 300px;
	margin-top: 20px;
	width: 90%;
	height: auto;
}
.right {
	text-align: left;
	width: 63%;
	float: right;
	padding-left: 5%;
	border-left: 1px solid #666;
}
a:link, a:visited {
	color: #bd6e2f;
}
a:hover, a:visited:hover {
	color: #39C;
}
#menu a:link, #menu a:visited {
	margin: 0 12px;
}
h1 a:link, h1 a:visited, #menu a:link, #menu a:visited {
	color: #FFF;
}
h1 a:hover, h1 a:visited:hover, #menu a:hover, #menu a:visited:hover {
	color: #bd6e2f;
}
#menu a.selected {
	color: #999;
}
h1 {
	font-size: 2.5em;
	margin: 20px 0 8px 0;
}
h2 {
	font-size: 1.8em;
	color: #999;
	margin: 0px;
}
.break {
	clear: both;
	height: 60px;
}
.social {
	margin: 0 6px -3px;
}
a.bigbox { padding: 10px 30px;  border: 1px solid #960; border-radius: 6px; text-decoration: none;}
a.bigbox:hover { border: 1px solid #FFF;  color: #bd6e2f; }
.dotted {
	border-top: 2px dotted #666;
	margin: 40px 0 20px;
}
