@charset "UTF-8";
/* CSS Document */

#page_content  {
	width:				974px;
	margin: 			-90px 0px 0px 0px;
	padding: 			0px 0px 0px 0px;
	float: 				left;
	}
	
#page_title  {
	background:			url(images/PRESS_TITLE.png) top left no-repeat;
	width:				879px;
	height:				125px;
	margin:				60px 0px 0px 95px;
	padding:            0px;	
	}
	
#mic {
	background:url(images/MIC_final.png) top right no-repeat;
	width:904px;
	height:400px;
}
/****** TABLE CONTENT *************************************************************/
	
#press_container {
	width:900px;
	height:auto;
	margin:-130px auto 50px auto;
}

#press_table {
	font-family:Helvetica, Arial, sans-serif;
	color:#999;
	width:900px;
	border:none;
	text-align:left;
	overflow:hidden;
}

#icon_header {
	width:15px;
	overflow:hidden;
}

th#pub_header {
	font-size:11px;
	padding-left:10px;
}

th#subject_header {
	font-size:11px;
	padding-left:10px;
}

th#date_header {
	font-size:11px;
	width:130px;
	padding-left:10px;
}

td#pub_content {
	font-size:15px;
	background-color:#111;
	padding: 3px 0px 3px 10px;
}
	
td#subject_content {
	font-size:15px;
	background-color:#111;
	padding: 3px 0px 3px 10px;
}

td#date_content {
	font-size:15px;
	background-color:#111;
	padding: 3px 0px 3px 10px;
}

td#icon {
	overflow:hidden;
}

