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: #f00;
}
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;
}
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: 1em;
	font-weight: bold;
}
div#navigation a:hover{
	text-decoration: none;
	color: #000;
}
div#main {
	height: auto;
	margin: 0;
	background: url(colour-bands.gif) repeat-x center bottom;
	background-color: #fff;
	text-align: justify;
}
div#contactAmericas, div#contactROTW, div#socialLinks{
	background: #d0d0d0 url(americas.gif) no-repeat center top;
	padding: 5px;
}
div#socialLinks {
	background-image: url(contactTop.gif);
}
div#socialLinks img {
	border: none;
}
div#contactROTW {
	background-image: url(ROTW.gif);
}
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#footer p a img {
	border: none;
	opacity:0.4;
	filter:alpha(opacity=40);
}
div#footer p a:hover img {
	border: none;
	opacity:1;
	filter:alpha(opacity=100);
	-webkit-transition: opacity .25s linear;
	transition: filter .25s linear;
}
div.spacerDiv {
	clear: both;
}
