BODY {
	text-transform: lowercase;
}

DIV {
	width: 400px;
	position: relative;
}

A, A:visited {
	text-decoration: none;
	font-family: Arial, Helvetica;
	font-weight: bold;
	font-size: 11px;
	color: #666666;
}

A:hover, A:active {
	color: #000000;
}

B, .housetopic {
	text-decoration: none;
	font-family: Arial, Helvetica;
	font-weight: bold;
	font-size: 11px;
	color: #666666;
}

.spaced {
	letter-spacing: .4em;
}

.text, .buttonlit, .buttondark, .commenthead, .housedetail {
	font-family: Arial Narrow, Arial, Verdana;
	font-size: 11px;
	color: #666666;
	text-transform: lowercase;
}

.text, .commenthead {
	text-align: left;
}

.commentform {
	font-family: Arial Narrow, Arial, Verdana;
	font-size: 11px;
	text-align: left;
	color: #666666;
	text-transform: none;
}

.buttonlit {
	background: #FFFFFF;
}

.buttondark {
	background: #999999;
}

.blogdate {
	font-family: Arial Narrow, Arial, Verdana;
	font-size: 11px;
	text-align: center;
	white-space: nowrap;
	color: #666666;
	border: 1px dotted #666666;
	padding: 3px;
	width: 6em;
	float: right;
	margin-left: .5em;
	margin-top: -1px;
}

.readmore {
	position: absolute;
	width: auto;
	border-left: 1px solid #666666;
	border-bottom: 1px solid #666666;
	left: 0;
}

.comments {
	float: right;
	width: auto;
	text-align: right;
	border-right: 1px solid #666666;
	border-bottom: 1px solid #666666;
}

.label {
	font-family: Arial Narrow, Arial, Verdana;
	font-size: 9px;
	font-style: italic;
	color: #666666;
	text-align: right;
}

.error {
	font-family: Arial Narrow, Arial, Verdana;
	background: #666666;
	font-size: 20px;
	color: #ffffff;
	padding: 3px;
}

.code {
	font-family: Courier New, Courier;
	font-size: 11px;
	color: #666666;
}

.commenthead {
	clear: right;
	border-left: 1px dotted #666666;
	border-bottom: 1px dotted #666666;
	padding: 3px;
	margin: 5px;
}

.housetopic, .housesection {
	border: 1px dotted #666666;
}

.housetopic {
	float: left;
	width: 70px;
	left: -1px;
	top: -1px;
	border-left: 1px solid #FFFFFF;
	border-top: 1px solid #FFFFFF;
}

.housesection {
	width: 350px;
}

.dirsummary {
	position: absolute;
	width: 200px;
	padding: 0px;
}

.mail {
	font-family: Arial Narrow, Arial, Verdana;
	font-size: 11px;
}

.iarrow {
	width: 15px;
	height: 15px;
	vertical-align: middle;
	border: 0;
}

.iimg {
	width: 75px;
	height: 75px;
	border: 0;
	padding: 5px;
}

.galleryimg {
	position: absolute;
	width: 50px;
	height: 50px;
	border: 0;
}

.gallerythumb {
	width: 35px;
	height: 35px;
	border: 0;
}

H2 {
	text-decoration: none;
	font-family: Arial, Helvetica;
	font-weight: bold;
	font-size: 18px;
	color: #666666;
}

H3 {
	text-decoration: none;
	font-family: Arial, Helvetica;
	font-weight: bold;
	font-size: 14px;
	color: #666666;
}

PRE {
	font-size: 11px;
	color: #666666;
}

P:first-letter {
	font-size: 200%;
	padding-right: .1em;
}

.splitleft {
	position: absolute;
	left: 0;
	top: 0;
	width: 200px;
}

.splitright {
	position: absolute;
	left: 200px;
	top: 0;
	width: 200px;
}

#compass_rose {
	width: 375px;
	height: 375px;
}

#rose_nw {
	position: absolute;
	left: 0;
	top: 0;
	width: 150px;
	height: 150px;
	background: url('nw.jpg');
}

#rose_n {
	position: absolute;
	left: 150px;
	top: 0;
	width: 75px;
	height: 75px;
	background: url('n.jpg');
}

#rose_ne {
	position: absolute;
	left: 225px;
	top: 0;
	width: 150px;
	height: 150px;
	background: url('ne.jpg');
}

#rose_w {
	position: absolute;
	left: 0;
	top: 150px;
	width: 75px;
	height: 75px;
	background: url('w.jpg');
}

#rose_e {
	position: absolute;
	left: 300px;
	top: 150px;
	width: 75px;
	height: 75px;
	background: url('e.jpg');
}

#rose_sw {
	position: absolute;
	left: 0px;
	top: 225px;
	width: 150px;
	height: 150px;
	background: url('sw.jpg');
}

#rose_s {
	position: absolute;
	left: 150px;
	top: 300px;
	width: 75px;
	height: 75px;
	background: url('s.jpg');
}

#rose_se {
	position: absolute;
	left: 225px;
	top: 225px;
	width: 150px;
	height: 150px;
	background: url('se.jpg');
}

#rose_top {
	position: absolute;
	left: 150px;
	top: 150px;
	width: 75px;
	height: 25px;
	background: url('top.jpg');
}

#rose_bottom {
	position: absolute;
	left: 150px;
	top: 200px;
	width: 75px;
	height: 25px;
	background: url('bottom.jpg');
}

#rose_middle {
	position: absolute;
	left: 150px;
	top: 175px;
}

#up_arrow {
	position: absolute;
	left: 150px;
	top: 75px;
}

#left_arrow {
	position: absolute;
	left: 75px;
	top: 150px;
}

#right_arrow {
	position: absolute;
	left: 225px;
	top: 150px;
}

#down_arrow {
	position: absolute;
	left: 150px;
	top: 225px;
}

#codeimg {
	position: absolute;
	left: 0;
	top: 0;
	border: 0;
	width: 200px;
	height: 200px;
}

#codelist {
	position: absolute;
	left: 0;
	top: 200px;
	background-image: URL('creativity/sw.jpg');
	width: 200px;
	height: 200px;
}

#gallery_img {
	position: absolute;
	left: 200px;
	top: 200px;
	border: 0;
	width: 200px;
	height: 200px;
}

#gallery_box {
	position: absolute;
	width: 200px;
	height: 200px;
	left: 200px;
	top: 0;
}

#gallery_nw {
	top: 0px;
	left: 0px;
	width: 100px;
	background: url('creativity/a.jpg');
}

#g_swirl {
	left: 100px;
	top: 0px;
}

#g_random {
	left: 150px;
	top: 0px;
}

#g_house {
	left: 0px;
	top: 50px;
}

#gallery_w {
	top: 50px;
	left: 50px;
	background: url('creativity/b.jpg');
}

#g_geo {
	left: 100px;
	top: 50px;
}

#gallery_ne {
	top: 50px;
	left: 150px;
	background: url('creativity/c.jpg');
}

#g_ladies {
	left: 0px;
	top: 100px;
}

#g_morph {
	left: 50px;
	top: 100px;
	width: 100px;
}

#g_nude {
	left: 150px;
	top: 100px;
}

#gallery_sw {
	top: 150px;
	left: 0px;
	background: url('creativity/e.jpg');
}

#g_faces {
	left: 50px;
	top: 150px;
}

#g_self {
	left: 100px;
	top: 150px;
}

#gallery_se {
	top: 150px;
	left: 150px;
	background: url('creativity/f.jpg');
}

.binimg {
	position: absolute;
	width: 20px;
	height: 20px;
	top: 7px;
	border: 0;
}

.binsep {
	position: absolute;
	width: 22px;
	height: 20px;
	top: 7px;
	background: url('creativity/code/c.jpg');
}

#bin_a {
	background: url('creativity/code/a.jpg');
	position: absolute;
	width: 400px;
	height: 7px;
	left: 0px;
}

#bin_b {
	background: url('creativity/code/b.jpg');
	position: absolute;
	width: 8px;
	height: 20px;
	left: 0px;
	top: 7px;
}

#bin_f {
	background: url('creativity/code/f.jpg');
	position: absolute;
	width: 400px;
	height: 23px;
	left: 0px;
	top: 27px;
}

#ones {
	left: 373px;
}

#tens {
	left: 353px;
}