body
{
    background-color:black;
    margin:0px;
    padding:0px;
    font-family:Verdana;
    font-size:12px;
   color:#565642;  
}
#mainDiv
{
  width: 780px;
  margin: auto;
}
    #headerDiv
    {
      width: 760px;
      height: 250px;
      margin:auto;      
      border-top: solid 10px #292e1c;
      border-bottom: solid 1px #57554a;
      background-image:url(../images/saya-girl.png);
      background-repeat:no-repeat;      
    }
        #logoDiv
        {         
            margin-left:300px;            
            margin-top:50px;
            width:440px;
            height:120px;             
        }
        #menuDiv
        {   
            background-image:url(../images/menu-background.jpg); 
            background-repeat:repeat-x;
            height:57px;
            width:510px;
            margin-top:23px;
            margin-left:250px;            
        }
        		ul#cssTrick
				{
					list-style:none;
					margin-left: 26px;
				}
				ul#cssTrick li
				{
					display: inline;
				}
				ul#cssTrick li a
				{
					text-indent:-9999px;
					font-size:0px;
					display: block;
					height: 57px;
					float: left;
					outline:black none 0px;
					color:#1d1c19;
				}
				ul#cssTrick li a.home
				{
					 background:url(../images/indian_01.gif) no-repeat bottom ;
	                 width:70px;
				}
				ul#cssTrick li a.about
				{
					 background:url(../images/indian_02.gif) no-repeat bottom ;
	             width:102px;
				}
				ul#cssTrick li a.services
				{
					 background:url(../images/indian_03.gif) no-repeat bottom ;
	             width:96px;
				}
				ul#cssTrick li a.career
				{
					 background:url(../images/indian_04.gif) no-repeat bottom ;
	             width:85px;
				}					
				ul#cssTrick li a.contact
				{
					 background:url(../images/indian_05.gif) no-repeat bottom ;
	             width:95px;
				}					
				 ul#cssTrick li a.home:hover, ul#cssTrick li a.home:active,
 	  		    ul#cssTrick li a.about:hover, ul#cssTrick li a.about:active,
  	  		    ul#cssTrick li a.services:hover, ul#cssTrick li a.services:active,
				 ul#cssTrick li a.career:hover, ul#cssTrick li a.career:active,				 
		  		 ul#cssTrick li a.contact:hover, ul#cssTrick li a.contact:active
		       {
			 		  background-position: top;
		
		       }
				  ul#cssTrick li a.rab
				  {
				  		background-position: top;
				  }
				  	body#home ul#cssTrick  li a.home,
					body#about ul#cssTrick  li a.about,
					body#services ul#cssTrick  li a.services,
					body#career ul#cssTrick  li a.career,										
					body#contact ul#cssTrick  li a.contact {
						background-position:top;
					}
.clearme
{
    clear:both;
}
#footer
{
	clear: both;
	color:#565642;
	border-top: solid 1px #57554a;
	width: 97%;
	margin: 0 auto;
	margin-top:15px;	
	text-align: center;
	vertical-align: middle;
}
#footer span
{
	padding-top: 5px;
	display: block;
	line-height: 15px;
}
