
FORM 			{
				margin:0px;
				padding:0px;
				}

TD				{
				font-family:'Trebuchet MS', Trebuchet, Arial, Verdana, Sans-serif; 
				color:#fff; 
				font-size:12px;
				}

div.siteTitle	{
				width:768px;
				margin:0 auto;
				height:100px;
				clear:left;
				}

div.siteTitle #logo
{
				position:relative;
				margin:0 auto;
				height:143px;
				background-image:url(../../gfx/tftrlogo_site.png);
				background-repeat:no-repeat;
}

H1,H2,H3,H4,H5
{
	font-family:"Rockwell MS", Sans-serif;
	margin:0 0 5px 0;
	color:#fff;
}

H1				
{
	font-size:18px;
}

H2				
{
	font-size:16px;
}
				
H3				
{
	font-size:14px;
}

BODY			{
				font-family:'Trebuchet MS', Trebuchet, Arial, Verdana, Sans-serif;  
				color:#080808; 
				font-size:12px;
				background-color:#080808;
				margin:0;
				padding:0;
				width:100%;				
				}

A 				{
				font-size:100%;
				font-weight:bold;
				color:#fff;
				text-decoration:none;
				
				}
				
A:Hover			{
				font-size:100%;
				color:#262626;
				background-color:#F89336;
				}

#maincontent 	{
				width:925px;
				height:500px;
				border:solid 1px #080808;
				margin: 0 auto;
				padding:0 0 0 10px;
				background-repeat:no-repeat;
				background-color:#262626;
				text-align:left;
				}
				
#contentMusic	{
				width:500px;
				height:300px;
				float:left;
				overflow:hidden;
				border:none;
				margin-top:162px;
				}
							
#content		{
				width:500px;
				height:450px;
				float:left;
				overflow:auto;
				border:solid 1px #080808;
				margin:10px 0 0 0;
				padding:0;
				}

#content DIV 	{
				padding:2px;
				width:95%;
}

#rightContent  {
				float:left;
				width:auto;
				height:450px;
				padding:0;
				margin:10px 0 0 10px;
				}	

#rightContent A:Hover {
				background-color:transparent;
}
	
#links			{
				width:600px;
				float:left;
				display:block;
				margin:10px 0;
				}

#links A		{
				font-size:1em;
				padding:3px 5px 3px 5px;
				}

#footer			{
				width:925px;
				margin: 5px auto;
				color:#fff;
				font-size:0.8em;
				margin-left:auto;
				margin-right:auto;
				}

#footer A		{
				color:#fff;
				text-decoration:none;
				font-size:100%;
				padding:0px;
				margin:0px;
				font-weight:normal;
				}				
#footer A:Hover		{
				background-color:transparent;
				text-decoration:underline;
				}

#rightContent #slideshow	{
				width:400px;
				height:300px;
				overflow:hidden;
				float:right;
				position:relative;
				top:0;	
				border:solid 1px #080808;		
}

#slideshow IMG {
				border:none;
				position:absolute;
			    top:0;
			    left:0;
			    z-index:8;
}

#slideshow IMG.active {
    z-index:10;
}

#slideshow IMG.last-active {
    z-index:9;
}
