body {
	background-color: #fff;/*#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; }

a {
    color:#777;
    text-decoration: none;
}
a:hover {
    text-decoration: underline;
}

#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:#FFF;
	height: 63px;	
	position:relative;	
}

#header, #menu, #contentContainer, #footer {
	width: 900px;
	margin: 0 auto;
}

#header > #status_bar {
	position:absolute;	
	bottom: 0;
	right:0;
	text-align:right;
	color: #aaa;
}

#menu {
	height: 54px;	
}
#menuContainer {
	/*background-image:url(../images/bkg_menu_x_repeat.jpg);
	background-repeat:repeat-x;*/
	width: 100%;
	height: 54px;
	border-top:1px solid #0167FF;
	border-bottom:1px solid #0167FF;
}

#contentContainer {
	/*background-repeat:no-repeat;
	background-image:url(../images/bkg_content.jpg);*/
	height: 550px;	
}

#contentTitle {
	
	padding: 1em 0 1em 53px;
	
	/*
	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: #aaa;
	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);*/
	border-top:1px solid #0167FF;
	width: 100%;
	
}
#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);
	height: 42px;
}

#contentFooterBase {
	width: 900px;
	font-size: 1em;
	color:#999999;
	text-align:left;
	padding:0.3em;
}

#tbl-news tr td {
	vertical-align: top;	
}
