/* For pages which display single images, with no nav sidebar. */
/*modified Eric Meyer reset */
html, body, div, span, applet, object, iframe,
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,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	text-decoration: none;
}
body {
	line-height: 1.4;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* Layout */
header, nav, section, article, aside, footer {
	display: block; /* Sets HTML5 elements to block */
	overflow: hidden; /* Fixes Child Float Problem */
}
/* specifics for this design */
body {background: #000; font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	margin: 0; padding: 0; text-align: center}
div#container {width: 840px; margin: 0px auto; text-align: left; padding: 0; position:relative;}
header {
	height: 133px; width: 840px;}
body>header {height:160px;}
p#logo {font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 36px; font-weight: 600; margin: 0 0 0 0; padding: 30px 0 0 30px; text-align: left;}
p#art {font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 24px; font-weight: 600; margin: 0 0 0 0; padding: 1px 0 0 30px; text-align: left;}	
/* header backgrounds and font colors */
#cloud1 {background: #000 url(../i/cloud1.jpg) no-repeat 100% 0px;
color: #80748D;}
#hotel-still-life {background: #000 url(../i/hotel-still-life-detail-logo.jpg) 100% 2px no-repeat;
color: #8d5f3b;}
#det-th {background: #000 url(../i/det_th.jpg) 100% 0px no-repeat; 
	color: #B24919;}
#icarus {
	background: #000 url(./i/icarus-detail-strip.jpg) 100% 6px no-repeat; 
	color: #80748D;
}


article {color: #000; background: #fff;
	font-size: 13px; line-height: 1.5em;
	margin: 0;
	padding: 20px 20px 20px 20px;
	min-height: 360px;
	}






