@charset "utf-8";

@media screen, projection, tv, print { 

html, body, div, span, 
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	border:0;
	font-family:"Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size:100%;
	font-style:inherit;
	font-weight:inherit;
	margin:0;
	outline:0;
	padding:0;
	vertical-align:baseline;
}

ol, ul {
	list-style:none;
}

table {
	border-collapse:separate;
	border-spacing:0;
}

caption, th, td {
	font-weight:400;
	text-align:left;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}

blockquote, q {
	quotes: "" "";
}

p strong {
	font-weight:700;
}

p em {
	font-style:italic;
}

}

@media screen, projection, tv {
	
/* Screen */

body {
	background-color:rgb(255, 255, 227);
	min-width:888px;
}

h1 {
	background:url(logotype.png) 0 0 no-repeat;
	float:left;
	height:108px;
	margin:12px 0 0;
	text-indent:-9999px;
	width:552px;
}

h2, h3 {
	color:rgb(157, 96, 65);
	font-weight:700;
	line-height:24px;
	margin:0 0 24px;
}

h2 {
	font-size:24px;
}

h3 {
	font-size:18px;
}

p {
	color:rgb(43, 37, 32);
	font-size:16px;
	line-height:24px;
	margin:0 0 24px;
}

ol, ul {
	font-size:14px;
	line-height:24px;
	margin:0 0 24px;
	padding:0 0 0 18px;
}

ul {
	list-style-type:disc;
}

a {
	color:rgb(157, 96, 65);
}

a:focus, a:hover, a:active {
	text-decoration:none;
}

table {
	border-bottom:1px solid rgb(168, 155, 144);
	width:100%;
}

thead th {
	border-bottom:3px solid rgb(168, 155, 144);
	font-weight:700;
	padding:0 0 12px;
}

tbody th, tbody td {
	line-height:24px;
}

.pad-one td {
	padding-top:9px;
}

.pad-two td {
	padding-bottom:24px;
}

#container {
	background-color:rgb(255, 255, 210);
	margin:0 auto;
	padding:0 24px;
	width:840px;
}

#header {
	overflow:hidden;
}

#header p {
	float:right;
	padding:36px 24px 0 0;
}

#description {
	padding:48px 144px;
}

#bullets {
	overflow:hidden;
}

#bullets div {
	background-position:0 0;
	background-repeat:no-repeat;
	float:left;
	padding:360px 0 0;
	width:264px;
}

#studio {
	background-image:url(studio.jpg);
	margin:0 24px 0 0;
}

#one-bed {
	background-image:url(one-bed.jpg);
	margin:0 24px 0 0;
}

#two-bed {
	background-image:url(two-bed.jpg);
}

#local-facilities {
	overflow:hidden;
	padding:24px 0 48px;
}

#local-area {
	float:left;
	margin:0 24px 0 0;
	width:552px;
}

#facilities {
	float:left;
	width:264px;
}

.note {
	font-size:14px;
	margin:12px 0 60px;
}

#contact {
	overflow:hidden;
	padding:0 0 96px;
}

#contact div {
	float:left;
	margin:0 24px 0 0;
	width:264px;
}

#contact div.no-margin {
	margin:0;
}


}

@media print {

body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:10pt;
	line-height:15pt;
}

h1 {
	font-size:21pt;
	font-weight:700;
	line-height:15pt;
	margin:0 0 15pt;
}

h2 {
	font-size:14pt;
	font-weight:700;
	line-height:15pt;
	margin:0 0 15pt;
}

h3 {
	font-size:12pt;
	font-weight:700;
	line-height:15pt;
	margin:0 0 15pt;
}

p, ul, ol {
	font-size:10pt;
	line-height:15pt;
	margin:0 0 15pt;
}

ul, ol {
	list-style-type:disc;
	padding:0 0 0 15pt;
}

strong {
	font-weight:700;
}

em {
	font-style:italic;
}

a {
	color:rgb(0, 0, 0);
}

table {
	border-bottom:1px solid rgb(0, 0, 0);
	border-collapse:collapse;
	margin:0 0 15pt;
	width:100%;
}

thead th {
	border-bottom:2px solid rgb(0, 0, 0);
	text-align:left;
}

tbody th {
	font-weight:400;
	text-align:left;
}

}