@charset "utf-8";

@font-face {
 font-family: 'ostrich-rounded';
 src: url('../fonts/ostrich-rounded.eot');
 src: url('../fonts/ostrich-rounded.eot?#iefix') format('embedded-opentype'), url('../fonts/ostrich-rounded.woff') format('woff'), url('../fonts/ostrich-rounded.ttf') format('truetype'), url('../fonts/ostrich-rounded.svg#srcsansproligt') format('svg');
 font-weight: normal;
 font-style: normal;
}

@font-face {
 font-family: 'verdana';
 src: url('../fonts/verdana.eot');
 src: url('../fonts/verdana.eot?#iefix') format('embedded-opentype'), url('../fonts/verdana.woff') format('woff'), url('../fonts/verdana.ttf') format('truetype'), url('../fonts/verdana.svg#srcsansproligt') format('svg');
 font-weight: normal;
 font-style: normal;
}

*{ margin:0px; padding:0px; }

body { background:#fefefe;
height:auto;
margin:auto;
      }
	  
img { border:0px;
       }
	   
#main_div { width:100%;
            margin:auto;
			float:left;
			}
#inner_div { width:1000px;
             margin:auto;
			 }
			 
.header_bg { background-color:#d9d9d9;
             height:84px;
			 width:100%;
            }	
			
.h2 { font-family:'ostrich-rounded';
       font-size:26px;
	   color:#58595b;
	   text-decoration:none;
	   margin:10px 0 10px 0px;
	   float:left;
	 
	   }					 				   	  
a:hover { color:red;
       }

.p { font-family:'verdana';
        font-size:11px;
	    color:#414042;
		width:620px;
		height:;
		float:right;
		
		}
		

#footer { background-color:#d7d7d7;
    padding-top: 10px;
    padding-bottom: 0px;
	position:fixed;
    bottom:0;
    width:100%;
	 font-family:Trebuchet MS;
          	 font-size:10px;
	         font-style: normal;
             color:#333333;		
	}	  
.footer { 
	float:left;
	width:100%;
	margin-top:20px; 
}

	
.footer_bg { width:100%;
             height:31px;
			 background-color:#d7d7d7;
			 font-family:Trebuchet MS;
          	 font-size:10px;
	         font-style: normal;
             color:#333333;	
			 position:absolute;
			 
			 }	
			 
			 
.footer_h4 { margin-left:10px;
             float:left;
			 margin:8px 0 0 15px;
         
             text-decoration:none;
			 color:#333333;
			 float:left;
			 
			 }	
			 
			 
			 
		 	 
		  		