body { 
overflow-y : visible 
}


#header {
margin : 0px 0 0px 0;
width : 1000px;
height : 150px;
display: list-item; 
list-style-image:url(graphics/topprn.png);
list-style-position: inside;
font-size:1px; /* unhappily is necessary */
}


#navigation { 
float : left;
width : 1000px;
height : 0px;
color : #333;
margin:0px 0px 0px 0px;
font-size : 1px;
} 


#navigation ul { 
font-family : Verdana,Tahoma,Arial,Sans-serif;
font-weight : bold;
color : #ffffff;
text-align : center;
margin : 0;
padding-bottom : 0px;
padding-top : 0px;
padding-left : 0;
cursor: pointer;
} 


#navigation ul li { 
display : inline;
cursor: pointer;
} 


#navigation ul li a { 
word-spacing:-5000em; /* I guess better that letter-spacing */
padding : 0px 0px 0px 0px;	
color: #ffffff;
text-decoration : none;
text-align : center;
border-left : 0px solid #ffffff;
border-right : 0px solid #ffffff;
margin-right : 0px;
} 


#flashrow { 
width : 0px;
height : 0px;
word-spacing:-5000em; 
overflow:hidden;  
} 




#footer { 
margin : 0px 0 0px 0;
width : 1000px;
height : 150px;
display: list-item; 
list-style-image:url(graphics/bottomprn.png);
list-style-position: inside;
/*word-spacing:-5000em;*/ /* I guess better that letter-spacing */
/*overflow:hidden;*/ /* This fix the Horizontal Roller */
font-size:1px; /* unhappily is necessary */
} 


#footer p { 
font-size : 0.8em;
text-align : center;
} 


#footer a { 
color : #173aff;
text-decoration : none;
} 
