body {
	background-color: #000000;
	margin-top: 3px;
    text-align: center;
}

#hdr
{
margin-left: auto;
margin-right: auto;
background-color: #fff;
background-image: url(img/logo.jpg);
background-position: 0 0;
background-repeat: no-repeat;
width:759px; height:159px;
}

#nav li
{
position: relative;
list-style:none;
display:inline;
}
#nav img
{
border: none;
}

#content
{
margin-left: auto;
margin-right: auto;
padding: 10px;
width: 760px;
}
#content table { text-align:left;
}
.ctr { text-align:center; }
td.19pc { width:19%; }
td.40pc { width:40%; }
td.10pc { width:10%; }
td.31pc { width:31%; }

a:link {
	color: #666666;
}
a:visited {
	color: #F96003;
}
a:hover {
	color: #F96003;
}
body,td,th {
	color: #666666;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
#ftr 
{
font-size:10px;
}