body {
	color: #333;
	font: 14px "Helvetica", Arial, Helvetica, Geneva, sans-serif;
	text-align: center;
	margin: 0;
	padding: 0;
	margin-top: 10px;
}
a {
	text-decoration: none;
	color: #EA7617;
	-webkit-transition: color 0.3s ease-in;
	-moz-transition: color 1s ease-in;
	-o-transition: color 1s ease-in;
	transition: color 1s ease-in;
}
a:hover {
	text-decoration: underline;
}
h1, h2, h3, h4 {
	font-family: "Helvetica", Arial, Helvetica, Geneva, sans-serif;
	color: #000;
	text-transform: lowercase;
	}
h1 { font-size: 2em; }
div.contactTitle {
	height: 60px;
	width: 160px;
	padding-top: 20px; }
h2 { font-size: 2em;
}
h3 { font-size: 1.8em;
	clear: left;
}
h4 { font-size: 1.5em;
	clear: left;
	font-weight: bold;}
img.logo {
	float: left;
	padding-right: 1em;
	padding-bottom: 1em;
}
div#all {
	width: 750px;
	text-align: right;
	margin: 0 auto;
}
div#header {
	margin: 0;
	padding: 0;
	height: 150px;
	text-align: left;
	background: #fff url(header.gif) no-repeat left top;
}
div#header h1 {
	height: 133px;
	margin: 0px;
	visibility: hidden;
}

/* @group Navigation */

div#navigation {
	margin: 0px;
	width: 750px;
	text-transform: lowercase;
}
div#navigation div.headerLink {
	font-size: 1.5em;
}
div#navigation div.headerLink a:hover {
	text-decoration: none;
	color: #000;
}
/*
div#navigation a, div#navigation span.currentPage {
	margin-right: 5px;
	margin-left: 5px;
	font-weight: bold;
}
*/
div#navigation a:hover{
	text-decoration: none;
	color: #000;
}
div#navigation a img {
	border: none;
}

/* @end */
div#main {
	height: auto;
	margin: 0;
	background: url(colour-bands.gif) repeat-x center bottom;
	background-color: #fff;
	text-align: justify;
}
div#contact, div#links, div#newsLetter, div.contactTop {
	background: #EA7617 url(contactTop.gif) no-repeat center top;
	padding: 5px;
}
div#contact a, div#links a, div#newsLetter a, div.contactTop a {
	color: #000;
}
div#contact img, div#links img, div.contactTop img {
	border: none;
	max-width: 170px;
	max-height: 170px;
}
div.contactBottom {
	height: 18px;
	background: #fff url(contactBottom.gif) no-repeat center top;
}
div#pageContents {
	float: left;
	width: 550px;
}
div#footer {
	text-align: center;
	clear: both;
	font-size: .75em;
	background: url(ttmg-footer.gif) no-repeat center top;
	padding: 50px 0 5px;
}
div#footer p {
	margin: 0;
	padding: 1px;
}
div.spacerDiv {
	clear: both;
}