@charset "utf-8";
/* CSS Document */

body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	text-align: center;
}
#containor {
	text-align: left;
	width: 974px;
	padding: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#header {
	height: 105px;
	width: 974px;
}
.worksafe {
	margin-left: 176px;
}
.logo {
}
#left-image {
	height: 312px;
	width: 504px;
	float: left;
	margin: 0px;
	padding: 0px;
	background-image: url(../images/home02.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
}
#right-image {
	height: 312px;
	width: 470px;
	float: left;
	background-image: url(../images/text-bg.jpg);
	background-position: left bottom;
	background-repeat: repeat-y;
	margin: 0px;
	padding: 0px;
}

#text {
	width: 400px;
	text-align: justify;
	color: #FFFFFF;
	font-size: 16px;
	margin-top: 20px;
	line-height: 22px;
	height: 135px;
}

#pics-containor {
	height: 160px;
	width: 974px;
}



#nav-containor {
	background-image: url(../images/tabs-bg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 35px;
	width: 975px;
	margin: 0px;
	padding: 0px;
	clear: left;
}
#nav {
	height: 35px;
	width: 531px;
	margin-left: 404px;
}
#nav ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#nav li {
	display: block;
	float: left;
	height: 35px;
	width: 177px;
}




#nav #nav1 a {
	height: 35px;
	width: 177px;
	display: block;
	text-indent: -9000px;
	background-image: url(../images/about-us.jpg);
	background-repeat: no-repeat;
}

#nav #nav2 a {
	height: 35px;
	width: 177px;
	display: block;
	text-indent: -9000px;
	background-image: url(../images/course-list.jpg);
	background-repeat: no-repeat;
}

#nav #nav3 a {
	height: 35px;
	width: 177px;
	display: block;
	text-indent: -9000px;
	background-image: url(../images/calendar.jpg);
	background-repeat: no-repeat;
}

#nav #nav1 a:hover, #nav #nav2 a:hover, #nav #nav3 a:hover {
	background-position: 0px -35px;
}



#downloads-containor {
	background-image: url(../images/downloads-bg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 115px;
	width: 974px;
}
.downloads {
	float: right;
	margin-top: 32px;
	margin-right: 70px;
}

#footer {
	background-image: url(../images/footer-bg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 66px;
	width: 974px;
	text-align: center;
	font-size: 10px;
	font-weight: bold;
	color: #919090;
	text-transform: uppercase;
}

#footer a {
	color: #919090;
}
#footer a:visited {
	color: #666666;
}
#footer a:hover {
	color: #666666;
	text-decoration: none;
}
#footer a:active {
	color: #666666;
	text-decoration: none;
}

#footer-nav {
	height: 15px;
	width: 974px;
	padding-top: 15px;
	margin-bottom: 10px;
}
#footer-nav ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#footer-nav li {
	display: inline;
	padding-right: 15px;
	padding-left: 15px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #919090;
}
#footer-nav li.first {
	display: inline;
	padding-right: 15px;
	padding-left: 15px;
	border-left-width: 0px;
	border-left-style: none;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
}

