﻿@charset "utf-8";

/* CSS Document */
body{
	margin:0;
	padding:0;
}

tr#top{
	margin:0;
	background:	url(images/topbg.jpg) repeat-x;
	height:105px;
	text-align:left;
	width:100%;
	overflow: hidden;
}

div#logo{
	float:left;
	overflow: hidden;
}

div#logo h1{
	background:	url(images/tmm_logo.jpg) no-repeat;
	text-indent:100%;
	white-space:nowrap;
	overflow:hidden;
	width:165px;
	margin:0;
	padding:0;
	height:105px;
	float:left;
}

div#maintitle{
	float:left;
	height:105px;
	text-align:center;
	width:80%;
}

div#top img{
	padding-top:10px;
}

div#topunder{
	margin:0;
	padding:10px 0 0 0;
	background: #CCC;
	height:30px;
	text-align:center;
	clear:both;
}

