/* CSS Document */

@import "hmenu.css";@import "header.css";@import "mainbody.css";@import "home.css";@import "footer.css";

      body  {
		  background: #191919 url(../images/bg1.gif) left top repeat-x;
			margin: 0;
			padding: 0;
			border: 0;	
			font-family:Arial, Helvetica, sans-serif; 
			color:#333; 
			font-size:11px; 
      }
     a:link {
           color : #B91440;
           background-color : transparent;
           text-decoration : underline;
      }
     a:visited {
          color : #B91440;
          background-color : transparent;
          text-decoration : underline;
      }
     a:active {
          color : #B91440;
          background-color : transparent;
          text-decoration : underline;
      }
     a:hover {
          color : #333;
          background-color : transparent;
          text-decoration : underline;
      }


     #wrapper {
          width : 920px;
          height : auto;
          margin : 0 auto;
          padding : 0;
      }

     #main {
          width : 920px;
          height : auto;
          margin : 0 auto;
          padding : 0;
      }

			
     #fotterw {
          width : 920px;
          height : auto;
          margin : 0 auto;
          padding : 0;
      }
			
    .space {
      text-indent: -9999px;
			height: 10px;
		}			
		
    span.ora {
		 color: #f60;
		}			

    img {
		 border: 0;
		}			
		
span.npr {
		  color: #f00;
			font-weight: bold;
			font-style: italic;
		 }
