﻿body {
	background-image:url('images/bg.jpg');
	background-repeat:repeat-x;
	background-color:#c8c8c8;
	text-align:center;
	margin:0;
}

ul, li {
	color:#696969;
}

.boost {
	font-weight:bold;
	font-size:16px;
	font-family:"Times New Roman", Times, serif;
}

#wrapper {
	width:1000px;
	height:690px;
	margin:0 auto;
}

#bannerArea {
	width:1000px;
	height:88px;
	background-image:url('images/activate_01.jpg');
	float:left;
}

#linkArea {
	width:1000px;
	height:21px;
	float:left;
	text-align:center;
}

#linkArea a.link1 { 
	margin-left:0px;
}


#linkArea a {
	border:0;
	color:#580176;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	font-weight:bold;
	text-decoration:none;
	margin-left:35px;
}

#linkArea a:hover {
	text-decoration:underline;
}

#banner_margin {
	background-image:url('images/banner_margin.jpg');
	width:1000px;
	height:3px;
	float:left;
	margin-bottom:30px;
}

#contentArea {
	width:1000px;
	height:532px;
	float:left;
	text-align:left;
	margin-left:50px;
}

#contentArea a {
	color:#580176;
}

#homeImg_area {
	float:right;
	width:200px;
	height:446px;
	background-image:url('images/dancer2.jpg');
	background-repeat:no-repeat;
	margin-right:170px;
	margin-top:20px;
}

#testimonialsImg {
	float:right;
	width:198px;
	height:446px;
	background-image:url('images/testImg.jpg');
	margin-right:170px;
	margin-top:20px;
}

#enquiryImg {
	float:right;
	width:198px;
	height:446px;
	background-image:url('images/indexImg.jpg');
	margin-right:150px;
	margin-top:20px;
}


#bespokeImg {
	float:right;
	width:245px;
	height:434px;
	background-image:url('images/bespokeImg.jpg');
	margin-right:150px;
	margin-top:10px;
	border:1px #c0c0c0 solid;
}

#sumupImg {
	float:right;
	width:245px;
	height:434px;
	background-image:url('images/sumupImg.jpg');
	margin-right:150px;
	margin-top:10px;
	border:1px #c0c0c0 solid;
}

#stepupImg {
	float:right;
	width:245px;
	height:434px;
	background-image:url('images/stepupImg.jpg');
	margin-right:150px;
	margin-top:10px;
	border:1px #c0c0c0 solid;
}

#creativeImg {
	float:right;
	width:200px;
	height:423px;
	background-image:url('images/creativeImg.jpg');
	margin-right:150px;
	margin-top:10px;
	border:1px #c0c0c0 solid;
}

#contentArea h1 {
	color:#696969;
	font-family:Arial, Helvetica, sans-serif;
	font-size:17px;
	width:550px;
}

#contentArea h2 {
	color:#696969;
	font-family:Arial, Helvetica, sans-serif;
	font-size:15px;
	width:550px;
}

#contentArea p {
	color:#696969;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	width:550px;
	line-height:20px;
}

#contentArea img {
	float:right;
}

#contentArea ul {
	color:#696969;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	width:550px;
	line-height:20px;
}

#courseNav {
	width:774px;
	height:201px;
	margin:0 auto;
	margin-top:80px;
	margin-bottom:20px;
}

a.course1 {
	background-image:url('images/courseNav.jpg');
	background-position:0 0;
	display:block;
	width:250px;
	height:201px;
	float:left;
}

a.course1:hover {
	background-position:0 -201px;
}

a.course2 {
	background-image:url('images/courseNav.jpg');
	background-position:-250px 0;
	display:block;
	width:250px;
	height:201px;
	float:left;
}

a.course2:hover {
	background-position:-250px -201px;
}

a.course3 {
	background-image:url('images/courseNav.jpg');
	background-position:-500px 0;
	display:block;
	width:261px;
	height:201px;
	float:left;
}

a.course3:hover {
	background-position:-500px -201px;
}



.courseNavTxt {
	font-size:11px;
	font-family:Arial, Helvetica, sans-serif;
	color:#808080;
}

#footerArea {
	width:1000px;
	height:88px;
	background-color:#c8c8c8;
	float:left;
	text-align:center;
}

#footerArea p {
	color:#ffffff;
	font-size:11px;
	font-family:Arial, Helvetica, sans-serif;
}

#formArea {
	margin-top:30px;
}

th {
	color:#696969;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}

input {
	color:#580176;
}

.required {
	color:red;
}