html {
	width: 100%;
	height: 100%;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size:  12px;
	color: #000000;
	line-height: 18px;
}
body {
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	background: #000000;
}
h1 {
	font-size: 16px;
	font-weight: bold;
	color: #000000;
}
h1 a{
	color: #000000;
	text-decoration: none;
}
h1 a:link {
	color: #000000;
	text-decoration: none;
}
h1 a:visited {
	color: #000000;
	text-decoration: none;
}
h1 a:hover {
	color: #000000;
	text-decoration: none;
}
h1 a:active {
	color: #000000;
	text-decoration: none;
}
h2 {
	margin-bottom: 0;
	font-size: 12px;
	font-weight: bold;
	color: #bd2025;
}
h3 {
	margin-bottom: 0;
	font-size: 12px;
	font-weight: bold;
	color: #666666;
}
p {
	margin-top: 0;
}
a:link {
	color: #bd2025;
	font-weight: bold;
	text-decoration: none;
}
a:visited {
	color: #bd2025;
	font-weight: bold;
	text-decoration: none;
}
a:hover {
	color: #bd2025;
	font-weight: bold;
	text-decoration: underline;
}
a:active {
	color: #bd2025;
	font-weight: bold;
	text-decoration: underline;
}
img {
	border: 0;
}
	
#holder { 
	width: 100%;
	height: 100%;
	background-color: #000000;
}
	
#htmlCenterContent {
	position: absolute;
	top: 50px;
	left: 50%; 
	width: 900px;
	height: auto;
	margin-left: -490px;
	padding: 0 40px 0 40px;	
	background-color: #ffffff;
}
	
#navigation {
	list-style-type: none; 
	margin: 0;
	padding: 10px 0 10px 0;
	color: #666666;
	text-align: left;
}
#navigation a:link {
	color: #666666;
	font-weight: bold;
	text-decoration: none;
}
#navigation a:visited {
	color: #666666;
	font-weight: bold;
	text-decoration: none;
}
#navigation a:hover {
	color: #666666;
	font-weight: bold;
	text-decoration: underline;
}
#navigation a:active {
	color: #666666;
	font-weight: bold;
	text-decoration: underline;
}
#navigation ul {
	margin-left: 0;
	padding-left: 0;
}
#navigation li { 
	display: inline;
	margin: 0 25px 0 0;
	padding: 0;
	font-weight: bold;
}
#navigation img {
	vertical-align: middle;
}

#navigation #privacyHeadline {
	font-size: 24px;
	color: #C9252b;
}
	
#intro {
	padding: 10px 0 10px 0;
	color: #333333;
	font-weight: bold;
	border-bottom: 2px solid #cccccc;
}
.downloadFlash {
	padding: 0 40px 10px 40px;
	color: #666666;
	font-weight: bold;
	color: #bc2025;
	
}
.downloadFlash img {
	padding-top: 5px;
}

#flashWarning {
	padding-top: 25px;
	border-bottom: 2px solid #cccccc;
}

#schoolsForThought {
	padding: 10px 0 10px 0;
	color: #666666;
	font-weight: bold;
	border-bottom: 2px solid #cccccc;
}

#brainGames {
	padding: 10px 0 10px 0;
	border-bottom: 2px solid #cccccc;
}

#brainyStuff {
	padding: 10px 0 10px 0;
	color: #666666;
	font-weight: bold;
	border-bottom: 2px solid #cccccc;
}

#freeYourMind {
	padding: 10px 0 10px 0;
	color: #666666;
	font-weight: bold;
	border-bottom: 2px solid #cccccc;
}
#freeYourMind li {
	line-height: 18px;
}

#footer {
	padding: 20px 0 20px 0;
	margin-bottom: 40px;
	color: #666666;
	font-weight: bold;
	border-bottom: 2px solid #cccccc;
	text-align: center;
}
#footer a:link {
	color: #666666;
	font-weight: bold;
	text-decoration: none;
}
#footer a:visited {
	color: #666666;
	font-weight: bold;
	text-decoration: none;
}
#footer a:hover {
	color: #666666;
	font-weight: bold;
	text-decoration: underline;
}
#footer a:active {
	color: #666666;
	font-weight: bold;
	text-decoration: underline;
}
#footer #logo {
	size: 18px;
	font-weight: bold;
	color: #bc2025;
}
#footer ul {
	list-style-type: none; 
	margin: 0;
	padding: 0;
}
#footer li {
	display: inline;
	margin: 0 25px 0 0;
}

