body {
	background-color: #eeeeee;/*#d6d6d6;*/
	margin: 0px;
	font: 0.8em Georgia, "Times New Roman", Times, serif;
	/* font: .8em/1.3em verdana,arial,helvetica,sans-serif; */
}

img { border-width:0; }

#logoVincClick {
	width: 160px;
	height: 55px;
	margin: 5px 0px 0px 32px;
	cursor: pointer;
	position: absolute;
	/* border: 1px solid black; */
}

#header {
	background-repeat:no-repeat;
	background-image:url(../images/bkg_header.gif);
	width: 100%;
	background-color:#FFFFFF;
	height: 63px;		
}

#menu {
	width: 100%;
	height: 54px;		
	
}
#menuContainer {
	background-image:url(../images/bkg_menu_x_repeat.jpg);
	background-repeat:repeat-x;
	width: 100%;
	height: 54px;
}

#contentContainer {
	background-repeat:no-repeat;
	background-image:url(../images/bkg_content.jpg);
	width: 900px;
	height: 550px;
	
}
#contentBG {
	background-color:#FFFFFF;
	width: 100%;
	height: 550px;
}

#contentTitle {
	padding-left: 53px;		
	padding-bottom: 10px;
	/*
	background-color: #ffffff;
	border: 1px solid #999999;
	filter:alpha(opacity=40);
	opacity:0.4;
	-moz-opacity:0.4;
	*/
	font-size:1em;
	font-weight: bold;
}
#contentTitle, #contentTitle a  {
	color: #eeeddd;
	text-decoration:none;
}
#contentTitle a:hover {
	text-decoration:underline;
	/* font-size:1.1em; */
}
#contentPub {
	position:absolute;
	/*border:1px solid #000000; */
	margin-left: 895px; /* 764px; */
	margin-top:25px;
}

#contentDownBar {
	background-repeat:no-repeat;
	background-image:url(../images/bkg_contentdownbar.jpg);
	width: 100%;
	height: 17px;
}
#containerContentDownBar {
	background-image:url(../images/bkg_contentdownbar_x_repeat.jpg);
	background-repeat:repeat-x;
	width: 100%;
	height: 17px;
}

#footer {
	background-color: #ffffff;
	background-repeat:no-repeat;
	background-image:url(../images/bkg_footer.gif);
	width: 100%;
	height: 42px;
}
#footerBase {
	background-color:#cccccc;
	width: 100%;
	height: 1px;
}
#contentFooterBase {
	width: 900px;
	font-size: 1em;
	color:#999999;
	text-align:left;
	padding:0.3em;
}

#tbl-news tr td {
	vertical-align: top;	
}