* {
	border:0;
	font-size:11px;
	padding-top: 0;
	padding-right: 0;
	margin: 0;
	color: #000;
}

body {
	background-color:#FFF;
	font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
	font-size: 14px;
}

ol, ul {
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	margin:0;
	padding:0;
}

.clear {
	clear:both;
}

.empty {
	height:0pt;
	line-height:0pt;
	font-size:0pt;
}

p
{
	color: white;
	line-height:15px;
}

h1
{
	color:white;
	font-size:20px;
	font-weight:bold;
	
}

h2
{
	color:#666;
	font-size:16px;
	font-weight:bold;	
}

a {
	color:white;
	font-weight:normal;
	text-decoration:none;
}

a:hover {
	color: #767676;
	text-decoration:none;
}

input.text {
	background: #fffffb;
	border:0px;
	color:#7f7f7f;
	height:11px;
	font-size:11px;
}


/*//////////////////*/
/*//////Basic///////*/
/*//////////////////*/


/*//////////////////*/
/*//////Notice//////*/
/*//////////////////*/
#notice {
	position: absolute;
	background: url(../img/notice_bg.png) no-repeat 0 0;
	height: 100px;
	width: 135px;
	left:1165px;
	padding: 0 20px;
	display: block;
	
}

#notice h1{
	font-size: 15px;
	margin-bottom: 10px;
	float: left;
	
}

#notice p{
	clear: both;
}

#close_notice {
	background: url(../img/close_notice.png) no-repeat 0 bottom;
	height: 16px;
	width: 10px;
	display: block;
	float: right;
	padding-top: 0px;
}



#wrapper {
	background-color:white;
	width:895px;
	background-image: url(../img/wrapback.gif);
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 0px;
	padding-right: 12px;
	padding-bottom: 0px;
	padding-left: 12px;
	background-repeat: repeat-y;
}


/*///////////////////*/
/*//////Header///////*/
/*///////////////////*/
#header {
	background: url(../img/header.png) no-repeat 0 0;
	width: 890px;
	height: 30px;
	padding-left: 5px;
}

#header img {
	background:white;
	float: left;
}



#mainnav {
	background:url(../img/mainnav_bg.gif) repeat-x;
	height:30px;
	margin: 0px;
	padding: 0px;
	float: left;
}

#mainnav li {
	float:left;
	position:relative;
}

#mainnav li a {
	background:url(../img/main_button.png) no-repeat  bottom;
	color:white;
	display:block;
	font-weight:normal;
	height:23px;
	padding-top:7px;
	text-align:center;
	width:85px;
}

#mainnav li a:hover {
	background:url(../img/main_button.png) no-repeat  0 -30px;
	color: #c8caca;
	display:block;
	font-weight:normal;
	height:23px;
	padding-top:7px;
	text-align:center;
	width:85px;
}

.home #mainnav #home a, .aboutus #mainnav #aboutus a, .courses #mainnav #courses a, .tutors #mainnav #tutors a, .contactus #mainnav #contactus a{
	background:url(../img/main_button.png) no-repeat  0 0;
	color: #fbe4d6;
	display:block;
	font-weight:normal;
	height:23px;
	padding-top:7px;
	text-align:center;
	width:85px;
}


#mainnav li ul
{
            display:none;
            position:absolute;
            top:30px;
            left:0px;
            width:136px;
            padding-top: 1px;
            *padding-top:0px;
         
        }
        
#mainnav li ul li{
            *border-top:1px solid black;         
        }
        
        


#mainnav li ul #everyday a{
	background: url(../img/subbutton.png) no-repeat bottom left;
	height: 22px;
	width: 108px;
	text-align: left;
	padding-top: 9px;
	padding-left: 28px;
	
}

#mainnav li ul #everyday a:hover{
	background: url(../img/subbutton.png) no-repeat top left;
	height: 22px;
	width: 108px;
	text-align: left;
	padding-top: 9px;
	padding-left: 28px;
	
}

#mainnav li ul #business a{
	background: url(../img/subbutton.png) no-repeat bottom right;
	height: 22px;
	width: 108px;
	text-align: left;
	padding-top: 9px;
	padding-left: 28px;
	margin-top: 1px;
	 *margin-top:0px;
	
}

#mainnav li ul #business a:hover{
	background: url(../img/subbutton.png) no-repeat top right;
	height: 22px;
	width: 108px;
	text-align: left;
	padding-top: 9px;
	padding-left: 28px;
	margin-top: 1px;
	 *margin-top:0px;
	
}



#websearch {
	float: right;
	height: 24px;
	width: 140px;
	padding-top: 4px;
	
}

#searchwrapper_left {
	float: left;
	background: url(../img/search_submit.png) transparent  no-repeat 0 0;
	height: 20px;
	width:20px
}

#websearch input.text{
	float: left;
	background: url(../img/search_bg.png) repeat-x;
	height: 16px;
	width: 100px;
	padding-top:4px;
}

#websearch input.text:active{
	float: left;
	background: url(../img/search_bg.png) repeat-x;
	height: 16px;
	width: 100px;
	padding-top:4px;
	border: 0;
}

#searchwrapper_right {
	background: url(../img/search_right.png) transparent  no-repeat 0 0;
	float: left;
	height: 20px;
	width: 10px;
	display: block;
	
}

#banner {
	margin-bottom:5px;
	
}

#banner img{
	margin: 0;
	padding: 0;
	*vertical-align:bottom;
	
	
}

/*////////////////////////*/
/*///footer///////////////*/
/*////////////////////////*/
#footer {
	margin-top: 40px;
	width: 895px;
	height: 72px;
	background: url(../img/footer_bg.png);
	border-top: solid 1px #d2d5d4;
	padding-top: 3px;
	padding-left: 2px;
}

#footer a{
	color: #909292;
}

#footer a:hover{
	color: red;
}

#footer p{
	display: block;
	float:left;
	clear: both;
	color: #6b6f6f;
	margin-top: 3px;
	margin-left: 5px;	
}

#footer #footernav li{
	float: left;
	margin-right: 25px;
	margin-left: 5px;
}






/*////////////////////////*/
/*///left_doublecolumn////*/
/*////////////////////////*/
#left_doublecolumn {
	margin-top: 5px;
	float: left;
	width: 445px;
}



#login
{
	float: left;
	width: 220px;
}

.regular_top {
	background: url(../img/regular_top.png) no-repeat 0 0;
	height: 32px;
	width: 204px;
	padding-top: 4px;
	padding-left: 16px;
	
}

#login .content {
	background:#3C3C3C;
	width: 198px;
	height: 213px;	
	padding: 5px 10px 10px 12px;
	
}


#login .login {
	padding-top: 15px;
}

#login .input_text {
	padding-top: 10px;
}

#login .input_text .text {
	background: url(../img/text_bg.png) no-repeat;
	height: 20px;
	width: 195px;
	border-bottom: black 1px solid;
}

#login .submit_area {
	padding-top: 11px;
	margin-right: 10px;
	margin-top: 0px;
}

#login .submit_area p {
	float: left;
	width: 70px;
}

#login .login_btn {
	font:11px Lucida Grande, "Lucida Sans Unicode", Arial, Verdana, sans-serif; 
	background: url(../img/btn.png) no-repeat;
	color: white;
	float: right;
	width: 71px;
	height: 26px;
	}
	
#login .login_btn:hover {
	font:11px Lucida Grande, "Lucida Sans Unicode", Arial, Verdana, sans-serif; 
	background: url(../img/btn.png) no-repeat 0 -26px;
	color: white;
	float: right;
	width: 71px;
	height: 26px;
	}



#new_course {
	background: url(../img/newcourse_bg.png) no-repeat;
	float: left;
	width: 188px;
	height: 260px;
	margin-left: 5px;
	padding-top: 4px;
	padding-left: 16px;
	padding-right: 16px;
}

#new_course h1{
	padding-bottom: 10px;
}

#new_course a {
	float: right;
	margin-top: 25px;
	
}


/* //////////////////////// */	
/* ///// Courses ////////// */
/* //////////////////////// */
.courses_img {
	position: relative;
	float: left;
	margin: 13px 0px 0px 0px;
	height: 350px;
	width: 850px;
	}

.application {
	position: relative;
	float: left;
	margin: 12px 0px 12px 0px;
}


.application a{
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	color: black;
	text-weight:		normal;
	text-decoration:	none;
	}
	
.application a:hover {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	color: orange;
	text-weight:		normal;
	text-decoration:	none;
}

.courses_3col {
	position: relative;
	float: left;
	width: 850px;
	height: 200px;
	margin:	20px 0px 0px 0px;
	background-image: url("courses_3col.gif") ;
	background-repeat: no-repeat;
	}


.courses_3col h1 {
	position: relative;
	float: left;
	width: 260px;
	font-size: 23px;
	font-family: Helvetica, Arial, sans-serif;
	margin: 10px 0px 10px 10px;
	
	}

.courses_3col h1 a{
	text-decoration: none;
	color: #F47920;
	font-size: 20px;
	font-style: inherit;
}


.courses_3col p {
	position: relative;
	float: left;
	width: 260px;
	font-size: 12px;
	font-family: Helvetica, Arial, sans-serif;
	margin: 4px 0px 0px 10px;
	color: #666;	
}

.courses_3col p a{
	position: relative;
	float: left;
	text-decoration: none;
	font-size: 14px;
	font-family: Helvetica, Arial, sans-serif;
	color: #F47920;
	margin: 20px 0px 0px 0px;
}


.everyday_ch {
	position: relative;
	float: left;
	width: 260px;
	margin: 0px 10px 0px 20px;
	border-right: 1px dotted;
}

.advanced_ch {
	position: relative;
	float: left;
	width: 260px;
	border-right: 1px dotted;
	height: 200px;
}

.buniness_ch {
	position: relative;
	float: right;
	width: 260px;
	margin: 0px 0px 0px 0px;
}


/*////////////////////////*/
/*///News/////////////////*/
/*////////////////////////*/
#news_brief {

	margin-top:5px;
	width: 445px;

	
}


#news_brief h1 {
	background: url(../img/icon_news2.png) no-repeat 392px;
}

#news_brief p{
	color: black;
	margin-top: 10px;

}



#news_brief .news_home h2 a{
	font-size: 14px;
	font-weight: bold;
	display: block;
	color: black;
	margin-top: 3px;
	width: 280px;
}

#news_brief .date {
	margin:0;
}

#news_brief1 {
	margin-top:20px;
	margin-left:90px;
	width: 500px;
	float: left;
}


#news_brief1 h1 {
	background: url(../img/icon_news2.png) no-repeat 392px;
}

#news_brief1 p{
	color: black;
	margin-top: 10px;

}



#news_brief1 .news_home h2 a{
	font-size: 14px;
	font-weight: bold;
	display: block;
	color: black;
	margin-top: 3px;
	width: 280px;
}

#news_brief1 .date {
	margin:0;
}


#news_top {

	background: url(../img/news_top.png) no-repeat 0 0;
	height: 36px;
	width: 429px;
	padding-top: 9px;
	padding-left: 16px;
}

#news_border {
	overflow: auto;
	width: 423px;
	border: 1px solid #909090;
	background-color:#FEFEFE;
	border-top: 1px solid black;
	padding: 0px 10px 0px 10px;
	margin-top: 2px;
}


#vertical_slide {
	background: url(../img/news_line.png) no-repeat 0 bottom;
	overflow: auto;
	padding-bottom: 10px;
	margin-top: 15px;
	
	}

.news_option {
	margin-top: 10px	;
	width: 130px;
	position: relative;
	float: right;
	margin-bottom: 10px;
		
}

.news_option .check_detail {
	display: block;
	float: left;
	background: url(../img/icon_news.png) no-repeat 0 bottom;
	color: black;
	height: 14px;
	padding-left: 18px;
	margin-right: 10px;
	
	}

.news_option .ignore_detail {
	display: block;
	float: left;
	background: url(../img/icon_news.png) no-repeat 0 0;
	height: 14px;
	color: black;
	padding-left: 18px;

	}
	









/*////////////////////////*/
/*///third column/////////*/
/*////////////////////////*/

#third_column {
	float: left;
	margin-top: 5px;
	margin-left: 5px;
	width: 220px;
	
}

#contactdetail {
	width: 220px;
	height:auto;
}

#location {
	background: url(../img/location.png) no-repeat 0 0;
	height: 83px;
	width: 188px;
	padding-left: 16px;
	padding-right: 16px;
	padding-top: 145px;
}

#location p {
	float: left;
	}
	
#location #tele {
	background: url(../img/tele.png) no-repeat 0 0;
	float: right;
	padding-left: 18px;
}

#location #tele p {
	float: none;
}




/*////////////////////////*/
/*///newletter////////////*/
/*////////////////////////*/

#newletters{
	width: 220px;
	margin-top: 8px;
	}
	
#newletters .regular_top h1 {
	background: url(../img/icon_newletter.png) no-repeat right 5px;
	width: 186px;
	
	
}
	
#newletters .content {
	background:#999;
	width: 198px;	
	padding: 5px 10px 10px 12px;


	
}
	
.newletter_content {
	margin-top: 10px;
}

#newletters .input_text {
	padding-top: 10px;
}

#newletters .input_text .text {
	background: url(../img/text_bg.png) no-repeat;
	height: 20px;
	width: 195px;
	border-bottom: black 1px solid;
}

#newletters .submit_area {
	padding-top: 15px;
}




#newletters .login_btn {
	font:11px Lucida Grande, "Lucida Sans Unicode", Arial, Verdana, sans-serif;	
	background: url(../img/btn.png) no-repeat;
	color: white;
	float: right;
	width: 71px;
	height: 26px;
	margin-bottom: 30px;
	}
	
#newletters .login_btn:hover {
	font:11px Lucida Grande, "Lucida Sans Unicode", Arial, Verdana, sans-serif;	
	background: url(../img/btn.png) no-repeat 0 -26px;
	color: white;
	float: right;
	width: 71px;
	height: 26px;
	}




/*////////////////////////*/
/*///rightcolumn//////////*/
/*////////////////////////*/

#right_column {
	float: left;
	width: 220px;
	margin-top:5px;
	margin-left:5px;
}

.right_header {
	background: url(../img/everyday_topper.png) no-repeat 0 0;
	width: 204px;
	height: 63px;
	padding-left: 16px;
	padding-top: 4px;
}

.right_header1 {
	background: url(../img/travel.jpg) no-repeat 0 0;
	width: 204px;
	height: 63px;
	padding-left: 16px;
	padding-top: 4px;
}

.right_header2 {
	background: url(../img/child.jpg) no-repeat 0 0;
	width: 204px;
	height: 63px;
	padding-left: 16px;
	padding-top: 4px;
}



#everyday_coursesnav {
}

#everyday_coursesnav ul li a{
	display: block;
	height: 22px;
	width: 190px;
	padding-left: 30px;
	padding-top: 8px;
	margin-top: 1px;
	
	}

#everyday_coursesnav ul #absolute a {
	background: url(../img/courses_btn.png) no-repeat 0 0;
	}

#everyday_coursesnav ul #absolute a:hover {
	color: #c8caca;
	background: url(../img/courses_btn.png) no-repeat -220px 0;
	}
	
#everyday_coursesnav ul #improver a {
	background: url(../img/courses_btn.png) no-repeat 0 -30px;
	}

#everyday_coursesnav ul #improver a:hover {
	color: #c8caca;
	background: url(../img/courses_btn.png) no-repeat -220px -30px;
	}
	
#everyday_coursesnav ul #proficiency a {
	background: url(../img/courses_btn.png) no-repeat 0 -60px;
	}

#everyday_coursesnav ul #proficiency a:hover {
	color: #c8caca;
	background: url(../img/courses_btn.png) no-repeat -220px -60px;
	}
	
#everyday_coursesnav ul #intermediate a {
	background: url(../img/courses_btn.png) no-repeat 0 -90px;
	}

#everyday_coursesnav ul #intermediate a:hover {
	color: #c8caca;
	background: url(../img/courses_btn.png) no-repeat -220px -90px;
	}


/*////////////////////////*/
/*///clients//////////////*/
/*////////////////////////*/


#clients {
	width: 220px;
	margin-top:8px;
}

#clients_header {
	background: url(../img/client_header.png) no-repeat 0 0;
	height: 32px;
	width: 204px;
	padding-top: 4px;
	padding-left: 16px;
		
}

#clients_header h1 {
	color: black;
}

#clients_list {
	border: 1px solid #a9acab;
	border-top: none;
	width: 218px;
	padding-top: 10px;
	padding-bottom: 20px;
}

#clients_list li{
	background: url(../img/client_line.png) no-repeat center bottom;
	width: 208px;
	padding-left:10px;
	padding-bottom: 5px;
	padding-top: 2px;
	
}

#clients_list li a{
	display: block;
	color: black;
	width: 200px;
}

#clients_list li a:hover{
	width: 200px;
	background: url(../img/icon_client.png) no-repeat 4px right;
	color: red;
	
}

#application_form {
	margin-top:8px;
	width: 220px;
	height: 72px;
	}

#application_form a{
	background: url(../img/download_app.png) no-repeat 0 0;
	display: block;
	width: 220px;
	height: 72px;
	
	}

.tutor_details {
	position: relative;
	float: left;
	width: 850px;
	height: auto;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;	
	}

.tutor_details h1 
 {
	position: relative;
	float: left;
	font-size: 18px;
	font-family: Helvetica, Arial, sans-serif;
	width: 650px;
	color: #FFF;
	text-weight:normal;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 75px;
	background-image: url(../img/topback.gif);
	background-repeat: no-repeat;
	padding-left: 57px;
	height: 40px;
	padding-top: 10px;
}	

#tutor_content {
	position: relative;
	float: left;
	width: 700px;
	height: auto;
	background-color: #CCC;
	margin-top: 30px;
	margin-right: 75px;
	margin-left: 75px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #666;
	border-right-color: #FFF;
	border-bottom-color: #666;
	border-left-color: #FFF;
}

#tutor_content img{
	position: relative;
	float: left;
	width: 100px;
	height: auto;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
}


#tutor_content p {
	display: block;
	position: static;
	float: right;
	width: 500px;
	font-size: 12px;
	font-family: Helvetica, Arial, sans-serif;
	margin-top: 10px;
	margin-right: 80px;
	margin-bottom: 20px;
	margin-left: 20px;
}

#tutor_content H1 {
	position: relative;
	float: left;
	font-size: 17px;
	font-family: Helvetica, Arial, sans-serif;
	width: 500px;
	margin: 20px 0px 10px 20px;
	color: #4D4D4D;
	text-weight:normal;
}

#tutor_content H2 {
	position: relative;
	float: left;
	font-size: 17px;
	font-family: Helvetica, Arial, sans-serif;
	width: 500px;
	margin: 20px 0px 10px 20px;
	color: #4D4D4D;
	text-weight:normal;
}

/*tutor content1*/
#tutor_content1 {
	position: relative;
	float: left;
	width: 400px;
	height: 330px;
	margin-top: 30px;
	margin-left: 75px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #999;
	border-bottom-color: #999;
	background-image: url(../img/back1.jpg);
}

#tutor_content1 img{
	position: relative;
	float: left;
	width: 100px;
	height: auto;
	margin:0px 0px px 0px;
}


#tutor_content1 p {
	display: block;
	position: relative;
	float: left;
	width: 300px;
	font-size: 12px;
	font-family: Helvetica, Arial, sans-serif;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 20px;
	padding-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #FFF;
}

#tutor_content1 H1 {
	position: relative;
	float: left;
	font-size: 17px;
	font-family: Helvetica, Arial, sans-serif;
	width: 300px;
	color: #4D4D4D;
	text-weight:normal;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 20px;
}

#tutor_content1 H2 {
	position: relative;
	float: left;
	font-size: 17px;
	font-family: Helvetica, Arial, sans-serif;
	width: 300px;
	color: #4D4D4D;
	text-weight:normal;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 20px;
}

.tutor_details h1 
 {
	position: relative;
	float: left;
	font-size: 24px;
	font-family: Helvetica, Arial, sans-serif;
	width: 650px;
	color: #F60;
	text-weight:normal;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 75px;
	background-repeat: no-repeat;
	padding-left: 10px;
	height: 40px;
	padding-top: 10px;
}	

#mapbox

{
	margin-right:20px;
	margin-top:30px;
	height:auto;
	width:350px;	
}

/* contact*/

.ying_content {
	position: relative;
	float: left;
	width: 850px;
	margin: 0px 0px 30px 0px;
	}
	
.ying_content H1 {
	position: relative;
	float: left;
	font-size: 17px;
	font-family: Helvetica, Arial, sans-serif;
	width: 600px;
	margin: 30px 125px 0px 125px;
	color: #4D4D4D;
	text-weight:		normal;
}

.ying_content P {
	position: relative;
	float: left;
	font-size: 12px;
	font-family: Helvetica, Arial, sans-serif;
	width: 600px;
	margin: 15px 125px 0px 125px;
	color: #333;
}

.ying_content ul {
	position: relative;
	float: left;
	margin: 0;
	padding-bottom: 20px;
	border-bottom: 1px solid;
	border-color: #999;
	margin-left: 90px;
	margin-right: 50px;
	width: 650px;
	}

.ying_content ul li{
	position: relative;
	float: left;
	list-style: none;
	width: 500px;
	margin: 20px 0px 0px 150px;
	}
.ying_content ul li P {
	position: relative;
	float: left;
	font-size: 12px;
	font-family: Helvetica, Arial, sans-serif;
	width: 450px;
	margin: 0px 0px 0px 5px;
}

.ying_content img {
	position: relative;
	float: left;
	margin: 0;
	}
	
/*tutor content2*/
#tutor_content2 {
	position: relative;
	float: left;
	width: 700px;
	height: 260px;
	margin-top: 30px;
	margin-left: 75px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #666;
	border-bottom-color: #666;
	background-image: url(../img/back1.jpg);
}

#tutor_content2 img{
	position: relative;
	float: left;
	width: 100px;
	height: auto;
	margin:0px 0px px 0px;
}


#tutor_content2 p {
	display: block;
	position: static;
	float: right;
	width: 500px;
	font-size: 12px;
	font-family: Helvetica, Arial, sans-serif;
	margin-top: 10px;
	margin-right: 80px;
	margin-bottom: 20px;
	margin-left: 20px;
	padding-bottom: 10px;
}

#tutor_content2 H1 {
	position: relative;
	float: left;
	font-size: 17px;
	font-family: Helvetica, Arial, sans-serif;
	width: 300px;
	color: #4D4D4D;
	text-weight:normal;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 20px;
}

#tutor_content2 H2 {
	position: relative;
	float: left;
	font-size: 17px;
	font-family: Helvetica, Arial, sans-serif;
	width: 300px;
	color: #4D4D4D;
	text-weight:normal;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 20px;
}



/*tutor content3*/
#tutor_content3 {
	position: relative;
	float: left;
	width: 700px;
	height: 150px;
	margin-top: 30px;
	margin-left: 75px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #666;
	border-bottom-color: #666;
	background-image: url(../img/back1.jpg);
}

#tutor_content3 img{
	position: relative;
	float: left;
	width: 100px;
	height: auto;
	margin:0px 0px px 0px;
}


#tutor_content3 p {
	display: block;
	position: static;
	float: left;
	width: 500px;
	font-size: 12px;
	font-family: Helvetica, Arial, sans-serif;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 20px;
	padding-bottom: 10px;
}

#tutor_content3 H1 {
	position: relative;
	float: left;
	font-size: 17px;
	font-family: Helvetica, Arial, sans-serif;
	width: 300px;
	color: #4D4D4D;
	text-weight:normal;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 20px;
}

#tutor_content3 H2 {
	position: relative;
	float: left;
	font-size: 17px;
	font-family: Helvetica, Arial, sans-serif;
	width: 300px;
	color: #4D4D4D;
	text-weight:normal;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 20px;
}




/* multi slide test */

#newsmenu
{
	color: #ffffff;
	padding: 8px;
	height:14px;
}

#slipmenu
{
	float:left;
	width:auto;
	color:#999;
}

#slipmenu a

{
	color:#000;
}

.divToggle
{
	float:right;
	width:55px;
	color:#000;
}
.moreInfoWrapper
{
	margin-top: 15px;
	height: auto;
	margin-bottom: 2px;
}
.moreInfo
{
	padding: 2px;
}
.home #wrapper #news_brief1 .news_home .moreInfo p strong {
	color: #000;
}

#coursecontent
{
	margin-left:40px;
	margin-right:40px;
	height:auto;
	padding: 20px 40px 20px 40px;
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
}

#coursecontent1
{
	margin-left:25px;
	margin-right:40px;
	height:auto;
	padding: 20px 40px 20px 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
}

