/*  reset
***/

* {
	margin: 0;
	padding: 0;
	font-size: 1em;
	text-decoration: none;
	border: none;
	list-style: none;
	outline: none;
}


/*  typography
***/

body {
	font: 12px/14px Arial, sans-serif;
	text-shadow: #fff 0 1px 1px;
	background: #fff;
	color: #7d7e7f;
}

a {
	color: #54534a;
}

h1 {
	color: #54534a;
}

h2 {
	padding: 0 0 22px 0;
	font-size: 16px;
	color: #54534a;
}

p, ul {
	padding: 12px 0 0 0;
}

strong {
	color: #47494b;
}

.ding {
	text-indent: -9999px;
}

.hide {
	display: none;
}

/*  positioning
***/

#page {
	margin: 0 auto;
	width: 960px;
}

#masthead {
	margin: 0 0 42px;
	height: 352px;
}

#content {
	margin: 0;
	padding: 0 50px 30px 65px;
	border-right: 3px solid #808285;
	width: 452px;
	float: left;
}

#contact {
	margin: 0;
	padding: 0 30px 0 35px;
	width: 325px;
	float: left;
}

.vcard {
	padding: 24px 0 0 0;
}

/*  color
***/

.tsm {
	background: #fff url(../img/masthead.jpg) no-repeat top left;
}

h1 {
	text-indent: -9999px;
}

.stripe {
	background: #54534a;
	width: 100%;
	height: 28px;
	position: absolute;
	top: 324px;
	left: 0;
}

.square {
	background: url(../img/tm_logo_2011_web_header.png) no-repeat top	left;
	width: 310px;
	height: 100px;
	position: absolute;
	top: 50px;
	left: 50px;
}
