	html 
		{
		margin:0;
		padding:0;
		
				
		}

h1 {
}

h2, h3 {
	margin-top: 0px;
}

h4, h5, h6 {
}	

	body {
	
	text-align: justify;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: small;
	color: #333333;
	
	background: url(images/bg.jpg) no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;	
	
	}

	#wrap
		{
		background:peachpuff;
		padding:0px;
		margin:0 auto;
		width:750px;
		border-style: solid;
   	border-width: 5px;
		}
	
	


	#header 
		{height: 327px;
		width:900px;
		background: url(images/header1.jpg);
		border-style: ridge;
      border-width: 5px;
      margin:0 auto;
		}
		
	


	#header h1 
			{
    		margin: 0px;
			padding: 200px 0 0 380px;
			font-size: 52px;
			font-style: italic;
			color: #000000;
    		}




	#footer {
		background:black;
		clear:both;
		}
	#footer p {
		padding: 10px;
		margin:0;
		color:white;
    		}

	
hr {
display: block;
height:1px;
color: #000000;
background-color: #000000;
}

		
	