body {
	background: #ffe0e0 url(/img/btq.gif) top left fixed no-repeat;
	font: 1.2em "Lucida Grande", Arial, serif;
	color: #595959;
	text-align: center;
}

a:link { color: #a00; text-decoration: none; }
a:visited { color: #a22; text-decoration: none; }
a:hover { color: #009; text-decoration: underline; }

.floatleft { float: left; margin-right: 5px; }
.floatright { float: right; margin-left: 5px; }
.framed { border: 1px solid #ccc; padding: 8px; }
.hide { visibility: hidden; }
.clear { clear: both; height: 0; line-height: 0; margin: 0; padding: 0; }
a img { border: 0; }

#container {
	text-align: left;
	margin-left: auto;
	margin-right: auto;
	width: 760px;
}

#header { margin-top: 1em; height: 50px; }
	#header #title {
		height: 50px;
		width: 380px;
		float: left;
		text-transform: uppercase;
	}
		#header h1 {
			margin: 0;
			font-size: 32px;
		}
			#header h1 a { color: #c00; }

		#header h2 {
			margin: 0;
			padding-left: 2px;
			color: black;
			font: bold 11px/6px Arial, sans-serif;
		}

	#header #nav {
		margin-left: 380px;
		height: 50px;
	}
		#header #nav ul {
			list-style: none outside;
			margin: 0;
			padding: 0;
		}
			#header #nav ul li {
				width: 72px;
				height: 50px;
				float: left;
				text-align: center;
			}
				#header #nav ul li.active {
					background: white;
					}

			#header #nav a {
				display: block;
				height: 35px;
				padding-top: 15px;
				font-size: 14px;
				color: #c66;
				text-decoration: none;
				font-weight: bold;
				}
			#header #nav a:hover {
				background: #fcc;
				text-decoration: underline;
				}



#content {
	clear: both;
	background: white url(/img/btq2.gif) top left fixed no-repeat ;
	padding: .5em;
	line-height: 1.7em;
}
	#content h3 {
		margin: 5px 0;
		color: #900;
		font: normal 1.5em Georgia, serif;
		}
	#content h4 {
		margin: 5px 0;
		color: #900;
		font-size: 1.1em;
		}
	#content p { margin-top: 0; margin-bottom: 1em; }


#footer {
	margin: 3em 0;
	text-align: center;
	font-size: 11px;
	color: gray;
}


dl dt { font-weight: bold; }
dl dd { margin-left: 1.5em; margin-bottom: 1em; }

blockquote {
	font-size: .8em;
	line-height: 1.2em;
}

cite {
	font-size: 11px;
	font-style: normal;
}

/* ADS */
#content .ad-rectangle {
	float: right;
	width: 336px;
	margin-left: 5px;
	padding: 3px;
	border: 1px solid #f9f9f9;
}

.ad-leaderboard {
	border: 1px solid #f9f9f9;
}

.store-bar {
	border: 1px solid #ddd;
	border-bottom-color: #aaa;
	border-right-color: #aaa;
	background: white url(/img/ad-store.gif) center left no-repeat;
	height: 20px;
	font: bold 11px Verdana;
	padding-top: 5px;
}
	.store-bar a {
		display: block;
		padding-left: 75px;
	}