*
{
    margin					:0;
    padding					:0;
    border					:0;
}

body
{
    margin                  : 0;
    font-family				: Arial, sans-serif;
    background              : #FFFFFF;
    color                   : #000000;
    overflow                : hidden;
}

#header
{
    height                  : 32px;
    padding                 : 8px 6px;
	background-color		: #196394;
}

h1
{
    width                   : 97px;
    height                  : 31px;
}


.nav-browser
{
    height                  : 21px;
    background-color		: #6294ab;
    list-style-type         : none; 
    color                   : #FFFFFF;  
}

.nav-browser li
{
    float                   : left;
    height                  : 18px;
    line-height             : 1em;
}

.nav-browser li a
{
    color                   : #FFFFFF;
    text-decoration         : none;
}

.nav-browser li a:hover
{
    color                   : #222222;
    text-decoration         : none;
}

.link_title a
{
    color                   : #196394;
    font-weight             : bold;
    line-height             : 1em;
	text-decoration			: none;
}

.link_title a:hover
{
    color                   : #222222;
	text-decoration			: none;
}

.link_sub_title
{
    line-height             : 1em;
}

#content
{
    margin                 : 5px;
}

.block_weather
{
	height					: 50px;
	padding					: 5px 0 5px 0;
	border-bottom           : 1px Solid #5a89a8;
}

.block_weather_left
{
	float					: left;
	width					: 42px;
	height					: 42px;
}

.block_weather_right
{
	float					: left;
	margin					: 0 0 0 8px;
	width					: 100px;
	color					: #000000;
}
/* ------------ */
/* ----TEXT---- */
/* ------------ */

p
{
	display					: block;
	padding					: 2px 0 8px 0;
	border-bottom			: 1px solid #5a89a8;
}

p a
{
	text-decoration			: underline;
	color					: #60a600;	
}

p a:hover
{
	text-decoration			: none;
	color					: #60a600;	
}

.p_block
{
	display					: block;
	padding					: 2px 0 8px 0;
	border-bottom			: 1px solid #5a89a8;
}

.p_block a
{
	text-decoration			: underline;
	color					: #60a600;	
}

.p_block a:hover
{
	text-decoration			: none;
	color					: #60a600;	
}

.txt-footer
{
	display					: block;	
}
.txt-footer a 
{
	color					: #000000;
	text-decoration			: underline;
}
