/* ################################################################
   Styles for the comfort page
################################################################ */

@media print {
#content .comfort h2 {background: #76463a;font-size: 100%}
#content .comfort h1 {background: #76463a;font-size: 100%}
#content .comfort h3 {font-weight: bold;text-align: left;}
}

@media screen {
body {background: #593039;}

#container, #after {background: url(../backgrounds/bridgerock_bg.jpg) repeat-y;
}

}


#content .comfort h2 {background: #76463a;
			font-size: 100%
}

#content .comfort h1 {background: #76463a;
			font-size: 100%
}

#content .comfort h3 {font-weight: bold;
		      text-align: left;
}


div.comfort {height: auto;
	     overflow: auto;
	     page-break-after: always;
}

.comfort div {width: 45%;
	      padding: 1em;
	      float: left;
	      clear: none;
	      margin: 0 2%;
}

.comfort p {margin:0; padding: 1em 0 0.5em;
}

.comfort div p {padding: 0; margin: 1.5em;}


.comfort ol {list-style-position: outside;
	     margin: 0 4em;
 }


#footer  {background: url(../backgrounds/bridgerockfoot.jpg) repeat-y;
	  font-style: normal;
	  letter-spacing: 0.2em;
	  font-size: 70%;
	  line-height: 1.8;
	  text-align: center;
	  padding:0; margin: 0
}

#header h1 {display: none;
}

#header {background: url(../backgrounds/bridgeandrocks.jpg) no-repeat top left;
	 height: 563px; width: 760px;
	 position: absolute;
}


