html,body{margin:0;padding:0}

body{
	font: 76% arial,sans-serif;text-align:center;
	background-image: url(../images/bg.jpg);
	background-repeat: repeat-x;
		
	}
	
p{margin:0 15px 10px}

h2{
	font: arial,sans-serif;
	margin:0 15px;
	color: #7F4272;
	font-weight: bold;
	font-size: 14px;
}

a{
	color: #643459;
	text-decoration: underline;
	
}
a:hover{
	color: #D36EBC;
	
}
div#header h1{height:150px;margin:0;color: #79B30B}
  
div#container{
		text-align:left;
			
		}
	
div#content p{line-height:1.4}
div#navigation{background:#B9CAFF}
div#extra{background:#FF8539}
div#footer{
	color: #FFF;
	background-image: url(../images/footer.gif);
	background-color: #FFFFFF;
	background-repeat: no-repeat;	
}
div#footer p{margin:0;padding:5px 10px}
a.hype:link {color: #FFFFFF; text-decoration: none; } 
a.hype:visited { color: #ffffff; } 
a.hype:hover {text-decoration:underline;}
a.hype:active {color: #FFFFFF; }

a.footer:link {color: #FFFFFF; text-decoration: none; }
a.footer:visited {color: #FFFFFF; text-decoration: none; }
a.footer:hover {color: #7F4272; text-decoration: underline; }
a.footer:active {color: #FFFFFF; }

div#container{
	width:770px;
	margin:0 auto;
	background-color: #FFFFFF;
}
div#navigation{float:left;width:350px}
div#packages{
	width:770px;
}
div#quote{
	width:770px;
}
div#footer{clear:both;width:100%}
