/* CSS Document */
body {
	background-color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: .85em;
	color: #FFFFFF;
	border: 0;
	padding: 0;
	margin: 0;
}

p, td, li, ul, ol, h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
	border: 0;
}
.imgfL {
	float: left;
}
.center {
	text-align: center;
}
.emSm {
	font-size:11px; 
	font-weight:bold;
	color: #FF0000;
}
div#container {
	width: 770px;
	margin: auto;
	margin-top: 15px;
}

body#tomd div#container {
	background:  #006599 url(../images/tomd-back.jpg) no-repeat;
}
body#tomd2 div#container {
	background:  #006599 url(../images/tomd-back2.jpg) no-repeat;
}

#header {
	height: 125px;
}
#menu {
	float: left;
}
ul#nav {
	text-decoration: none;
	list-style: none;
	text-indent: -99999px;
}


ul#nav li a {
	display: block;
	position: relative;
	/*background-color: #00FF00;*/
	outline: none;
}
ul#nav li#td-vid a {
	top: 320px;
	left: 60px;
	width: 125px;
	height: 125px;
}

ul#nav li#td-eaten a {
	top: 285px;
	left: 80px;
	width: 70px;
	height: 50px;
}

ul#nav li#td-home a {
	top: 285px;
	left: 35px;
	width: 70px;
	height: 60px;
}

ul#nav li#td-music a {
	display: none;
	top: 255px;
	left: 20px;
	width: 70px;
	height: 60px;
}

ul#nav li#td-fish a {
	/*top: 255px;*/
	top: 315px;
	left: 40px;
	width: 140px;
	height: 60px;
}

ul#nav li#td-nerve a {
	/*top: 255px;*/
	top: 315px;
	left: 40px;
	width: 140px;
	height: 50px;
}

#content {
	width: 375px;
	float: right;
}

#content h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 2.25em;
	font-style: italic;
}

#content h2 {
	font-weight: bold;
	font-size: 1.5em;
}

#content p {
	margin: 10px 15px 15px 5px;
	text-indent: 15px;
}
#footer {
	clear: both;
	width: 770px;
	height: 104px;
	background: url(../images/ub-bluefooter2.jpg) center no-repeat;
}
a.whtlink {
	color: #FFFFFF;
}
