
/*=========================================*/
/* Header                   */
/*=========================================*/
/*
#header 
{
	//display:block;
	//position:static;
	top: 0;
	right: 0;
	left: 0;
	width: 100%;
	//margin-bottom: 50px;
	min-height: 10px;
	text-transform: uppercase;
	background: #fff;
	z-index: 2;
	-webkit-box-shadow: 0 1px 10px rgba(0, 0, 0, 0.15);
	-moz-box-shadow: 0 1px 10px rgba(0, 0, 0, 0.15);
	box-shadow: 0 1px 10px rgba(0, 0, 0, 0.15);
}
*/

.title
{
	margin: 6px 0 0 0;
	padding-left: 1em;
	color: #2e2e2e;
	line-height: 100%;
	text-transform: uppercase;
	//text-align: center;
}

/*=========================================*/
/* Class Content/Lecture                   */
/*=========================================*/

html, body 
{
	padding-left: 10px;
	padding-bottom: 20px;
}
