/*
  Mac Tax
  Author: Bao Kim Tran
  Version: HTML 5, CSS 3
  Date: 10.10.2015

  Filename: 				treble.css

    Supporting files:	home.htm, tax.htm, accounting.htm, aboutus.htm, contactus.htm, calendar.htm, gallery.htm, resources.htm
*/

header {
width: 100%;
  padding: 0 0 0 15px;
	border: 0px solid blue;		
}

header  figure{
	float: left;
	margin: 0;
}

header  address{
	float: right;
	text-align: right;
	padding: 4px 10px 0 0;
}
