@charset "UTF-8";
/* CSS Document */

*{
  margin:0;
  padding:0;
}

body{
     background:url(../images/background.jpg) repeat-x;
	 background-color:#ffffff;
	 height:551px;
	 width:auto;
}

.clearfix{
	      width: 1px;
	      height: 1px;
	      display: block;
	      clear: both;
}

/*------------------------------------ top -------------------------------------*/

.wrapper_top{margin:0 auto; width:950px;}
#top{background:url(../images/top.jpg) no-repeat; width:950px; height:30px;}
img.top_text{margin-left:368px; margin-top:4px; float:left;}

/*----------------------------------- logo --------------------------------------*/

.wrapper{margin:0 auto; width:1000px;}
#logo{background:url(../images/logoind.jpg) no-repeat; width:1000px; height:183px; margin-top:4px;}

/*---------------------------------- main pic ------------------------------*/

#mainpic{margin-top:-1px;}

/*-------------------------------------- body ----------------------------------------*/

.wrapper_body{margin:0 auto; width:950px;}
#bodytop{background:url(../images/body_top.jpg) no-repeat; width:950px; height:23px; margin-top:-1px;}
#body_container{background:url(../images/body_repeat.jpg) repeat-y; width:950px; height:auto;}

/*----------------------------------- bottom ----------------------------------------*/

#body_bottom{background:url(../images/bottom.jpg) no-repeat; width:950px; height:29px; margin-top:-1px;}
#body_bottom{width:950px; text-align:center;}
#body_bottom p{font:11px Arial, "Helvetica", sans-serif; color:#FFFFFF; line-height:29px;}

/*--------------------------- footer --------------------------------*/

#whole-footer{
			  width:950px;
			  padding-top:20px;
}

#footer_top{
		   width:950px;
           font:11px "Arial", Helvetica, sans-serif;
		   text-align:center;
		  
}

.footer a{
          color:#333333;
		  text-decoration:none;
		  
}
.footer a:hover{
          color:#006699;
		  
}
#footer_bottom{
			   width:950px;
               font:11px "Arial", Helvetica, sans-serif;
		       color:#333333;
			   text-align:center;
			   padding-top:10px;
		   
}

.footer_pipe{
             color:#333333;
}
/*------------- credit stylesheet 
#credit{
        width:950px;
		padding-top:20px;
}

#credit a{
          font:11px "Arial", Helvetica, sans-serif;
		  color:#333333;
		  text-align:center;
		  text-decoration:none;
}

#credit a:hover{
		         color:#FF6600;
}
----------------*/