@charset "utf-8";
/* CSS Document */

.oneColFixCtr #container {
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: no-repeat center top;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	height: 600px;
}
.oneColFixCtr #mainContent {
	height: 400px;
	width: 730px;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 20px;
	padding-top: 20px;
	margin: 0px;
}
.oneColFixCtr #container #header {
	height: 110px;
	width: 780px;
	background-repeat: no-repeat;
	background-position: center top;
	background-image: url(../Images/head.gif);
}
.oneColFixCtr #container #mainContent #para1 {
	width: 400px;
	height: auto;
	text-align: center;
	font-size: 12px;
	margin: 0px;
	padding: 60px 0px 0px;
}
#courses a {
	color: #4B6A40;
	text-decoration: none;
}
#courses a:hover {
	color: #7CA76D;
	text-decoration: underline;
}
.oneColFixCtr #container #mainContent #courses {
	text-align: left;
	font-size: 20px;
	font-style: italic;
	margin-left: 10px;
	padding: 0px;
	border: thin none #000000;
	clear: none;
	height: auto;
	margin-bottom: 10px;
	width: 730px;
	float: none;
}
.oneColFixCtr #container #mainContent #desc {
	float: left;
	height: 160px;
	width: 355px;
	clear: none;
	margin: 0px;
	padding: 40px 0px 0px;
}
.oneColFixCtr #container #mainContent #courses #fear {
	margin-left: 65px;
	height: 40px;
	line-height: 40px;
}
.oneColFixCtr #container #mainContent #courses #health {
	margin-left: 30px;
	line-height: 40px;
	height: 40px;
}
.oneColFixCtr #container #mainContent #courses #money {
	margin-left: 5px;
	line-height: 40px;
	height: 40px;
}
.oneColFixCtr #container #mainContent #courses #love {
	margin-left: 0px;
	line-height: 40px;
	height: 40px;
}
.oneColFixCtr #container #mainContent #courses #growth {
	margin-left: 5px;
	line-height: 40px;
	height: 40px;
}

#footer {
	text-decoration: none;
	color: #6A7B99;
	text-align: center;
	padding: 0px;
	height: 40px;
	width: 780px;
	margin: 0px;
}
#footer a {
	color: #647798;
	text-decoration: none;
}
#footer a:hover {
	color: #EDEEF3;
}
#copyright {
	text-decoration: none;
	color: #6A7B99;
	text-align: center;
	font-size: 8px;
	height: 20px;
	margin: 0px;
	padding: 0px;
}
.heading {
	font-size: 30px;
	font-weight: normal;
	height: 25px;
	margin: 0px 0px 10px;
	padding: 0px;
	line-height: 30px;
}
.oneColFixCtr #container #mainContent #courses .crsedesc {
	font-size: 12px;
	padding: 0px;
	margin-left: 20px;
	font-style: normal;

.oneColFixCtr #container #mainContent #courses #name {
	margin-left: 65px;
	height: 40px;
	line-height: 40px;
}
