body {
	margin: 0px;
	padding: 0px;
	text-align: center;
	background: url('../gfx/tlo_gooora.jpg') repeat-x top #665252;
}

div#page	{
	margin: 0px;
	padding: 0px;	
	width: 750px;
	border: 0px solid green;	
	margin: 0px auto 0 auto; 	
}

div#top	{
	width: 750px;
	border: 0px solid red;
	text-align: left;
/*	position: absolute; left: 138; top: 0px;*/
	padding-top: 0px;

}
div#menu {
	width: 750px;
/*	position: absolute; top: 83px;*/
}
div#center {
	width: 750px;
/*	position: absolute; left: 140; top: 107px;*/
	background: #979DAB;
}

div#dol {
	width: 750px;
	height: 100px;
/*	position: absolute; left: 140; top: 427px;*/
	background: #979DAB;
	border-top: 1px solid #fff;
}

div#footer {
	width: 750px;
	height: 12px;
	text-align: right;
/*	position: absolute; left: 140; top: 427px;*/
	background: none;

}

td#menu	{
	font-family: verdana;
	font-size: 10px;	
	color: #fff;
	width: 90px;
	height: 24px;
	text-align: center;
	border: 0px solid #747A87;
	border-right: 1px solid #fff;	
	border-bottom: 1px solid #fff;		
	border-top: 1px solid #999;		
	background: url('../gfx/tlo_buttona2.gif') repeat-x;
	/*background: #979DAB;*/
}
td#menu	a {
	text-decoration: none;
	font-family: verdana;
	font-size: 11px;	
	font-weight: bold;
	color: #fff;
}
td#menu	a:hover {
	text-decoration: none;
	font-family: verdana;
	font-size: 11px;	
	font-weight: bold;
	color: #fff;
	border-bottom: 1px solid white;

}

div#text:first-letter { font-size:200%; font-family: Georgia;
}
a.link {
	text-decoration: none;
	font-size: 11px;
	color: #456;
}
a:hover.link {
	text-decoration: underline;
}

a.link2 {
	text-decoration: none;
	font-size: 12px;
	color: #33f;
}
a:hover.link2 {
	text-decoration: underline;
}

a.link_blue {
	text-decoration: none;
	font-family: verdana;
	font-size: 11px;
	color: #aaf;
}
a:hover.link_blue {
	text-decoration: underline;
}


