@charset "utf-8";
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #fe9a02;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
.oneColElsCtr #container {
	width: 900px; /* the auto margins (in conjunction with a width) center the page */
	border: 1px none #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	padding: 0px;
	height: 650px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-color: fe9a02;
	background-image: url(ganga_bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
.oneColElsCtr #mainContent {
	padding: 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}
.oneColElsCtr #container #panelContainer {
	float: left;
	height: 120px;
	width: 840px;
	padding-right: 30px;
	padding-left: 30px;
	position: relative;
	top: 440px;
}
.oneColElsCtr #container #mainContent #panelContainer #panel {
	padding: 0px;
	float: left;
	height: 110px;
	width: 270px;
	border: 1px none #FF0000;
	margin: 5px;
	background-color: #FE9A02;
	position: relative;
}
.oneColElsCtr #container #mainContent #panelContainer #panel:hover {
	background-color: #FFFFFF;
}
.oneColElsCtr #container #mainContent #panelContainer #bottomLink a {
	font-family: "Times New Roman", Times, serif;
	font-size: 25px;
	color: #FFFFFF;
	font-weight: bold;
	font-style: italic;
	text-decoration: none;
	text-align: center;
	float: left;
	width: 840px;
	position: relative;
	margin-top: 10px;
	clear: both;
}
.oneColElsCtr #container #mainContent #panelContainer #bottomLink a:hover {
	color: #000000;
}
.oneColElsCtr #container #mainContent #top {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	font-style: italic;
	color: #000000;
	text-align: right;
	width: 250px;
	top: 360px;
	position: absolute;
	left: 780px;
}
.oneColElsCtr #container #mainContent #video {
	position: absolute;
	top: 180px;
	left: 820px;
	width: 205px;
	height: 170px;
	border: 1px solid #000000;
}


.oneColElsCtr #container #mainContent #panelContainer #panel img {
	padding: 5px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.oneColElsCtr #text {
	width: 600px; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	padding-left: 150px;
	padding-right: 150px;
	padding-top: 0px;
	height: auto;
	background-color: fe9a02;
	background-repeat: no-repeat;
	background-position: center top;
	margin: 0px;
	position: relative;	
	top: 530px;
}
.block_form {
	font: 10px Verdana, Arial, Helvetica, sans-serif;
	width: 370px;
	height: 110px;
	padding-top: 50px; 
	padding-left: 15px;
	padding-bottom: 15px;
	padding-right: 15px;	overflow: hidden;
	color: #555;
	position: absolute;
	top: 0px;
	left: 700px;

}