/*Created by Samiru Manukulasuriya*/

body {background-color: white}

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

/* main_styles */

#main_home {
	background-image:url('../images/vishver_side_1.jpg');
	background-repeat: no-repeat;
	background-position: right; 
	background-color: #E1E2FF;
	left: -402px;
	margin-left: 50%;  
	width: 798px;
	position: relative;
	border: 1px solid #90bade;
	border-color: grey;
}

#main_dancestyles {
	background-image:url('../images/vishver_side_2.jpg');
	background-repeat: no-repeat;
	background-position: right; 
	background-color: #E1E2FF;
	left: -402px;
	margin-left: 50%;  
	width: 798px;
	position: relative;
	border: 1px solid #90bade;
	border-color: grey;
}

#main_gallery {
	background-image:url('../images/vishver_side_3.jpg');
	background-repeat: no-repeat;
	background-position: right; 
	background-color: #E1E2FF;
	left: -402px;
	margin-left: 50%;  
	width: 798px;
	position: relative;
	border: 1px solid #90bade;
	border-color: grey;
}

#main_videos {
	background-image:url('../images/vishver_side_4.jpg');
	background-repeat: no-repeat;
	background-position: right; 
	background-color: #E1E2FF;
	left: -402px;
	margin-left: 50%;  
	width: 798px;
	position: relative;
	border: 1px solid #90bade;
	border-color: grey;
}

#main_profile {
	background-image:url('../images/vishver_side_5.jpg');
	background-repeat: no-repeat;
	background-position: right top; 
	background-color: #E1E2FF;
	left: -402px;
	margin-left: 50%;  
	width: 798px;
	position: relative;
	border: 1px solid #90bade;
	border-color: grey;
}

#main_contactus {
	background-image:url('../images/vishver_side_6.jpg');
	background-repeat: no-repeat;
	background-position: right; 
	background-color: #E1E2FF;
	left: -402px;
	margin-left: 50%;  
	width: 798px;
	position: relative;
	border: 1px solid #90bade;
	border-color: grey;
}

/* End of main css styles*/

#top_banner {
	margin-bottom: 5px;
	left: -402px;
	margin-left: 50%;
	width: 798px;
	position: relative;
	height: 190px;
	border: 1px solid #90bade;
	text-align: center;
}

#top_buttons {
	margin-bottom: 5px;
	left: -402px;
	margin-left: 50%;
	width: 799px;
	position: relative;
	height: 30px;
	border-left: 1px solid #90bade;
	text-align: center;
	font-size: 15px;
	font-family: arial;
	background-color: white;
	background-image:url('../images/buttons.jpg');
	color: #333;
	font-weight: bold;
}


#body {
	font-family: arial;
	font-size: 11px;
	width: 100%;
	margin-left: 40px;
	_margin-top:10px;
	_margin-bottom:10px;

}




#footer {
	font-family: arial;
	font-size: 11px;
	width: 100%;
	color: #6962cb;
	text-align: center;
	padding-bottom: 10px;
	padding-top: 10px;
	background-color:#E1E2FF;
	background-image:url('../images/background.jpg');  /* first color is #c7c3f2*/
	background-repeat: repeat-y;
}

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

#footer a:hover {
	text-decoration:underline;
	color:#0a0272;
}

#background {
	height: 100%;
	width: 550px;
	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;
	border: 1px solid #90bade;
}

#video_container {
	margin-left:90px;
	_margin-left:0px;
}

#videos {
	float: left;
	width: 200px;
	margin-left:27px;
	margin-bottom: 40px;
	padding-bottom: 40px;
	_padding-bottom: 0px;
	text-align: center;
}

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


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