body{
	padding:0;
	margin:0;
	background-image: url(images/bg.jpg);
	background-repeat: repeat-x;
	background-color:#3E454F;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-position: top;
	line-height:18px;
}
a{
	text-decoration:none;
}
.wrapper{
	background-image: url(images/bg_header.jpg);
	background-repeat: no-repeat;
	background-position: center 60px;
}
.container{
	width:1002px;
}
.header{
	background-image: url(images/bg_header_top.jpg);
	background-repeat: repeat-x;
	background-position: top;
	height:146px;
}
.contact_glc{
	text-align:right;
	color:#FFFFFF;
	height:55px;
	background-image: url(images/image_header_right.jpg);
	background-repeat: no-repeat;
	background-position: bottom right;
}
.contact_glc a{
	color:#FFFFFF;
	text-decoration:none;
}
.contact_glc a:hover{
	text-decoration: underline;
}
.menu{
	color: #FFFFFF;
	background-image: url(images/bg_menu.jpg);
	background-repeat: repeat-x;
	background-position: top;
	padding-left:40px;
	background-color: #505662;
}
.menu div{
	float:left;
	font-size: 12px;
}
.menu div a{
	padding:2px 15px 1px 15px;
	color: #FFFFFF;
	text-decoration: none;
	margin: 1px 1px 0 1px;
	border: 1px solid #3C3C3C;
	display: block;
}
.menu div a:hover{
	background-color:#8CB300;
	border: 1px solid #FFFFFF;
}
.menu_right{
	background-image: url(images/menu_right.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
	width:2px;
}
.header_bottom{
	background-image: url(images/bg_header_bottom.jpg);
	background-repeat: repeat-x;
	background-position:bottom;
	height:65px;
	background-color: #505662;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #A3A4A8;
}
.header_seperator{
	background-color:#434955;
	height: 15px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #A3A4A8;
	border-left-color: #A3A4A8;
}
.content_border_thin{
	border: 1px solid #A3A4A8;
	padding:2px;
	background-color:#4F5861;
}
.content_border_thick{
	border: 1px solid #A3A4A8;
	padding:4px;
	background-color:#4F5861;
}
.home_content1{
	background-color:#CCCCCC;
}
.home_content1 a{
	color:#000000;
}
.home_content2{
	padding:10px;
	color:#FFFFFF;
	width: 200px;
}
.home_content2 span{
	background-image: url(images/icon_arrow.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left:25px;
	color:#D2EE05;
	font-weight: bold;
}
.home_content2 a{
	color:#FFFFFF;
	text-decoration:none;
}
.courses{
	background-image: url(images/home_content1_bg_left.jpg);
	background-repeat: repeat-x;
	background-position: top;
	padding-left: 15px;
}
.courses span{
	color:#508201;
	font-weight: bold;
}
.banner_courses{
	background-image: url(images/home_content1_bg_right.jpg);
	background-repeat: repeat-x;
	background-position: top;
	padding:15px 5px 15px 5px;
}
.bottom{
	background-image: url(images/bg_bottom.jpg);
	background-repeat: repeat-x;
	height: 35px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #A3A4A8;
	border-left-color: #A3A4A8;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #A3A4A8;
}
.bottom_shadow{
	background-image: url(images/bg_shadow.jpg);
	background-repeat: repeat-x;
	background-position:top;
	color:#ECEFF6;
	text-align:right;
	padding:23px 0 10px 0;
}

/******************************/
.inside_courses{
}
.courses_left{
	width:240px;
	padding: 52px 0 0 15px;
	background-image: url(images/bg_courses_left.jpg);
	background-repeat: repeat-x;
	background-position: top;
	border-right:#B0B4BE solid 1px;
	background-color: #DCDDDF;
}
.courses_left a{
	color:#000000;
	padding:3px;
}
.courses_left a:hover{
	color:#FFFFFF;
	background-color: #8FB804;
}
.courses_right{
	background-image: url(images/bg_courses_right.jpg);
	background-repeat: repeat-x;
	background-position: top;
	background-color: #FFFFFF;
	padding: 40px 0 0 30px;
	width:470px;
}
.courses_right a{
	color:#000000;
	text-decoration:underline;
}
.heading1{
	color:#508201;
	font-weight:bold;
}
.heading2{
	color:#000000;
	font-size:15px;
	font-weight:bold;
}
p{
	padding:0;
	margin:0 0 20px 0;
}
.courses_box{
	padding:20px 0 20px 10px;
	font-weight:bold;
	background-color:#DCDDDF;
}
.courses_box a{
	text-decoration:underline;
	color: #000000;
}
.courses_box a:hover{
	color:#999999;
	text-decoration:underline;
}

.schedules a{
	color:#000000;
	text-decoration:underline;
}
.schedules .heading{
	background-color:#8AB400;
	color:#FFFFFF;
	padding:3px 0 3px 10px;
}
.schedules td{
	padding:5px;
}
.schedules .row{
	background-color:#F1F1F2;
}
.fee td{
	 border-bottom:1px solid #CCCCCC;
}
.gallery_heading{
	background-color:#EAEAEA;
	color:#000000;
	padding:3px 0 3px 5px;
	font-weight: bold;
}
.contact_input{
	width:230px;
	margin-bottom:4px;
}
.contact_select{
	width:370px;
	margin-bottom:4px;
}
.contact_text{
	width:370px;
	height:150px;
}
.contact_submit{
	padding-left:120px;
}
