body,html
{
	margin: 0px;
	padding: 0px;
	width: 100%;
	height: 100%;
	background: url('gfx/back_01.png');
	font: 9pt "Trebuchet MS";
}


.ts-logo
{
	position: absolute;
	margin: 32px;
}

.header-st
{
	border-bottom: 2px solid white;	
}

.speedest_sm
{
	position: absolute;
	top: 4px;
	left: 700px;
}
	
.main
{
	height: 100%;
}

.main, .footer
{
	background-color: #f2f2f2;	
}
	
.main-left
{
	border-left: 4px solid black;
	background: url('gfx/back_st.png');
}

.menu-bar
{
	background-color: black;
	border-bottom: 1px solid white;	
}
	
.menu
{
	left: 115px;
	position: relative;
}
	
.menu-info
{
	position: absolute;
	top: 224px;
	left: 0px;
}

.content
{
	background: url('gfx/shadow_02.png');
	background-repeat: repeat-x;
	padding: 12px;
}

.content-main
{
	width: 560px;
}

.info-left
{
	float: left;
	display: inline-table;
	width: 120px;
	text-align: right;
	line-height: 18pt;
	white-space: nowrap;
}

.info-right
{
	float: left;
	clear: right;
	font-weight: bold;
	display: inline-table;
	width: 120px;
	margin-left: 6px;
	line-height: 18pt;
	white-space: nowrap;
}

.info
{
	float: left;
	clear: both;
	width: 100%;
	line-height: 18pt;
}

.info-heading, .press-heading
{
	margin: 12px 0 0 0;
	padding: 3px;	
	background-color: black;
	color: white;
	font-weight: bold;
	line-height: 12pt;
}

.press-heading, .press-heading a
{
	background-color: #d0d0d0;
	color: #666666;
	margin-top: 1px;
}
	
.partners
{
	position: absolute;
	top: 60px;
	left: 585px;
	width: 176px;
	padding: 12px;
	background-color: #ffffff;
	text-align: center;
	border-left: 1px solid #666666;
	border-bottom: 2px solid #666666;
}

.partners img
{
	margin-bottom: 12px;
}

.footer
{
	font-size: 8pt;
	text-align: left;
	padding-left: 10px;
	color: #eeeeee;
	background-color: #000000;
}

.footer a
{
	color: #eeeeee;
}