html, body {
	margin : 0;
	background : black url(graphics/hotel-bg.jpg) 0 40px no-repeat;
	font-family : Lucida Grande, Tahoma, sans-serif;
	font-size : 90%;
}

#Viewport {
	position : relative;
	width : 900px;
	max-width : 95%;
	margin : auto;
	background : white;
}

#Header {
	margin-bottom : 15px;
	padding : 8px 3px 3px 3px;
	background : black;
}

#Title {
	position : absolute;
	right : 10px;
	top : 0;
	margin : 0;
	width : 181px;
	height : 42px;
	background : white url(graphics/simple-logo.gif) no-repeat;
}

#Title a {
	display : block;
	width : 181px;
	height : 42px;
	text-decoration : none;
	text-indent : -99em;
}

#Header ul {
	list-style : none;
}

#Header li {
	display : inline;
}

#Header li a {
	padding : 0 3px;
	border-bottom : 3px solid black;
	color : white;
	text-decoration : none;
}

#Header a:hover {
	border-bottom-color : #a13204;
}

#Footer {
	margin : 15px 15px 0 15px;
	padding : 6px 0 15px;
	clear : both;
	border-top : 1px solid #ccc;
	color : #666;
	font-size : 85%;
	text-align : center;
}

#Footer a {
	color : #666;
}

#home {
}

.section h1 {
	margin : 0 13px;
	font-size : 1.4em;
	border-bottom : 1px solid #ccc;
}

h1 a {
	text-decoration : none;
	color : #333;
}

.canvas {
	padding : 5px 15px;
}

.page {
	margin : 8px;
}

#scripts, #software, #misc {
	float : left;
	width : 275px;
	margin : 0 10px;
}

#contact {
	clear : both;
}

h2 {
	margin : 5px 0;
	font-size : 1.1em;
}

.content {
	margin-bottom : 5px;
	padding : 5px;
}

p {
	margin-top : 0;
	line-height : 1.4em;
}

ul {
	margin : 0;
	padding-left : 1.5em;
}

ul li {
	margin-bottom : 3px;
}

.page.disabled {
	color : #aaa;
}

.page.disabled a, .page.disabled a:visited {
	color : #888;
}

.page.disabled a:hover {
	color : #f88;
}

.highlight {
	background : #ffc;
}

div.highlight, p.highlight {
	padding : 2px;
	border-top : 1px dotted #ddd;
	border-bottom : 1px dotted #ddd;
}

dl {
	margin-top : 0.5em;
}

dt {
	margin-top : 0.5em;
	font-weight : bold;
}

dd {
	margin-left : 1em;
}

em em {
	font-style : normal;
}

code {
	font-size : 1.2em;
}
