html {
	height: 100%;
}

#flashcontent {
	height: 88%;
}


body {
	height: 100%;
	margin: 0;
	padding: 0;
	background-color: #000000;
	color:#ffffff;
	font-family: arial, garmond, times, serif;

}

a {	
	color:#4b4a4b;
	text-decoration: none;
}

a:hover {
	color: #fff;
}

li.on a {
	color: #fff;
}

img {
	border: none;
}
#flashcontent {
}

#header {
	margin: 0;
	padding:0;
	height: 69px;
}

#logo {
	margin: 0 0 0 25px;
	background: url('/i/gluzman-logo.gif') 0 0 no-repeat;
	height: 69px;
	width: 111px;
	display: block;
	text-indent: -999em;
}

#logo:hover,
#logo.on {
	background: url('/i/gluzman-logo-on.gif') 0 0 no-repeat;	
}


#header ul {
	position: absolute;
	top: 5px;
	right: 50px;
	margin: 0;
	padding: 0;
}

#header ul li {
	list-style-type: none;
	display: block;
	float: left;
	padding: 0 30px 0 0;
	font-size: 20px;
	line-height: 69px;
}


/* Content */
#content {
	width: 600px;
	margin: 0 auto;
	padding: 20px 0;
}

#content a {
	text-decoration: underline;
	color: #fff;
}


#content h1 {
	font-size: 18px;
}
#content h2 {
	margin: 40px 0 10px 0;
	font-size: 14px;
}

#content p {
	font-size: 12px;
	line-height: 18px;
}

#content ul {
	width: 300px;
	overflow: hidden;
	float: left;
	font-size: 12px;
	margin: 0;
	padding: 0;
}
#content ul li {
	list-style-type: none;
}

#content .david {
	float: right;
	border: 1px solid #fff;
	margin: 0 0 40px 20px;
}

#content p.clear {
	padding: 20px 0;
	clear: both;
}

/* Footer */
body.learn #footer {
	position: relative;
}

#footer {
	padding: 5px 0;
	background: transparent;
	position: absolute;
	bottom: 0;
	width: 100%;
	text-align: center;
	font-size: 11px;
	z-index: 1000;
}

#footer a {
	color: #fff;
	text-decoration: underline;
}
#footer a:hover {
	cursor: hand;
}