/* Print CSS Document */
/****************************** Main Css ******************************/
body {
	text-align: left;
	font-family:Tohama, arial, helvetica, sans-serif;
	color: #000000; /*Font color*/
	font-size: 12px;
	float: none !important;
	background-color:#FFFFFF;
}

/****************************** Link ******************************/
a:link, a:visited {
	color: #333333;
	text-decoration: none;
	background: transparent;
	}

/******************************remove unwanted elements******************************/
.right-content, #nav-main,  .breadcrumb-top-container, .graphic-header-who, .graphic-header-faq, .graphic-header-help, .graphic-header-rss, .graphic-header-profile, .graphic-header-contact, .graphic-header-hot-tags, .graphic-header-map, .graphic-header-news, .graphic-header-where, .graphic-header-what, .graphic-header-sitemap, .graphic-header-announcement, .graphic-header-contact, .graphic-header-sign, .graphic-header-search, .graphic-header-forum,
.graphic-header-events, .graphic-header-sg, .graphic-header-right, .header-text, div.left-nav{
display:none;
}

.left-nav{
display:none;
margin:0;
padding:0;
width:0;
}
/*****************************elements needed******************************/	
#logo, #content-title2, #content-title, .main-content-header{
width:100%;
display:block;
float:none;
}

/****************************** Ensure the content spans the full width ******************************/
.table-100-color, .table-100, .paging, .main-content-tab3cols, .table-100, .left-content-3cols, .iframe-3col-content, .thumb-3col-paging, .main-middlecontent2, div.main-middlecontent-tab2cols,.eindentmenu3 {
width:100%;
color:#000000;
border:0;
margin:0;
padding:0;
float:none;
background:#FFFFFF;
}

.main-middle-container, .middle-container, .main-middlecontent-container, #flashhead{
width:100%;
margin: 0;
padding: 0;
float:none;
}

.review-header{
width:100%;
margin:0;
color:#333333;
border-bottom: 2px solid #CCCCCC;
padding:0 0 2px 0;
float:none;
}

.review-container-colb, .review-container-colc{
border-left: 1px solid #CCCCCC;
}

.table-bottomline td,  .main-middlecontent-tab2cols, div.eindentmenu3 ul li a, div.main-middlecontent-tab3cols {
border:0;
}

/*#main-middle-container{
position:absolute;
left:16px;
}*/

#main-middle-container, div#main-middle-container {
	float:left;
}

