html, body{
	 text-align:center;
}


body {
	text-align: center;
	margin:0px auto;
background:url(bgbgbg.jpg);
font-family:Arial;


	}

h1 {
font-size:22px;
color:#333333;
text-align:left;
font-family:Arial;
margin-bottom:-5px;
}

h2  {
font-size:14px;
color:#333333;
text-align:left;
font-family:Arial;
margin-bottom:-10px;
}
a
{
	text-decoration: none;
color:#fff;
}
a img {font-size:.8em;
  border-style: none;  outline: none;

}
a:link { color: #0c1285;border-style:none;   outline: none;
}
a:visited { color: #990000;  outline: none;
 }
a:hover { color: #990000;  outline: none;
 }
a:active { color: #E32E61;border-style:none;  outline: none;
 }

a:focus {
outline: none;
}

p {
line-height : 130%;
font-size:12px;
color:#444444;
font-family:Arial;
text-align:left;

}
#ul{line-height:140%;}

#container { 
position : relative;
top: 10px;
width : 778px;
border:14px solid #fff;
height: auto;
margin : 0px auto;
text-align : left; 
padding-top:10px;
background:url(indybg.jpg);
}
#logo{
position:relative;
top:-18px;
left:-34px;
width:840px;
height:388px;

}

#banner{
position:absolute;
top:355px;
left:18px;
width:580px;
height:60px;
}
#home{
position:absolute;
top:540px;
left:558px;
width:200px;
height:27px;
}
#about{
position:absolute;
top:573px;
left:558px;
width:200px;
height:27px;
}
#faq{
position:absolute;
top:606px;
left:558px;
width:200px;
height:27px;
}




#content{
position:relative;
top:-50px;
background-color:#fff;
left:33px;
width:650px;
height:auto;
padding:95px 30px 10px 30px;
margin-bottom:-30px;
}

#footer{
position:relative;
top:18px;
left:-30px;
background-color:#fff;
border-top:1px dotted #888888;
height:auto;
width:680px;
padding:13px 15px 5px 15px;
font-size:.7em;
text-align:center;

}
#navigationbar{
position:absolute;
top:409px;
left:22px;
width:750px;
height:43px;
background:url(navbg.png);
}


.clear {clear:both}   

/* remove the list style */  

#nav {  
    margin:0;   
    padding:0;   
    list-style:none;  
}     


    #nav li {  

        float:left;   

        display:block;   

        width:auto;  
        

    position:relative;  

        

        z-index:500;   

        margin:0 0px;  

    }  

          

    /* this is the parent menu */  

    #nav li a {  

        display:block;   

        padding:8px 22px 0 23px;       

        height:25px;   

        text-decoration:none;   


        color:#fff;   

        text-align:center;   

         margin-left:7px; 

    }  

  

    #nav li a:hover {  

        color:#fef20e; 

    }  

      

    /* you can make a different style for default selected value */  

    #nav a.selected {  

        color:#d4f3d4;  

    }  

      

        /* submenu, it's hidden by default */  

        #nav ul {  

            position:absolute;   

            left:0;   

            display:none;   

            margin:0px 0px 0px 0px;   

            padding:0;   

            list-style:none; 

            

width:150px;

        }  

          

#nav ul li {  
width:235px;   
float:left; 
margin-left:25px;  
background-color:#d1ecd1;
text-align:left;
border-bottom:1px solid #333333;
border-left:1px solid #333333;
border-right:1px solid #333333;
}    
#nav ul a {  
display:block;    
height:14px;  
padding: 8px 10px;   
color:#222222;  text-align:left;
font-size:.9em;
}  
#nav ul a:hover {  
text-decoration:none;    color:#777532;
}  

*html #nav ul {  
   margin:0 0 0 -2px;  

}  

