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

 #footer_box
	{
		float:left;
		width:940px;
		height:;
		margin-top: 0px;
		margin-left: -10px;
		margin-right:0px;
		margin-bottom:10px;
		padding-left: 0px;
	}
 
 
	 #footer_top_left
		{
	    float:left;
		width: 935px;
		height: 5px;
		padding: 0px 0px 0px 0px;
		background-image:url(../img/footer/footer_top_left.gif);
		background-position:left;
		background-repeat:no-repeat;
	}
	
	
	 #footer_top_right
	{
		float:left;
		width:  5px;
		height: 5px;
		padding: 0px 0px 0px 0px;
		background-image:url(../img/footer/footer_top_right.gif);
		background-position:left;
		background-repeat:no-repeat;
	}
	
	 #footer_line
	 {
	 	width: 85%;
	 	height:1px;
		background-color:#ffffff;
		margin-top:5px;
		margin-bottom:5px;
	 	border-left:0px;
		border-right:0px;
		border-top:1px;
		border-bottom:0px;
	 	border-style:solid;
	    border-color:#CACACA;
	 }
	 
	
    #footer_content
	{
		float:left;
		text-align:center;
	    width: 932px;
		height:auto;		
		background-color:#ffffff;	
		padding-top: 0px;
		padding-left:3px;
		padding-right:3px;
		padding-bottom:0px;
		
		margin-top: 0px;
		margin-left:0px;
		margin-right:0px;
		margin-bottom:0px;
		
		border-left:1px;
		border-right:1px;
		border-top:0px;
		border-bottom:0px;
		border-style:solid;
	    border-color:#CACACA;
	}
	
	
	
     #footer_bottom_left
	{
		float:left;
		width:935px;
		height: 5px;
		padding: 0px 0px 0px 0px;
		background-image:url(../img/footer/footer_bottom_left.gif);
		background-position:left;
		background-repeat:no-repeat;
	}
	
		#footer_bottom_right
		{
		float:left;
		width:  5px;
		height: 5px;
		background-color:;
		padding: 0px 0px 0px 0px;
		margin-top: 0px;
		margin-left:0px;
		margin-right:0px;
		margin-bottom:0px;
		background-image:url(../img/footer/footer_bottom_right.gif);
		background-position:left;
		background-repeat:no-repeat;
	}

