html, body {
	margin:0;
	padding:0;
	height:100%;
	font-family: Tahoma, Geneva, sans-serif;
	line-height:1.2;
	color:white;
	background-color:black;
}
h1 {
	font-size:1.5em;
	margin:1em 0;
}
h2 {
	font-size:1.3em;
}
h3 {
	font-size:1.1em;
}
p {
	margin:1em 0;
	font-size:1em;
	line-height:1.35;
}
em {
	font-style:italic;
}
#content img {
	max-width:100%;
}
#holder {
	min-height:100%;
	position:relative;
}
#header {
	height:84px;
	border-bottom:1px solid #fda827;
}
#header p {
	font-weight:bold;
	margin:0;
	font-size:2em;
}
#main {
	width:98%;
	margin:auto;
}
#menu, #content, #side {
	overflow:auto;
}
#menu a {
	display:block;
	color: #ffcc66;
	padding:1em;
	text-decoration:none;
	border-bottom:1px solid #ffcc00;
}
#content {
	padding:0.7em;
}

.moboff {
	display:none;
}
.mobon {
	display:block;
}
.ad {
	margin:0.2em 0;	
}
#title, #srchdiv {
	position:absolute;
}
#title {
	left:50px;
	top:30px;
}	
#srchdiv {
	top:2px;
	right:0.4em;
}
#side {
	text-align:center;
}

#title, h1, h2, h3 {
	color:#fda827;
}
h2 {
	margin:1em 0;
}
a {
	color:#fdb511;
	text-decoration:none;
}
a:hover {
	color:#ffee22;
}

#navcontrol, #title, #srchdiv {
	position:absolute;
}
#navcontrol {
	left:0;
	top:25px;
}

@media (max-width: 565px) {
	#header {
		height:67px;
	}
	#srchdiv {
		display:none;
	}
}

@media (max-width: 815px) {
	#header p {
		font-size:1em;
	}
	#navcontrol {
	top:15px;
	}
}

@media (min-width: 815px) {
	#holder {
		width:98%;
		margin:auto;
	}
	#main {
		width:100%;
		display:table;
		table-layout:fixed;
	}	
	#mainrow {
		display:table-row;
	} 
	#sidel, #content, #side {
		display:table-cell;
		vertical-align:top;
	}
	#sidel {
		width:0;
	}
	#content {
		width:auto;
	}
	#side {
		width:300px;
	}	
}

@media (min-width: 1200px) {
	#guts {
		position:relative;
	}
	#srchdiv {
		right:0;
	}
	#holder {
		width:94%;
		max-width:1200px;
	}
	#sidel {
		width:180px;
	}
	#menu {
		position:absolute;
		width:170px;
		display:block;
		top:0;
		left:0;
	}
	#menu a {
		padding:0.5em;
	}
	#navcontrol {
		display:none;
	}
	#title {
		left:0;
	}	
}

.amzitm {
    background-color:black;
	display:inline-block;
	text-align:center;
	vertical-align:top;
	width:97%;
	margin:1em 1%;
    max-width:280px;
}
@media (min-width: 625px) {
	.amzitm {
		width:46%;
	}
}
@media (min-width: 860px) {
	.amzitm {
		width:30%;
	}
}
@media (min-width: 1050px) {
	.amzitm {
		width:22%;
	}
}
