*
{
	margin: 0;
	padding: 0;
}

body
{
	font-family: Arial, sans-serif;
	font-size: 8pt;
}

div.centered
{
	width: 820px; /* width for the whole centered page */
	
	margin-left: auto; /* this sets centering of the block */
	margin-right: auto;
}

/* SOME COMMON PARAMETERS */

.orange
{
	color: #f93;
}

.white
{
	color: #ffffff;
}

a img
{
	border: none;
}

/* BASE BLOCKS PARAMETERS */

#top
{
	position: relative; /* to allow absolute positioning inside block */
	
	height: 240px;
	
	margin-top: 10px;
	padding-bottom: 5px; /* to make a margin between 'content' & 'top' blocks */
}

#content
{
}

/* MAIN 3 FLOAT COLUMNS LAYOUT w/FOOTER */

#left_column
{
	float: left; /* this is to create 3-column layout */
	
	width: 135px;
	
	margin-right: 5px;
}

#central_column
{
	float: left; /* to make the same thing as in previous */
	
	width: 495px;
	
	margin-right: 5px;
	margin-bottom: 10px;
}

#right_column
{
	float: left;
	
	width: 165px;
}

#footer
{
	clear: both; /* this is to make footer displayed under content part */
	
	width: 100%; /* this is to make it always at the bottom */

	margin-bottom: 10px;

	padding-top: 5px;
	padding-bottom: 5px;
	
	border-top: 1px solid #f93;
	border-bottom: 1px solid #f93;
	text-align: center;
}

/* '#top' CHILD BLOCKS PARAMETERS */

/* A block with 'subscribe' and 'contact us' links, aligned to right */

#top_right_links
{
	text-align: right;
}

#top_right_links a
{
	margin-left: 2px;
	
	text-decoration: none;
	color: #009;
}

#top_right_links a:hover
{
	color: #f93;
}

/* 'head' part that contains most used top blocks parameters, 'img#logo' etc. */

#head
{
	height: 120px;
	
	margin-top: 10px;
	
	color: #fff;
	background-color: #009933
}

#head a
{
	color: #fff;
}

img#logo
{
	width: 250px;
	height: 31px;
}

/* Block with script-calculated date parameters */

#top_current_date
{
	position: absolute;
	
	top: 34px;
	left: 250px;

	font-weight: bold;
}

/* Block with links for selection of the country */

#select_country
{
	position: absolute;
	
	right: 18px;
	top: 30px;
	
	line-height: 20px;
}

#select_country img
{
	width: 20px;
	height: 20px;
	
	padding-right: 4px;
}

#select_country a
{
	font-weight: bold;

	vertical-align: 28%;
}

/* Inline blocks with news categories etc. */

#news_categories
{
	position: absolute;

	top: 60px;
	left: 10px;

	height: 20px;
}

span#x_generation
{
	font-weight: bold;
}

span#categories
{
	margin-left: 75px;
}

span.news_types
{
	border-right: 1px solid #000;
	padding-right: 0.4em;
}

span.no_border
{
	border: none;
}

/* Search block */

#search_area
{
	position: absolute;
	
	top: 80px;
	left: 0;

	width: 100%;

	padding-top: 10px;

	border-top: 1px solid #f93;
}

img#top_text_ads
{
	position: absolute;
	
	width: 100px;
	height: 45px;
	
	margin-left: 5px;
}

#search_options
{
	position: absolute;
	
	left: 110px;
	top: 10px;
	
	font-weight: bold;
}

#search_options a:hover
{
	color: #f93;
}

#search_area form
{
	position: absolute;
	
	left: 110px;
	top: 30px;

	width: 360px;	
	height: 24px;
}	

#search_area form #text_area
{
	float: left;

	width: 275px;
	height: 20px;
	
	margin-right: 5px;
}

#search_area form #search_button
{
	float: left;

	width: 75px;
	height: 24px;
}

#search_ads
{
	position: absolute;
	
	top: 10px;
	left: 480px;
	
	width: 280px;
	height: 45px;
}

img#ad_graph
{
	float: left;

	width: 180px;
	height: 45px;
}

img#ad_weather
{
	float: left;

	width: 100px;
	height: 45px;
}


/* Top dynamically loaded banner block */

#top_banner
{
	position: relative;

	top: 80px;

	height: 100px;
	
	background-color: #ddd;
}


/* CONTENT AREA PARAMETERS */

/* Left column */

#left_column_header
{
	padding-top: 10px;
	padding-bottom: 10px;
	
	border-bottom: 1px solid #ccc;
}

#left_column_header a
{
	display: block;
	
	color: #009;
	
	text-decoration: none;
}

#left_column_header a:hover
{
	color: #f93;
}

.left_column_menu_block a
{
	color: #000;
	
	text-decoration: none;
}

.left_column_menu_block_container
{
	padding-top: 5px;
	padding-bottom: 5px;
	
	border-bottom: 1px solid #ccc;
}

.left_column_menu_block
{
	padding: 2px;

	border: 1px outset #333;
	
	font-weight: bold;
}

.left_column_menu_block h1
{
	display: block;

	margin-bottom: 2px;

	border: 1px inset #333;
	
	color: #fff;
	background-color: #666;
	
	font-size: 8pt;	/* this is so because IE doesn't understand 'inherit' */
}

.left_column_menu_block ul
{
	border: 1px inset #333;

	list-style-type: none;
}

#other_sections ul
{
	list-style-type: disc;
	list-style-position: inside;
	
	padding-left: 5px;
}

/* CENTRAL COLUMN, CONTAINING MAIN CONTENT */

#central_column
{
	margin-top: 35px;
}

#content_current_date
{
	float: right;
	
	font-weight: bold;
	
	line-height: 25px;
	vertical-align: middle;
}

img#top_news
{
	float: left;
	
	width: 230px;
	height: 25px;
}

/* 2-column news layout parameters */

.news_block
{
	clear: both;

	font-size: 9pt;
		
	text-align: justify;
}

.news_left_column
{
	float: left;

	width: 47%;
	
	padding-top: 10px;
	padding-left: 5px;
	padding-right: 10px;
	
}

.news_right_column
{
	float: left;
	
	width: 46%;

	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 5px;
	
	margin-left: 5px;
	margin-right: 5px;
		
	border-left: 1px solid #ccc;
}		


.news_category
{
	float: left;

	width: 100%;
	
	padding-top: 10px;
	padding-left: 5px;
	padding-right: 10px;
	
	border-right: 1px solid #ccc;
}

.news_item
{
	margin-top: 10px;
}

a.news_item_title
{
	display: block;

	margin-top: 10px;
	margin-bottom: 10px;

	color: #009;

	font-size: 10pt;
	font-weight: bold;
	
	text-decoration: none;
}

a.news_archive_title
{
	display: block;

	margin-top: 10px;

	color: #009;

	font-size: 10pt;
	font-weight: bold;
	
	text-decoration: none;
}

a.full_story_link
{
	color: #009;
	
	text-decoration: none;
}

a.full_story_link:hover
{
	color: #f93;
}	

/* The second .news_block - 'entertainment today & business news' */

#business_ent
{
/*	border-bottom: 1px solid #ccc;*/
}

#business_ent .news_left_column
{
	border-right: none;
}

p.be_header
{
	color: #f00;
	
	font-size: 10pt;
	font-family: Verdana, sans-serif;
	font-weight: bold;
}

#business_ent .news_right_column
{
	border: none;
}

#business_ent .news_item_title
{
	font-family: Verdana, sans-serif;
	
	margin: 0;
}

#business_ent .news_item_title:hover
{
	color: #f93;
}

/* The third .news_block - all other news */

#other_news
{
	float: left;
	
	width: 100%;

	margin-bottom: 10px;

	padding: 5px;

	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}

#other_news .news_left_column
{
	border: none;
}

#other_news .news_right_column
{
	border: none;
}

.on_header
{
	color: #f00;
	
	font-family: Verdana, sans-serif;
	font-weight: bold;
	font-size: 8pt;

	text-transform: uppercase;
}

.on_news_link
{
	display: block;
	
	color: #009;
	
	font-family: Verdana, sans-serif;
	font-size: 7pt;
	
	text-decoration: none;
}

.on_news_link:hover
{
	color: #f93;
}


/* BOTTOM LINKS SECTION */

#bottom_links
{
	margin-top: 20px;
	margin-bottom: 15px;
}

#bottom_links_text p
{
	margin-top: 5px;
}

#bottom_links_text
{
	float: left;
	
	width: 350px;
}

#bottom_links_text p a
{
	color: #009;
	
	text-decoration: none;
}

#bottom_links_text p a:hover
{
	color: #f93;
}

a.bottom_ads
{
	display: block;
	
	float: right;
	
	clear: right;
}


/* RIGHT COLUMN */

#right_column_header
{
	margin-bottom: 10px;

	padding-top: 10px;
	padding-bottom: 10px;
	
	border-bottom: 1px solid #ccc;
}

#right_column_header a
{
	display: block;
	
	color: #009;
	
	text-decoration: none;
}

#right_column_header a:hover
{
	color: #f93;
}

/* FOOTER */
#footer a
{
	border-right: 1px solid #999;
	
	padding-right: 5px;

	color: #009;
	
	text-decoration: none;
}

#footer a:hover
{
	color: #f93;
}

#footer a.no_border
{
	border: none;
}

#noizzing_banner 
{
	float: left; 
	
	height: auto !important; 
	width: 380px; 
	
	padding-left: 80px;
	
	margin-top: 10px;
}

.news_block p
{

	margin-bottom: 5px;

}
