@charset "utf-8";
body {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-color: #e1d4b7;
	background-image: url(images/bground.jpg);
	background-repeat: repeat;
	background-position: center top;
}
.Main {
	position: relative;
	width: 780px;
}

.BannerContainer {
	position: absolute;
	height: 100px;
	width: 780px;
	left: 0px;
	top: 0px;
}
.FlashContainer {
	position: absolute;
	height: 140px;
	width: 780px;
	left: 0px;
	top: 100px;
	background-color: #6d2d80;
	border-bottom-width: 10px;
	border-bottom-style: solid;
	border-bottom-color: #000;
}
.ContentContainer {
	position: absolute;
	width: 780px;
	left: 0px;
	top: 270px;
	background-color: #000000;
	text-align: left;
	height: 715px;
}
.AboutContainer {
	color: #e1d4b7;
	position: relative;
	width: 740px;
	left: 20px;
	top: 20px;
	font-weight: bold;
}
.WebDesignTitle {
	background-color: #6d2d80;
	height: 20px;
	width: 740px;
	text-align: center;
	top: 40px;
	position: relative;
	left: 20px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFF;
	overflow: hidden;
}



.WebDesignContainer {
	background-color: #FFF;
	height: 135px;
	width: 740px;
	text-align: left;
	top: 40px;
	position: relative;
	overflow: scroll;
	left: 20px;
}
.MultimediaDesignTitle {
	background-color: #6d2d80;
	height: 20px;
	width: 740px;
	text-align: center;
	top: 63px;
	position: relative;
	left: 20px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFF;
	overflow: hidden;
}
.MultimediaDesignContainer {
	background-color: #FFF;
	height: 135px;
	width: 740px;
	text-align: left;
	top: 63px;
	position: relative;
	overflow: scroll;
	left: 20px;
}
.ElearningDesignTitle {
	background-color: #6d2d80;
	height: 20px;
	width: 740px;
	text-align: center;
	top: 86px;
	position: relative;
	left: 20px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFF;
	overflow: hidden;
}
.ElearningDesignContainer {
	background-color: #FFF;
	height: 135px;
	width: 740px;
	text-align: left;
	top: 86px;
	position: relative;
	overflow: scroll;
	left: 20px;
}
.TestimonialTitle {
	background-color: #6d2d80;
	height: 20px;
	width: 740px;
	text-align: center;
	top: 63px;
	position: relative;
	left: 20px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFF;
	overflow: hidden;
}
.TestimonialContainer {
	background-color: #FFF;
	height: 135px;
	width: 740px;
	text-align: left;
	top: 63px;
	position: relative;
	overflow: scroll;
	left: 20px;
}
.ContactTitle {
	background-color: #6d2d80;
	height: 20px;
	width: 740px;
	text-align: center;
	top: 86px;
	position: relative;
	left: 20px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFF;
	overflow: hidden;
}
.ContactContainer {
	background-color: #FFF;
	height: 235px;
	width: 740px;
	text-align: left;
	top: 86px;
	position: relative;
	overflow: scroll;
	left: 20px;
}







a:link {
	color: #6d2d80;
	text-decoration: underline
}
a:visited {
	color: #6d2d80;
	text-decoration: underline
}
a:hover {
	color: #e1d4b7;
	text-decoration: underline
}
a:active {
	color: #e1d4b7;
	text-decoration: underline;
}
.altlink a:link {
	font-weight: bold;
	text-decoration: underline;
}
.altlink a:visited {
	font-weight: bold;
	color: #e1d4b7;
	text-decoration: underline;
}

.altlink a:hover {
	font-weight: bold;
	color: #ffffff;
	text-decoration: underline;
}

.altlink a:active {
	font-weight: bold;
	color: #ffffff;
	text-decoration: underline;
}
