html, body {
	font-family: verdana, helvetica, sans-serif, arial;
	color: #6c3437;
	background-color: #ef3d21;
	margin: 0px;
	padding: 0px;
}
tr, td, p {
	font-size: 10px;
	color: #6c3437;
}
a {
	text-decoration: underline;
	color: #6c3437;
}
a:hover {
	text-decoration: none;
	color: #000;
}

img { border: 0px; }
img a { border: 0px; }
img a:hover { border: 0px; }
img a:visited { border: 0px; }
/* -------------------------------------------------------------------------- */

.main {
	width: 100%;
	height: 100%;
	border: 0;
}

.layout {
	width: 800px;
	height: 560px;
	background-color: #fff;
	padding: 0 15px 0 15px;
}
.home_layout {
	background: url('images/faded_bg.jpg') no-repeat 40px 230px #fff;
}
.head {
	height: 80px;
}

.menu {
	width: 750px;
	height: 30px;
	text-align: center;
	background: url('images/menu_line.gif') repeat-y;
	margin: 10px 0;
}
ul.nav {
	padding: 8px 0;
	margin: 0;
}
.nav li {
	display: inline;
	letter-spacing: 0px;
	margin: 0;
}
.nav li a {
	color: #000;
	text-decoration: none;
}
.nav li a:hover, .nav li.active a {
	color: #ef3d21;
	text-decoration: none;
}
.nav li.active a {
	font-weight: bold;
	color: #ef3d21;
}
.nav li span {
	color: #ff3012;
	margin: 0 5px 0 5px;
}

td.title {
	height: 20px;
}
.title p, .title, .people_menu {
	font-family: Georgia, "Lucida Sans Unicode", Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	letter-spacing: 2px;
	color: #643433;
	margin: 10px 0 0 10px;
}
.title p span, .title span {
	font-family: helvetica, sans-serif, arial;
	font-size: 9px;
	letter-spacing: 1px;
	color: #ff3012;
	font-weight: normal;
}
.title p span.courses {
	letter-spacing: 0px;
}
.courses p {
	letter-spacing: 1px;
}

.who {
	width: 181px;
	height: 218px;
	background: url('images/who.gif') no-repeat;
	margin: 0 0 0 50px;
}
.who_home {
	width: 181px;
	height: 60px;
	background: url('images/who_home.gif') no-repeat;
	margin: 0 0 0 50px;
}

.content {
	text-align: left;
	line-height: 11px;
	margin: 0 10px 0;
}
.content span {
	color: #ff3012;
}
.content em {
	font-size: 8px;
	color: #ff3012;
	font-style: normal;
}
ul.list {
	margin-top: 5px;
}
.list li {
	list-style-image: url('images/list_bullet.gif');
	text-align: left;
	margin: 2px 0 2px -18px;
}
p.pa {
	text-align: right;
	font-size: 8px;
	color: #ff3012;
	font-style: normal;
	margin: 0 15px 0 0;
}

.foot {
	height: 90px;
}
.foot hr {
	width: 100%;
	height: 1px;
	border: 0;
	background-color: #e7675b;
	color: #e7675b;
}
.prop {
	width: 450px;
	height: 70px;
	text-align: left;
	letter-spacing: -1px;
	margin: 0 15px 0;
}
.prop div.logo {
	width: 185px;
	height: 70px;
	background: url('images/logo.gif') no-repeat;
	float: left;
}
.prop div.address {
	width: 80px;
	color: #f03a15;
	float: left;
	margin: 17px 0;
}
.prop div.contact {
	color: #6c3538;
	float: right;
	margin: 17px 0;
}
/* -------------------------------------------------------------------- index */
.index_main {
	width: 100%;
	height: 100%;
	border: 0;
}
.index_main table.container {
	width: 480px;
	border: 0;
	margin-left: 300px;
}
.index_main table.container td.anim {
	padding: 0 0 0 8px;
}
.index_main table.container td.logo {
	width: 180px;
	height: 82px;
	background: url('images/index_logo.gif') no-repeat;
	border-left: 15px solid #ef3d21;
}
.index_main table.container td.address {
	width: 120px;
	font-size: 11px;
	color: #ffd9d4;
	padding-bottom: 6px;
}
.index_main table.container td.contact {
	font-size: 11px;
	color: #543a2d;
	padding-bottom: 6px;
}
/* -------------------------------------------------------------------------- */
.tmp {
	line-height: 14px;
}
a.tmp2 {
	padding: 0 0 0 15px;
}
p.tmp3 {
    text-align: right;
	margin: 0;
}
.people_menu {
	clear: both;
	margin: 0 0 0 190px;
}
#people1 {
	width: 132px;
	height: 177px;
	background: url('images/people1.jpg') no-repeat;
	clear: both;
	margin: 0 0 70px 0;
}
#people2 {
	width: 110px;
	height: 133px;
	background: url('images/people2.jpg') no-repeat;
	clear: both;
	margin: 10px 0 0 10px;
}
#people0 {
	width: 181px;
	height: 146px;
	background: url('images/people0.jpg') no-repeat;
	clear: both;
	margin: 0 0 0 10px;
}
#people3 {
	width: 118px;
	height: 177px;
	background: url('images/people3.gif') no-repeat;
	clear: both;
	margin: 10px 0 0 10px;
}
.courses_next {
	width: 100%;
	font-size: 11px;
	font-weight: bold;
	clear: both;
	margin: 10px 0 0 0;
}
.courses_next span.left {
	text-align: left;
	float: left;
}
.courses_next span.right {
	text-align: right;
	float: right;
}
.courses_next span a { text-decoration: none; }

dl.lst
{
	margin: 0 0 0 10px;
}
dl.lst dt
{
	float: left;
	margin: 0 0 0 0;
}
dl.lst dd
{
	padding: 0 0 0 20px;
}

form#mail
{
	width: 98%;
	overflow: hidden;
	padding: 0;
	margin: 10px 0 0 10px; 
}

form#mail p.heading
{
	font-size: 11px;
	font-weight: bold;
	margin: 10px 0 5px 0;
}

form#mail .item
{
	width: 320px;
	overflow: hidden;
	float: left;
	display: inline;
	margin: 0 40px 5px 0;
}
form#mail .item label
{
	width: 80px;
	line-height: 10px;
	display: block;
	float: left;
	margin: 2px 5px 0 0;
}
form#mail .item input.text
{
	width: 220px;
	height: 20px;
	font: normal 11px/normal Verdana, Helvetica, sans-serif;
	color: #444;
	border: 1px solid #ccc;
	background-color: #f7f7f7;
	float: left;
	padding: 2px 5px 0;
}

form#mail .item input.submit
{
	width: 50px;
	height: 25px;
	color: #fff;
	background-color: #ef3d21;
	border: none;
}

p.report-msg
{
	font-weight: bold;
	margin: 10px 0 0 10px;
}
p.red	{ color: #ef3d21; }
p.green	{ color: #408719; }