body {
	background-color:black;
	color:white;
	font-family:helvetica, arial, sans-serif;
	font-size:13px;
	line-height:18px;
	font-weight:bold;
}

h1, h2, h3 p {
	color:white;
	font-family:helvetica, arial, sans-serif;
	font-size:13px;
	line-height:18px;
	font-weight:bold;
}

a:link {
	text-decoration:none;
	color:white;
}

a:visited {
	text-decoration: none;
	color:white;
}

a:hover {
	text-decoration: none;
	color:black;
}

a:active, a:focus {
    outline: 0;
} 

/***** header and navigation ****************/
.header {
	position:fixed;
	top:0px;
	left:0;
	width:114px;
	z-index:100;
	margin-left:9px;
}

.logo {
	display:block;
	height:156px;
	width:114px;
	margin-bottom:3px;
	overflow:hidden;
	background-image: url(http://www.doubletriple.net/wp-content/themes/doubletriple_wp/images/doubletriple-quadruple-invert.png);
	background-repeat: no-repeat;
	background-position: center 13px;
	
}

a.logo p {
	visibility:hidden;
	font-size:1px;
	display:none;
}

a.logo:hover {
	background-color:magenta;
}

.content {
	display:block;
	margin-top:12px;
	margin-left:135px;
}

h2 {
	display:block;
	position:relative;
	border-top:2px solid white;
	padding-top:2px;
	padding-bottom:2px;
	margin-bottom:18px;
	text-decoration:none;
	width: 192px;
}

.ruglist {
	display:block;
	width:192px;
}

.ruglist a {
	display:block;
	margin-bottom:3px;
	padding:1px;
}

.ruglist a:hover {
	background-color:magenta;
}



/***** on the rugs ****************/

.link-box a, .link-box a:visited, 
.link-box a:hover {
	display:block;
	width:100%;
	margin:0;
	height:500px;
}
