body {
	x-background-image: url("../images/exit2.jpg");
   background-image: url("../images/wallsconce.jpg");
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: top left;
	background-color: black;
} 

p { 
   margin: 5px 5px 5px 5px;
	padding: 0px 0px 0px 0px;
}

div.subhead {
	background: black;
	border-bottom: 1px dashed darkorange;

	padding: 5px 5px 5px 5px;

	font-size: 24px;
	font-family: arial,sans-serif;
	color: darkorange;
}

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

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

A:hover {
	color: darkorange;
	text-decoration: underline;
}

img.logo {
	opacity: .75;
   width: 400px;
   height: 82px;
}

span#hack img {
	border-style: solid;
	border-width: 2px; 
	border-color: darkorange;
	height: 135px;
	float: left;
}

div.container {
	margin: 10px 0px 10px 0px;
	cursor: pointer;
}

div.textBlurb {
	/* width: 350px; we let the column width decide */
	height: 139px; 
	overflow: hidden;

	padding: 0px 0px 0px 0px;
   margin-left: 5px;
	background-color: black;

	color: white;
	font-family: courier;
	font-size: 12px;
}

#reviewheader {
	border-style: dashed;
	border-color: pink;
	border-width: 1px;

	margin-top: 20px;
	padding: 15px 5px 15px 5px;
	width: 318px; /* 355 - 20-5-1-1-5-5 */

	background-color: black;
	color: white;
	font-family: courier;
	font-size: 12px;
}

#oldReviews {
	margin-top: 10px;

	border-style: dashed;
	border-width: 1px;
	border-color: white;

	width: 318px; /* see above */

	color: white;
	x-background-color: darkred;
	font-family: san-serif;
	font-size: 10px;
}

#usable {
	width: 800px;
	/* border: 2px lightblue solid; */
}

#header {
	position: relative;
	top: 0px;
	left: 200px;
	margin-bottom: 20px;
}

div#header img {
	border: 0px;
}

#leftcolumn {
	/* border: 2px pink solid; */
	width: 436px; /* 800 - 355 - 2-2-5*/

	border-top: 2px black dashed;
	border-left: 2px black dashed;
	
	padding-left: 5px;
} 

#rightcolumn {
	/* border: 2px green solid; */
	float: right;
	width: 326px; /*355 - 20-2-2-5 */

	margin-left: 20px;
	border-top: 2px black dashed;
	border-left: 2px black dashed;
	padding-left: 5px;

	margin-bottom: 20px;
}

div.listing {
	background-color: black;
	overflow: auto;

	/* margin-top: 10px; */

	color: white;
	font-family: courier;
	font-size: 12px;
} 
