html { height: 100%; margin: 0; padding: 0; }         
body {font: 12px tahoma; background: #DEDEDE;height: 100%; margin: 0; padding: 0; text-align:left;}
img {border: 0;display: block; background: transparent; }

td{vertical-align:top;}
a{color: #555555; text-decoration:none;}
a.hover {text-decoration: underline;}
a.visited {color: #555555; text-decoration:none;}

h1{
	font: 22px Arial;
	color: #1A1A1A;
}

.clear {
       	clear:both;
       	line-height:1%;
       	margin-bottom:-1px;
       	height:1px;
       	overflow:hidden;
       	font-size:0px}

#logo {
	float: left;
	margin: 10px;
	position: absolute;
}

#text {
	margin: 0 auto;
	background: url('../images/text.png') no-repeat;
	width: 353px;
	height: 84px;
	margin-top: 10px;
	margin-bottom: 5px;
}


#info {
	text-align: left;
	float:right;
	font: 14px Arial;
	margin: 10px;
	margin-top: 0px;
}

#info span {
	font: 16px Arial;
	text-decoration: underline;
}

#menu_start {
	padding-left: 285px;

	height: 48px;
}

#menu td{
	font: 12px Arial;
	color: #555555;
	text-align: center;
	vertical-align: middle;
	white-space: nowrap;
	padding:0px 10px 10px 10px;
}

#menu td.current{
	background: url('../images/menu_active.png') repeat-x top left;
}

#menu td.current a{
	color: #EDEDED;
}

#menu {
	width: 100%;
	height:30px;
	margin-right: 10px;
	background: url('../images/menu_back.png') repeat-x top left;
}


#content {
	margin: 12px;
	font: 14px Arial;
	color: #191919;
	text-align: justify;
	padding-left: 405px;
}

#content img{
	display:inline;
}

#calc {
	float:left;
	margin:10px 15px 15px 10px;
	text-align: center;
	font: bold 14px Arial;	
}


#image_back {
	background: url('../images/flash.png') no-repeat top left;
	padding: 5px 15px 15px 5px;
	float: left;
	margin: 12px;
}

#counters{

}

#footer {
	margin: 10px;
	text-align: right;
}


