#container {
   width: 1000px;
   height: 750;
   margin: 0 auto;
   text-align: center; 
   padding: 15px 15px 15px 15px;
   width:auto;
}

body {
	font-family: Helvetica, 'Lucida Grande', 'Lucida Sans Unicode', Verdana, sans-serif, Arial;
	font-size: 14pt;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #0066CC;
}

td.news {
	background-image: url('images/bg_news.jpg');
	/* background-repeat: repeat-y; */
}

a.email { color: #FFFFFF; font-weight: bold;  }
a.email:link { color: #FFFFFF; text-decoration: underline; }
a.email:active { color: #FFFFFF; text-decoration: underline; }
a.email:visited { color: #FFFFFF; text-decoration: underline; }
a.email:hover { color: #DDDDDD; text-decoration: underline; }