@charset "utf-8";
/* CSS Document */

a.splash {
	text-transform: uppercase;
	color: #990033;
	text-decoration: none;
	font-weight: bold;
}
* {
	margin: 0px;
	padding: 0px;
}

a.splash:hover{
	color:#FF0000;
}
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #D2B48C;
	color: #663300;
	margin-top: 50px;
}
#homepage {
	margin: auto;
	width: 780px;
	background-image: none;
	background-repeat: no-repeat;
	background-position: center top;
}
#links {
	text-align: right;
	letter-spacing: normal;
	word-spacing: normal;
	padding-right: 150px;
	padding-top: 15px;
}

#logo {
	text-indent: -5000px;
	float: left;
	background-image: url(../images/tttlogo.gif);
	background-repeat: no-repeat;
	height: 67px;
	width: 153px;
	margin-left: 145px;
}


#frame{
	text-align: center;
}
#frame hr {
	width: 480px;
	border-top-width: medium;
	border-right-width: medium;
	border-bottom-width: medium;
	border-left-width: medium;
	border-top-style: outset;
	border-right-style: outset;
	border-bottom-style: outset;
	border-left-style: outset;
	margin-top: 5px;
	margin-right: 150px;
	margin-bottom: 10px;
	margin-left: 150px;
}
