@charset "utf-8";
/* CSS Document */

html, body { 
	margin: 0; 
	padding: 0;  
	height: 100%; 
	background: url(images/bodyBG.jpg) repeat-x; 
	background-color: #f4f4f4;
	}

h1 { 
	font-family: "Century Gothic", Arial; 
	color: #5c9a1b; 
	text-align: center; 
	margin-top: 50px; 
	}

hr {
	width: 90%; 
	color: #585652!important; 
	}

.style1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height:22px;	
}


img { 
	border: none;
	}

#content { 
	width: 960px; 
	height: auto; 
	margin: 0 auto; 
	background-color: #f4f4f4;  
	-webkit-box-shadow: 0px 8px 20px rgba(50, 50, 50, 0.75); 
	-moz-box-shadow: 0px 8px 20px rgba(50, 50, 50, 0.75); 
	box-shadow: 0px 8px 20px rgba(50, 50, 50, 0.75);	
	}
#content p {padding:20px;}
iframe {margin-bottom:20px;}

#content2 {
	width: 960px; 
	height: 1780px; 
	margin: 0 auto; 
	background-color: #f4f4f4;  
	-webkit-box-shadow: 0px 8px 20px rgba(50, 50, 50, 0.75); 
	-moz-box-shadow: 0px 8px 20px rgba(50, 50, 50, 0.75); 
	box-shadow: 0px 8px 20px rgba(50, 50, 50, 0.75);
	}

#search { 
	width: 960px; 
	margin: 30px 305px 0 305px; 
	}

#refer { 
	width: 960px; 
	margin: 25px 305px 0 305px; 
	}

#savings { 
	width: 960px; 
	margin: 25px 305px 0 305px; 
	}

#footer { 
	width: 100%; 
	height: 70px; 
	background-color: #585652; 
	text-align: center; 
	font-family: Arial, Helvetica, sans-serif; 
	color: #f4f4f4; 
	}

#footer p {
	padding-top: 30px; 
	}