body
{
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #999999;
	background-color: #333333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
}

a
{
	font-size: 10pt;
}

a:link
{
	color: blue;
	text-decoration: none;
}
a:visited
{
	color: blue;
	text-decoration: none;
}
a:hover
{
	color: black;
	text-decoration: none;
}

div.main
{
	position:relative;
	top:5px;
	height:612px;
	width:912px;
	text-align: left;
	background-repeat: no-repeat;
	background-position: center;
}

div.leftmenu
{
	position:absolute;
	top: 35px;
	left: 12px;
	width: 162px;
}

div.animation
{
	position:absolute;
	top:10px;
	left:520px;
}

div.textmenu
{
	position:absolute;
	top:301px;
	left:265px;
}

div.servicestext
{
	position:absolute;
	top:320px;
	left:175px;
	visibility:hidden;
}

div.ndesign
{
	postion:relative;
	top: 120px;
	background-color:transparent;
	width:912px;
	text-align:right;
}

td.leftmenupad
{
	width: 5%;
}

td.leftmenucontainer
{
	width: 90%;
}

table.leftmenulist
{
	width: 100%;
}

table.leftmenusub
{
	position: relative;
	top: -10px;
}

