﻿body,html 
{
	width:100%;
	height:100%;
	background-image:url("/graphics/frontend2009/bodybg.jpg");
	background-repeat:repeat-x;
	background-position:top:left;
	background-color:#FFFFFF;
	font-family:Verdana;
	font-size:12px;
	margin:0 auto;
	text-align:center;
	color:White;	
}

.content
{
	width:772px;
}

.divtop
{
	position:static;
	width:100%;
	height:184px;
	top:0px;
	left: 0px;
	vertical-align:top;
}

.tabletop
{
	background-image:url('/graphics/frontend2009/banner.jpg'); 
	background-repeat:no-repeat; 
	height:184px;
	width:772px; 
	vertical-align:top;
	padding-top:0px;
	padding-left:0px;	
}

.divmiddle
{
	position:static;
	width:100%;
	height:455px;
	top:0px;
	left: 0px;
	vertical-align:top;
}

.tablemiddle
{
	background-image:url('/graphics/frontend2009/contentbg.jpg'); 
	background-repeat:no-repeat; 
	height:455px; 
	vertical-align:top;
	width:772px; 
	padding-top:0px;
	padding-left:0px;	
}

.divbottom
{
	position:static;
	width:100%;
	height:83px;
	top:0px;
	left: 0px;
	vertical-align:top;
}

.tablebottom
{
	background-image:url('/graphics/frontend2009/contentfooter.jpg'); 
	background-repeat:no-repeat; 
	height:83px; 
	vertical-align:top;
	width:772px; 
	padding-top:0px;
	padding-left:0px;	
}

.divscroller
{
	position:static;
	width:100%;
	top:0px;
	left: 0px;
	vertical-align:top;
}

.tablescroller
{
	width:772px;
	vertical-align:top;
	padding-left:0px; 
	padding-top:0px;
}

a
{
	color:#336666;
	text-decoration:none;
}
a:hover
{
	color:#336666;
	text-decoration:underline;
}

.Menu
{
	height:15px;
	text-decoration:none;
	color:#FFFFFF;
	font-weight:bold;
	font-size:12px;
	border:0px dotted #FFFFFF;	
}

.MenuOver
{
	height:15px;
	text-decoration:underline;
	font-size:12px;
	/*color:#99cc33;*/
	color:#FFFFFF;
	font-weight:bold;
	border:0px dotted #FFFFFF;
}

.SubMenu
{
	height:15px;
	text-decoration:none;
	font-size:12px;	
	color:#000000;
	font-weight:bold;
	border:1px dotted #000000;
	background-color:#000000;
	background-position:left;
	background-repeat:repeat-y;	
}

/* ***************************************** */
/*               countdown                   */
.lcdstyle{ /*Example CSS to create LCD countdown look*/
background-color:blue;
color:white;
font: bold 16px MS Sans Serif;
padding: 3px;
}

.lcdstyle sup{ /*Example CSS to create LCD countdown look*/
font-size: 90%
}
/*                                           */
/* ***************************************** */

html 
.fb_share_link 
{ 
    padding:2px 0 0 2px; 
    height:16px;               
    color:white;       
    font-size:9px;
    border:0px;
}
