/* Block all default margins and padding */* {    margin: 0;    padding: 0;}body {    /* Required to center wrapper in old browsers */    text-align: center;     font-family: 'gill sans', arial, Sans-Serif;}/* Wrapper sizes the layout */#wrapper {    /* Sets width of fixed or elastic layout */    width: 944px;      margin: auto; /* Centers the layout (newer browsers) */     margin-top: 40px;}/* ---------------------- Start layout division styles ---------------------- *//* Branding division */#branding {     height: 234px; 	/*leave room for right margin*/	margin-right:250px;	position:relative;	margin-top:40px;	    }/* Right column division */#rightcolumn {	float: right;	width: 200px;	color:#576F8E;	font-size: 12.5pt;	text-align:left;	line-height: 24pt;	border-left-width: thin;	border-left-style: solid;	border-left-color: #576F8E;	padding-left: 20px;	display:inline;}#rightcolumn a {text-decoration:none;color:#576F8E;}#rightcolumn a:hover{	text-decoration:none;	color:#666;	}/* Navbar division------------------------------------------- */#navbar {    height: 95px; 	position:relative;}#navbar_home_link{	position:absolute;	z-index:1;	top:49px;	left:379px;	width:20px;}#navbar_about_link{	position:absolute;	z-index:1;	top:49px;	left:504px;	width:20px;}#navbar_schedule_link{	position:absolute;	z-index:1;	top:49px;	left:614px;	width:20px;}#navbar_blog_link{	position:absolute;	z-index:1;	top:49px;	left:753px;	width:20px;	height:auto;}#navbar_contact_link{	position:absolute;	z-index:1;	top:49px;	left:865px;	width:20px;}#navbar a {	display: block;	padding-top: 5px;	height:23px;	width:auto;	text-decoration: none;	color: #FFF;	font-family: "Gill Sans";	font-size: 13pt;		}#navbar a:hover,#navbar a:active {	color: #564218;}/*End navbar styles------------------------------------------------------*//* Content division */#content {	/* Leave room for rightcolumn */    margin-right: 250px;	text-align:left;	padding-bottom: 0.5em;	color: #666;	font-size: 11.5pt;	line-height: 16pt;	position:relative;	text-align:justify;	}#hours{	position:absolute;	width:216px;	left: 85px;	top: 18px;}#address{	position:absolute;	width:216px;	left: 465px;	top: 18px;}/* Footer division */#footer {    clear: right; /* Clear the right column */     color: #576F8E;	font-size:13.5pt;	position:relative;   } #footer a{  text-decoration: none;	color: #576F8E;	}	#footer a:hover,#footer a:active{color:#666;}	/*Footer links*/#footer_newsletter{	position:absolute;	left: 95px;	top: 13px;	z-index:1;	width: 73px;}#footer_press{	position:absolute;	left: 349px;	top: 13px;	z-index:1;}#footer_register{	position:absolute;	left: 622px;	top: 13px;	z-index:1;}#footer_contact{	position:absolute;	left: 849px;	top: 13px;	z-index:1;}#copyright{font-size:10pt;color:#576F8E;position:relative;margin:auto;width:944px;text-align:center;}