@charset "utf-8";
/* CSS Document */

body		{
	margin:0;
	background-color:#002157;
	background-image:url(bg.jpg);
	background-repeat:repeat-x;
	color:#FFF;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:0.7em;
	font-weight:bold;
			}
			
h1, h2		{
			font-size:14px;
			}
			
#wrapper	{
			margin:15px auto;
			width:955px;
			height:563px;
			overflow:hidden;
			}
			
#flash		{
			margin:-230px auto;
			/*margin: 0 auto 0 auto;*/
			height:420px;
			width:955px;
			/*position: absolute;
			top: 110px;*/
			z-index:1;
			}
			
#flag		{
			width:140px;
			height:15px;
			position:relative;
			z-index:1;
			top:20px;
			left:780px;
			}
			
#logo		{
			margin:0 0 0 70px;
			width:386px;
			height:63px;
			}

			

				
#txt1			{
				width:300px;
				position:relative;
			    left:545px;
			    top:40px;
				z-index:2;
				text-align:justify;
				
				
				}
				
#txt1 a				{
	font-weight: bold;
				}
#txt1 a:link, #txt1 a:visited, #txt1 a:active {
				color:white;
				text-decoration:underline;
} 
				
#txt1 a:hover			{
				text-decoration: none;
				color:red;
				}
				
#navi		{
			
			margin:21px 0 0 0;
			
			}
			
* html ul#nav 		{}



ul#nav 		{
			background:url(master_nav_mr.png);
			behavior: url(iepngfix.htc)	;	
			}

ul#nav li 	{
			 float:left;
			 list-style-type:none;
			 }
			 
ul#nav li a {
			 height:20px;
			 display:block;
			 text-indent:-9999px;
			 outline:none;
			  }

li#navhome a, li#navmr a, li#navabout a, li#navcontact a { background:url(master_nav_mr.png) }



li#navhome a 						{ background-position:0 0; width:60px; left:0 }
li#navhome a:hover					{ background-position:0 -20px }

li#navmr a							{background-position:-60px 0; width:100px; left:60px}
li#navmr a:hover					{background-position:-60px -20px}

li#navabout a 						{ background-position:-160px 0; width:90px; left:160px }
li#navabout a:hover					{ background-position:-160px -20px }


li#navcontact a 					{ background-position:-250px 0; width:90px; left:220px }
li#navcontact a:hover				{ background-position:-250px -20px }






