* {
	margin: 0px;
	padding: 0px;
}

html {
	border: none;
	min-width: 700px;
}

body {
	font-family: Verdana, Arial, Sans;
	font-size: 62.5%;
	line-height: 110%;
	color: #000000;
}

img {
	border: 0px;
}


#mb-logo {
	float: right
}

#header {
	height: 45px;
}

#header-menu {
	display:none;
}

#navbar-container {
	display:none
}

#footer {
	font-size: 1.0em;
	line-height: 1.2em;
	margin-top: 12px;
	clear: both
}

#footer a {
	text-decoration:none;
	display: block;
}

#footer-menu {
	display:none;
}

#content {
	font-family:  "Trebuchet MS", Verdana, Arial, Sans;
	padding-top: 3px;
	padding-bottom: 10px;
	font-size: 1.1em;
}

#content ul, #content dl {
	padding-left: 20px;
	list-style:square;
	padding-bottom: 5px;
}

#content p {
	padding-bottom: 5px;
}

#content a {
	text-decoration:none
}

#main-menu-div {
	display:none;
}

#flashspot {
	display: none
}


h1 {
	font-size:160%;
	padding-bottom: 5px;
	font-weight: bold;
	margin: 0;
	color: #A64242;
	text-shadow: #666666 2px 2px 5px;
}

h2 {
	font-size: 140%;
	margin-bottom: 3px;
	font-weight:bold;
	line-height: 1.3em;
}

h3 {
	font-size: 110%;
	margin-bottom: 2px;
	font-weight:bold;
	line-height: 1.3em;
}

.sectitle {
	font-size:1.6em;
	font-weight: bold;
	margin: 0;
	color: #A64242;
}

.titled {
	font-size:1.4em;
	color: #A64242;
	font-weight:bold;
}

.subtitled {
	font-size: 1.1em;
	font-weight:bold;
	line-height: 1.3em;
}

pre {
	font-family:"Courier New", Courier, mono;
	font-size: 120%;
	clear: both;
	margin: 10px 10px 10px 10px;
	border: 1px solid #111;
	padding: 10px 10px 10px 10px;
	background: #E9E9E9;
	width: 95%;
}

.notice {
	font-family:"Courier New", Courier, mono;
	margin: 10px 10px 10px 10px;
	border: 1px solid #666666;
	padding: 10px 10px 10px 10px;
	background: #FFFF99;
	width: 95%;
}

.advertisement {
	display: none
}

.google-ad {
	display: none
}

.bg-yellow {
	border: 1px #FF0000 solid;
	width: 95%;
}