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 {
	background: transparent;
	border: 0;
	margin: 0;
	padding: 0;
	vertical-align: baseline;
}
body {
	line-height: 1;
}
h1, h2, h3, h4, h5, h6 {
	clear: both;
	font-weight: normal;
}
ol, ul {
	list-style: none;
}
blockquote {
	quotes: none;
	font-style: italic;
	padding: 0 3em;
}
del {
	text-decoration: line-through;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
a img {
	border: none;
}

body {
	background: #333333;
	color: #969696;
	
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 0.8em;
	line-height: 1.4em;
}

/* -- GENERAL FORMATTING -- */
a { color: #539fe6; text-decoration: none; }
a:hover { color: #000; text-decoration: none; }
h1 { font-size: 1.6em; color: #fff; margin-bottom: 2px; }
h2 { font-size: 1.2em; color: #6488a9; display: inline; }
h3 { font-size: 1em; color: #fff; display: inline; }
ol { list-style: decimal; padding-left: 20px; margin-left: 4px; }
hr { border: 4px solid #777; margin: 0px; padding: 0px; margin-top: 12px; }
p {color: #969696;}

.wrapper {
	width: 800px;
	margin: 0px auto;
}

/* -- BANNER -- */
#banner {
	background: #000000;
	width: 100%;
	height: 150px;
	
	float: left;
	display: block;
}

#logo {
	width: 372px;
	height: 60px;
	margin: 0px auto;
	margin-top: 30px;
}

#navigation {
	width: 600px;
	margin: 0px auto;
	margin-top: 20px;
}

#navigation li {
	width: 120px;
	height: 40px;
	
	text-align: center;
	float: left;
	display: inline;
}

#navigation li span {
	width: 100px;
	height: 20px;
	padding: 10px;
	float: left;
}

#navigation li:hover { background: #333333; }
#navigation li a { color: #6488a9; font-size: 1.2em; }
#navigation li a:hover, #navigation li:hover a { color: #fff; }

/* -- MAIN CONTENT -- */
.content {
	padding: 20px 80px 20px 80px;
	float: left;
}

.container {
	background: url(images/container.png);
	width: 640px;
	height: 480px;
	
	margin: 0px 48px 0px 48px;
	padding: 32px;
	
	float: left;
}

#primaryContentParent { background: #000; }

.room {float: left; margin: 0 0 20px 0;}
.roomContent {padding: 0 16px; width: 190px; margin: -10px 0 0 0;}
.room a img {width: 190px; height: 143px; background: url('/images/room_image.png'); padding: 16px;}
.room a:hover img {background: url('/images/room_image_hover.png');}
.roomContainer {clear: both; padding: 0 64px;}
.clear {clear: both;}