body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #cbc2a9;
	margin: 0px;
}
p, div {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
p {
	margin: 0px;
}
a {
	color: #6f6a5b;
	text-decoration: underline;
}
a:hover {
	color: #e8b419;
	text-decoration: none;
}
h1 {
	color: #6f6a5b;
	font-size: 26px;
	font-weight: bold;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	text-align: center;
}
.nav_bar {
	font-size: 18px;
	font-weight: bold;
	border-bottom-width: 6px;
	border-bottom-style: solid;
	border-bottom-color: #cbc2a9;
	padding-top: 10px;
	padding-bottom: 10px;
	text-align: center;
	color: #6f6a5b;
}
.nav_bar a {
	text-decoration: none;
}
.enroll {
	color: #ff9900;
	font-size: 30px;
	font-weight: bold;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	text-align: center;
}
.main_cont {
	background-color: #e6ddc3;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	height: auto !important;
	height: 220px;
	min-height:220px;
}
.breaks {
	clear: both;
}
.cont_contain {
	background-color: #e6e0cd;
	width: 730px;
	border: 2px solid #cbc2a9;
	margin-right: auto;
	margin-left: auto;
	margin-top: 20px;
	margin-bottom: 10px;
	height: auto !important;
	height: 220px;
	min-height:220px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 20px;
	padding-left: 10px;
}
.left_contain {
	float: left;
	width: 0px;
	background-color: #f2ede0;
	height: auto !important;
	height: 220px;
	min-height:220px;
	padding: 8px;
}
.right_contain {
	margin-left: 0px;
	background-color: #f2ede0;
	height: auto !important;
	height: 220px;
	min-height:220px;
	padding: 8px;
}
.classes {
	border-left-width: 3px;
	border-left-style: solid;
	border-left-color: #cbc2a9;
	width: 1px;
}
