body {
	background:#6aaecc url("bg.jpg") fixed center left;
}

/* links */

a {
	color:#d28370;
	font:14px/22px sans-serif;
	text-decoration:none;
}
p {
  margin:0;
  text-indent:80px;
}
a:hover, a:focus {
	color:#935148;
	outline:none; /* voids Firefox & Safari borders */	
}

/* content */

#horizon { /* dead centre hack */
	height:1px;
	left:0;
	overflow:visible;
	position:absolute;
	top:50%;
	width:100%;
}
#hold {
	background:#fefff6;
	color:#41433a;
	font:16px/22px georgia, serif;
	height:400px;
	position:absolute;
	top:-220px;
	width:2900px;
	word-spacing:1px;
}
#menu {
	background:url("menu.jpg") no-repeat;
	height:300px;
	padding:100px 0 0 180px;
	width:120px;
}
#news {
	background:url("hold.jpg") no-repeat top right;
	height:300px;
	left:300px;
	padding:60px 50px 40px 50px;
	position:absolute;
	top:0;
	width:250px;
}
h1 {
	background:url("h1.jpg") top right;
	font:41px/44px monospace; 
	left:0;
	letter-spacing:5px;
	padding:10px 30px 0 30px;
	position:absolute;
	top:-44px !important; /* FF */ top:-16px; /* IE */
	word-spacing:-5px;
}
strong, strong a {
	border-bottom:1px solid #fdcbbf;
	font:900 12px/19px sans-serif;
}

/* card thumbnails */

#cards {
	background:url("hold.jpg") no-repeat top right;
	height:300px;
	left:650px;
	padding:60px 50px 40px 50px;
	position:absolute;
	top:0;	
	width:420px;
}
#cards a, #misc a {
	background:url("border.png") no-repeat;
	float:left;
	height:40px;
	padding:10px;
	position:relative;
	width:40px;
}
#cards img, #misc img {
	border:0;
	height:40px;
	width:40px;
}
#cards a:hover, #misc a:hover, #cards a.on, #misc a.on { /* #cards a:focus, #misc a:focus */
	background:url("hover.png") no-repeat;
}
#misc {
	background:url("hold.jpg") no-repeat top right;
	height:300px;
	left:1670px;
	padding:60px 50px 40px 50px;	
	position:absolute;
	top:0;	
	width:180px;
}

/* full size cards */

#canvas {
	background:#fefff6 url("hold.jpg") repeat-y top right;
	height:400px;
	left:1170px;
	padding:50px;	
	position:absolute;
	text-align:center;	
	top:-16px;
	width:400px;
}
#tooltip {
	background:url("h1.jpg") bottom left;
	bottom:0;
	padding:10px 20px;
	position:absolute;
	right:2px;
	width:458px;
}

/* card pages */

#cards #one .pages, #cards #two .pages {
	color:#935148;
	font:14px/22px sans-serif;
	bottom:50px;
	position:absolute;
	right:50px;
	word-spacing:5px;
}
#cards #one .pages a, #cards #two .pages a {
	background:none;
	float:none;
	padding:0;
}

/* after cards */

#about {
	background:url("hold.jpg") no-repeat top right;
	height:300px;	
	left:1950px;
	padding:60px 50px 40px 50px;
	position:absolute;
	top:0;
	width:850px;
}
#notes {
	top:420px;
	font:11px/11px georgia, serif;
	right:50px;
	position:absolute;
}
