body {
	margin-top: 30px;
}

.columns {
	width: 100%;
	float: left;
	clear: both;
}
.column {
	float: left;
	width: 25%;
}
.column.wide {
	width: 49%;
}
.column.extrawide {
	width: 74%;
}

.header {
	height: 175px;
}

.menu {
	position: relative;
	list-style-type: none;
	margin: 0; padding: 0;
	font-size: 23px;
}
.menu li {
	height: 32px;
}
.menu a {
	display: block;
	float: left;
	clear: both;
	padding: 4px;
	margin: -4px;
	text-decoration: none;
}
.menu .teachers {
	color: #c9252b;
}
.menu .courses {
	color: #f4792a;
}
.menu .practice {
	color: #84ad40;
}
.menu .about {
	color: #ffc220;
}
.menu .schedule {
	position: absolute;
	top: 0; left: 50%;
	color: #b2d340;
}
.menu .active {
	color: #ffffff;
}
.menu .teachers.active {
	background-color: #c9252b;
}
.menu .courses.active {
	background-color: #f4792a;
}
.menu .practice.active {
	background-color: #84ad40;
}
.menu .about.active {
	background-color: #ffc220;
}
.menu .schedule.active {
	background-color: #b2d340;
}

.sidebar .wrapper {
	margin-left: 50px;
}
.sidebar h2 {
	color: #cccccc;
	margin: 0; padding: 0;
}
.sidebar p {
	padding-top: 13px;
}

.text {
	font-size: 13px;
	color: #333333;
	padding-bottom: 50px;
}
.text h1, .text h2, .text h3, .text h4 {
	margin-top: 0;
	margin-bottom: 1em;
}
.text h1 {
	width: 80%;
	font-size: 23px;
	line-height: 26px;
}
.text h2 {
	color: rgb(116, 116, 116);
	font-size: 20px;
	font-weight: normal;
}
.text h3 {
	font-size: 13px;
}
.text h4 {
	font-size: 13px;
	padding-bottom: 3px;
	margin-bottom: 3px;
	border-bottom: 2px solid;
}
.text p {
	font-size: 13px;
	line-height: 16px;
	margin-top: 0; margin-bottom: 16px;
}
.text ol {
	color: #333333;
	font-size: 13px;
	margin: 0; padding: 0;
	list-style-type: none;
	margin-bottom: 2em;
}
.text ol li {
	position: relative;
	left: -20px;
	padding-left: 20px;
	margin-bottom: 13px;
	background-image: url('../images/li.gif');
	background-position: top left;
}
.text .asterisk {
	background: url('../images/asterisk.gif') no-repeat top left;
	width: 22px; height: 22px;
	margin-top: 50px;
	margin-bottom: 5px;
	position: relative;
	left: -12px;
}

.teachers .text a {
	color: #e41e2c;
}
.courses .text a {
	color: #f4792a;
}
.practice .text a {
	color: #84ad40;
}
.about .text a {
	color: #ffc220;
}

.courses_links a {
	color: #f4792a;
}

.teachers .text li {
	background-color: #e41e2c;
}
.courses .text li {
	background-color: #f4792a;
}
.practice .text li {
	background-color: #84ad40;
}
.about .text li {
	background-color: #ffc220;
}

.teachers .text h4 {
	border-color: #e41e2c;
}
.courses .text h4 {
	border-color: #f4792a;
}
.practice .text h4 {
	border-color: #84ad40;
}
.about .text h4 {
	border-color: #ffc220;
}