/*Created by Samiru Manukulasuriya*/

body {background-color: white}

h1 {
	font-family: arial;
	font-size: 22px;
	color: #000099
}

/* main_styles */

#main_home {
	background-image:url('../images/side_2.jpg');
	background-repeat: no-repeat;
	background-position: right top; 
	background-color: #f1effd;
	left: -402px;
	margin-left: 50%;  
	width: 798px;
	position: relative;
	border: none;
}

#main_classes {
	background-image:url('../images/indian_side_2.jpg');
	background-repeat: no-repeat;
	background-position: right top; 
	background-color: rgb(241, 239, 253);
	left: -402px;
	margin-left: 50%;  
	width: 798px;
	position: relative;
	border: none;
}

#main_videos {
	background-image:url('../images/indian_side_3.jpg');
	background-repeat: no-repeat;
	background-position: right; 
	background-color: rgb(241, 239, 253);
	left: -402px;
	margin-left: 50%;  
	width: 798px;
	position: relative;
	border: none;
}

#main_about_us {
	background-image:url('../images/indian_side_4.jpg');
	background-repeat: no-repeat;
	background-position: right top; 
	background-color: rgb(241, 239, 253);
	left: -402px;
	margin-left: 50%;  
	width: 798px;
	position: relative;
	border: none;
}

#main_contact_us {
	background-image:url('../images/indian_side_5.jpg');
	background-repeat: no-repeat;
	background-position: right top; 
	background-color: rgb(241, 239, 253);
	left: -402px;
	margin-left: 50%;  
	width: 798px;
	position: relative;
	border: none;
}

/* End of main css styles*/

#top_banner {
	margin-bottom: 5px;
	left: -402px;
	margin-left: 50%;
	width: 798px;
	position: relative;
	height: 250px;
	border: none;
	text-align: center;
}

#top_buttons {
	margin-bottom: 5px;
	left: -402px;
	margin-left: 50%;
	width: 801px;
	position: relative;
	height: 15px;
	border-left:none;
	text-align: center;
	font-size: 11px;
	font-family: arial;
	background-color: white;
	background-image:url('../images/buttons.jpg');
	color: #333;
}


#body {
	font-family: arial;
	font-size: 11px;
	width: 350px;
	margin-left: 40px;
	margin-top:10px;
	margin-bottom:10px;
	color:#666666;

}

#body a {
	color:#000099;
	text-decoration: none;
}

#body a:hover {
	text-decoration: underline;
} 


#footer {
	font-family: arial;
	font-size: 11px;
	width: 100%;
	color: #6962cb;
	text-align: center;
	padding-bottom: 10px;
	padding-top: 10px;
	background-color:rgb(241, 239, 253);
	background-image:url('../images/background.jpg');
	background-repeat: repeat-y;
}

#footer a {
	text-decoration: none;
	color:#666666;
}

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

#background {
	height: 100%;
	width: 100%px;
	background-image:url('../images/background.jpg');
	background-repeat: repeat-y;
	
}

#copyright {
	margin-top: 5px;
	font-family: arial;
	color: "bbbbbb";
	font-size: 11px;
}

#name {
	margin-bottom: 5px;
	left: -402px;
	margin-left: 50%;
	width: 799px;
	position: relative;
}




#videos {
	float: left;
	width: 210px;
	margin-left:27px;
	text-align: center;
	margin-top: 20px;
}

#videos a {
	font-size: 12px;
	color: #666666;
	text-decoration: none;
	font-family: arial;
}


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