@charset "UTF-8";
/* CSS Document */

#wrapper {
	width: 760px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../images/backgrnd.jpg);
	background-repeat: repeat-y;
	background-color: #fff;
	border: 2px solid #84161a;
}

#header {
	background-color: #84161a;
	margin: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	text-align: center;
}

#bottom {
	background-color: #d1d5c5;
	margin: 15px;
	padding: 20px 45px 0 45px;
}

#tmhFooter {
	background-color: #d1d5c5;
	margin: 15px;
	padding: 5px 0 5px 0;
}

#mainContent {
	margin: 0 30px 10px 30px;
	padding: 0;
}

#mainContent_sub {
	margin: 0px;
	padding: 20px 29px 10px 29px;
}

.tmhParagraph {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	line-height: 16px;
	color: #666;
}

.tmhQuote {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	line-height: 20px;
	font-weight: normal;
	color: #777;
	text-align: left;
}

#tmhExcerptText {
	background-color: #f8fbea;
	margin: 0 15px 15px 70px;
	padding: 25px;
	width: 350px;
	border: 3px solid #84161a;
}

.tmhExcerptText {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 17px;
	letter-spacing: 0.2px;
	line-height: 30px;
	font-weight: normal;
	color: #333;
	text-align: left;
	}


h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 12px;
	font-weight: bold;
	text-transform: uppercase;
	color: #84161a;
	letter-spacing: 3px;
	padding: -5px 0 0 0;
}
	
h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	font-size: 24px;
	line-height: 24px;
	color: #808976;
	margin: -5px 0 10px 0;
	}
	
a:link, a:visited {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #666666;
}
a:hover, a:active {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #84161a;
}

.pixLeft {  /* this class can be used to put a border on an image and float it left */
	float: left;
	margin: 0 15px 5px 0;
	border: 12px solid #fff;
}
