#index_layout #top_row {
	width:100%;
}
#index_layout #leftColumn {
	float:left;
	width:485px;
	margin-right:7px;
}
#index_layout #rightColumn {
	float:left;
	width:485px;
	margin-left:7px;
}



#post_listing_layout #leftColumn,#review_view_layout #leftColumn {
	float:left;
	width:640px;
	margin-right:5px;
}
#post_listing_layout #rightColumn,#review_view_layout #rightColumn {
	float:left;
	width:340px;
}



#post_view_layout #leftColumn {
	float:left;
	width:637px;
	margin-right:5px;
}
#post_view_layout #rightColumn {
	float:left;
	width:340px;
}



#game_view_layout #leftColumn,#game_listing_layout #leftColumn,
#game_gallery_layout #leftColumn,#game_post_layout #leftColumn,
#game_video_layout #leftColumn, #game_genre_layout #leftColumn {
	float:left;
	width:640px;
	margin-right:5px;
}
#game_view_layout #rightColumn,#game_listing_layout #rightColumn,
#game_gallery_layout #rightColumn,#game_post_layout #rightColumn,
#game_video_layout #rightColumn, #game_genre_layout #rightColumn {
	float:left;
	width:340px;
}


#subject_view_layout #leftColumn {
	float:left;
	width:640px;
	margin-right:5px;
}
#subject_view_layout #rightColumn {
	float:left;
	width:340px;
}


#search_layout #leftColumn {
	float:left;
	width:490px;
	margin-right:5px;
}
#search_layout #rightColumn {
	float:left;
	width:490px;
}
#search_layout #bottom {
	width:980px;
}