BODY {
	background-image: url(images/body-bg.png);
	background-repeat: repeat-x;
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	position: absolute;
	width: 100%;
	height: 100%;
	padding: 0px;
	text-align: center;
}
.leftshad {
	background-image: url(images/lshad.png);
	background-repeat: repeat-y;
	width: 4px;
}
.rightshad {
	background-image: url(images/rshad.png);
	background-repeat: repeat-y;
	width: 4px;
}
.heading {
	background-color: #CCCCCC;
	color: #333333;
	font-weight: bold;
	padding: 5px 0px 5px 5px;
}
.entry {
	color: #333333;
	background-color: #F2F2F2;
	padding: 5px 0px 5px 5px;
}
#timetable {
	margin-left: 15px;
}
#mainhold {
	width: 760px;
	text-align: left;
	height: 100%;
	margin: 0px auto;
}
H1 {
	font-size: 12px;
	font-weight: bold;
	margin: 0px;
	line-height: normal;
	padding: 0px;
}
.intro {
	text-align: justify;
	padding-right: 15px;
}
H2 {
	font-size: 16px;
	font-weight: bold;
	margin: 0px;
	line-height: normal;
	padding: 0px;
}
.imagehome {
	background-image: url(images/home-img.jpg);
	background-repeat: no-repeat;
	height: 550px;
	background-position: bottom;
}
.customercare {
	background-image: url(images/customer-care.jpg);
	background-repeat: no-repeat;
	height: 550px;
	background-position: bottom;
}
.customerserv {
	background-image: url(images/customer-service.jpg);
	background-repeat: no-repeat;
	height: 550px;
	background-position: bottom;
}
.salestech {
	background-image: url(images/tele-techs.jpg);
	background-repeat: no-repeat;
	height: 550px;
	background-position: bottom;
}
.assertiveness {
	background-image: url(images/assertiveness.jpg);
	background-repeat: no-repeat;
	height: 550px;
	background-position: bottom;
}
.relations {
	background-image: url(images/customer-relations.jpg);
	background-repeat: no-repeat;
	height: 550px;
	background-position: bottom;
}
.contentarea {
	background-image: url(images/bodydrop.png);
	background-repeat: repeat-x;
	padding: 15px 15px 0px 15px;
}
#dots {
	background-image: url(images/horizdots.gif);
	background-repeat: repeat-x;
	height: 1px;
	padding-top: 5px;
}
.end {
	background-image: url(images/finshed.png);
	background-repeat: no-repeat;
	width: 768px;
	height: 84px;
}
#lower {
	font-size: 10px;
	margin-top: 40px;
	text-align: center;
	color: #999999;
}
#navbar {
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
}
#navbar A {
	display: block;
	color: #333333;
	background-image: url(images/linkarriw.gif);
	background-repeat: no-repeat;
	font-weight: bold;
	text-decoration: none;
	padding: 2px 8px 8px 8px;
}
#navbar A:hover {
	display: block;
	color: #003366;
	font-weight: bold;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	background-image: url(images/linkarriw2.gif);
	background-repeat: no-repeat;
	padding: 2px 8px 8px 8px;
}
.dropline {
	width: 2px;
	background-image: url(images/divide.gif);
	background-repeat: repeat-y;
	padding-right: 20px;
}
#sublinks {
	color: #999999;
}
#sublinks A {
	font-weight: normal;
}
#sublinks A:hover {
	font-weight: normal;
}