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

#page_content  {
	background:url(images/TYPEWRITER.png) top left no-repeat;
	background-position: 0px 70px;
	width:974px;
	margin:-100px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	float:left;
	height:auto;
	}
	
#page_title  {
	background:url(images/REVIEWS_TITLE.png) top left no-repeat;
	width:879px;
	height:125px;
	margin:60px 0px 0px 95px;
	padding:0px;	
	}
	
#line {
	background:url(images/LINE.png) repeat-x;
	width:490px;
	height:5px;
	margin: 10px 0px 10px 463px;
	}
#top_content_left a,
#top_content_left a:hover {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	position:absolute;
	top:186px;
	right:270px;
	text-align:center;
	text-decoration:none;
	display:block;
	font-weight:bold;
	color:#09F;
	}
#top_content_left a:hover {
	font-weight: bold;
	color:#000;
	}
.container {
	float:none;
	position:relative;
	clear:both;
	}
#top_content_left {
	background:url(images/ID_CARD.png) top left no-repeat;
	width:175px;
	height: 210px;
	margin: 0px 0px 0px 620px;
}

#top_content_right {
	background:url(images/PARAGRAPH.png) top left no-repeat;
	width:490px;
	height: 130px;
	margin: 0px 0px 0px 463px;
}

#review_content {
	width:600px;
	margin: 20px auto 50px auto;
}

table#review_table {
	width: 600px;
	font-family:Helvetica, Arial, sans-serif;
	color:#999;
	border: none;
	text-align: left;
}

tr#review_header {
	font-size:11px;
}

tr#review_articles {
}

th#icon_header {
	width: 15px;
}

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

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

td#icon {
}

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

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