body {background-color:#232323;
	color:#ddd;
	margin:0px;
	padding:0px;
	font-family:'Segoe Ui', 'Myriad Pro', Helvetica, 'Sans-Serif';
	overflow:hidden;}

img {border:none;}

header, section, nav, p, h1, h2, h3 {margin:0px;
	padding:0px;}
	
h1 {font-family:'museo-sans-condensed', 'Segoe Ui', 'Myriad Pro', Helvetica, 'Sans-Serif';
			font-weight:300;
			font-size:17pt;
			color:#b89664;
			font-weight:normal;
			margin:5px 0;
			padding:0;}
	h1 a {display:none;}
		/** color:#fff;
		text-decoration:none;
		float:right;
		font-size:14pt;
		border:1px solid #ddd;
		background-color:#b89664;
		padding:3px 20px;
		border-radius:16px;
		-o-border-radius:16px;
		-moz-border-radius:16px;
		-webkit-border-radius:16px;
		text-align:center;}
		h1 a:hover {color:#b89664;
			background-color:#000;
			cursor:pointer;
			-webkit-transition: all 0.3s ease-in-out;
			-moz-transition: all 0.3s ease-in-out;
			-o-transition: all 0.3s ease-in-out;
			-ms-transition: all 0.3s ease-in-out;
			transition: all 0.3s ease-in-out;} **/
	
#header {display:none;}
.listingsection:nth-of-type(2) {display:none;}
#dblBublBot {display:none;}
.text {display:none;}

.listingsection {
	margin:0 0 20px 0;
	padding:0 0 20px 0;
	border-bottom:2px solid #666;}
	
a {color:#ddd;
	text-decoration:underline;}
	a:hover {color:#b89664;
			-webkit-transition: all 0.3s ease-in-out;
			-moz-transition: all 0.3s ease-in-out;
			-o-transition: all 0.3s ease-in-out;
			-ms-transition: all 0.3s ease-in-out;
			transition: all 0.3s ease-in-out;}

