/*
	St. Regis Aspen website	
	Print style sheet
	
	version:	1.0
		
*/

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	}
	
img { border: none; }
address { font-style: normal; }
	
p {
	margin: 0 0 1.4em 0;
	line-height: 1.4em;
	}
	
.masthead h1,
.sidebar,
.content {
	float: none;
	}
	
.img_main { margin-bottom: 12px; }

.float_right { float: right; margin: 0 0 12px 20px; }
	
.footer {
	margin-top: 20px;
	padding-top: 12px;
	border-top: 1px solid #000000;
	font-size: 11pt;
	}
	
/* These elements are not needed for print version so hide them */
.masthead ul,
.corp_footer,
.main .cta,
.page_head ul,
.footer ul { 
	display: none; 
	}