@charset "ISO-8859-1";
@media all
{
body { 
	background-image:url(../pic/logo.jpg);
	margin:0px;
    background-repeat:no-repeat;
	background-position:top left;
    font-family: Arial, Helvetica, sans-serif;
    color: #000;  
	text-align:left;	
	}

#main { 
	margin: 0px;
	width: 800px;
	text-align:left;
	position:absolute;
	top:250px;
	left:200px;
}
#footer { 
    width:850px;
	height:200px;
	background-repeat:no-repeat;
	background-image:url(../pic/footer.jpg);
	position:relative;
	margin-bottom:10px;
	margin-left:-150px;
	margin-top:-0px;
	z-index:-1;
  }
  h1,h2,h3,h4,h5,h6 { 
  	font-family:Arial, Helvetica, -serif; 
  	font-weight:bold; 
  	color:#000;
	width:450px;
  }

  h1 { font-size: 170%; }                        /* 24px */
  h2 { font-size: 110%; margin-left:50px;line-height:170%;}          /* 24px */
  h3 { font-size: 133.33%; color:#000;  line-height:170%; text-align:left;}                        /* 18px */
  img { border: 0px;} 

  p { line-height: 1.5em; margin-left: 50px;
width:440px;  }

  a {color: #2f398f; text-decoration:none;}
  a:focus,
  a:hover,
  a:active {color:#289560; text-decoration:underline;}
  

}
