@import url(main_layout.css);

@media all { 

/* =The above @media rule hides this stylesheet from the 
discontinued Microsoft Internet Explorer for Mac. */



div#container { background:url(../images/bg_project.jpg); background-repeat:no-repeat; position : relative; width : 1034px; height:618px; margin : 0 auto; padding-top : 50px; text-align : left;  }
div#content_copywriting {position:absolute; left:0px; font : 9pt Arial, sans-serif; text-align : left; }
caption { padding : 2em 0 1em 0 ; font-size:120%; text-transform:uppercase; font-weight:bold;
letter-spacing : .1em; }
table {	border : 1px solid #2a5f92; }
th { background: url(../images/table_header.jpg) repeat-x   ;
color : #fff;
padding : 1em 0.7em 1em 0.7em;
font-weight : bold; }
tbody td, tbody th { padding : 0.6em; }
td { padding : 0 10px; }

tbody tr {background:#cde7f6;}
tbody tr:hover { background: url(../images/table_header.jpg) repeat-x; color:#fff;}

}

/* =The rules below relate only to Mozilla Firefoc 1.5 and its provisional support for CSS3 columns. */
ul#nav_experts + p { -moz-column-count : 2; -moz-column-gap : 1em; } 

