html
{
	height: 100%
}
body
{
	background-color: #454E59;
	background-image: url('/tg06/gfx/background.png');
	background-repeat: repeat-x;
	font-family: arial,verdana, helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
/*	overflow: scroll; */
	min-height: 100%;
}

a,
a:visited,
a:link
{
	color: #3F4956;
	text-decoration: underline;
}

a:hover
{
	color: #3F4956;
	/*
	color: #ffffff;
	*/
	text-decoration: none;
}
	





div#all
{
	position: relative;
	top: 0px;
    left: 50px;
	margin-top: 0px;
	margin-left: auto;
	margin-right: auto;
	background-image: url('/tg06/gfx/main_logo.png');
	background-repeat: no-repeat;
	width: 821px;
	height: 850px;
	text-align: left;
	border 1px solid green;

}

div#content
{
	position: absolute;
	top: 155px;
	left: 43px;
	width: 100%;
	padding-left: 6px;
	background-image: url('/tg06/gfx/main_background.png');
	background-repeat: repeat-y;
}

img
{
	border: 0px;
}
div#wrap_all
{
	position: absolute;
	top: 0px;
	left: 0px;
	text-align: center;
	width: 100%;
}

div#dsop_top
{
	position: absolute;
	top: 0px;
	right: 0px;
	border: 0px;
}

a.menuelement,
a.menuelement:active,
a.menuelement:link,
a.menuelement:visited
{
	padding-right: 5px;
	font-size: 12px;
	text-decoration: none;
}

a.menuelement:hover
{
	padding-right: 5px;
	font-size: 12px;
	text-decoration: underline;
}

div#mainmenu_background
{
	background-image: url('/tg06/gfx/mainmenu_background.png');
	
	position: absolute;
	top: 94px;
	left: 158px;
	width: 662px;
	height: 61px;
}

div#mainmenu
{
	position: absolute;
	top: 114px;
	left: 110px;
	width: 700px;
	height: 20px;
}

div#schedule, div#webcam
{
	background-repeat: repeat-y;
	background-color: #ffffff;
	color: #000000;
	font-size: 10px;
	width: 164px;
	margin-left: 2px;
	margin-right: auto;
    margin-bottom: 10px;
}
div#schedule {
    margin-top: 10px;
    background-image: url('/tg06/gfx/schedule_background.png');
}
div#webcam {
    background-image: url('/tg06/gfx/webcam_background.png');
}
img.webcam {
    border: 1px solid black;
    margin: 3px;
}
div.webcam {
    text-align: center;
}

div#submenu
{
	background-image: url('/tg06/gfx/submenu_background.png');
	background-repeat: repeat-y;
	background-color: #ffffff;
	color: #000000;
	font-size: 12px;
	width: 164px;
	margin-left: 2px;
	margin-right: auto;
}

div#sponsors
{
	background-image: url('/tg06/gfx/sponsors_background.png');
	background-repeat: repeat-y;
	background-color: #ffffff;
	color: #000000;
	font-size: 11px;
	text-align: center;
	width: 156px;
	margin-left: auto;
	margin-right: auto;
}

td#maincontent
{
	background-image: url('/tg06/gfx/maincontent_background.png');
	background-repeat: repeat;
	background-color: #D0E3EF;
	color: #3F4956;
	font-size: 12px;
	width: 406px;
}

td#leftside
{
	width: 168px;
	background-color: #B1C0CF;
	background-image: url('/tg06/gfx/leftside_background.png');
}

td#rightside
{
	width: 168px;
	text-align: center;
}

td#content_spacer
{
	width: 25px;
	background-image: url('/tg06/gfx/spacer_background.png');
	background-repeat: repeat-y;
}

img.newsicon
{
	float: left;
	margin: 2px 8px 2px 2px;
}

img.sponsorlogo, img.tingtang
{
	margin: 8px 0px 8px 0px;
}

span.timestamp 
{
	font-family: arial, verdana, helvetica;
	font-size: 11px;
	font-style: italic;
	color: #758AA6;
	font-weight: bold;
}

div.art
{
	margin-bottom: 30px;
	/*
	padding-left: 5px;
	padding-right: 5px; */
}

div#easteregg
{
	position: absolute;
	bottom: 0px;
	right: 0px;
}

h3
{
	font-size: 13px;
	font-weight: bold;
	background-color: #454E59;
	color: #ffffff;
    background-image: url('/tg06/gfx/news_header_deco.gif');
    background-repeat: no-repeat;
    background-position: center left;
    padding: 1px 0 1px 20px;
    vertical-align: bottom;
}

div.menu_box
{
	margin: 0px 5px 0px 5px;
	padding-left: 3px;
	text-align: left;
}

img.header_deco
{
    margin-right: 5px;
}

table#design
{
	border: 0px;
	margin: 0 0 0 0;
	min-height: 100%;
    
}

table.seatres {
    font-weight: normal;
    font-size: 12px;
    line-height: 13px;
}

img.sponsor_logo
{
    border: 1px solid #454E59;
    background-color: #ffffff;
    padding: 2px 2px 2px 2px;
}
div#leftholder {
    position: relative;
    top: 156px;
    left: -130px;
    width: 140px;
    height: 200px;
}


