/* CSS Document */

body{
	background-color:#fce93f;											
/*background-image:none;*/

}
#pagewidth {
	/*text-align:center;*/
	height: auto;
	width:1024px;
	margin-left:auto;
	margin-right:auto;
	
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	border:1px solid #E68340;
	background-color:#8b0029;
		
}
#headline{
	height: auto;
	width: auto;
	margin-left: auto;
	margin-right: auto;
}
#menu{
	padding:10px;
}

#contener{
	/*margin-left: 20px;*/
	margin-right: auto;
	height: auto;
	width: auto;
}
#colleft{
	float: left;
	width: 220px;          /* LC width */
	margin-left: 0px;
	display: inline;
	/*background-image:url(../img/left_bg.png);*/
	
}

#colcenter{
	float:left;
    width:804px;
	/*margin-left: 10px;*/
}

#colright{
	float:left;
	width: 250px;          /* RC width */
  	margin-left: 10px;
	/*margin-left:675px;*/
}
#maintab{
	width: auto;
	height: 357px;
	background-image:url(../img/maintag_bg.png);
}
#mainmid{
	padding:10px;
	background-image:url(../img/mid_bg.png);
	
}

.gallaryimg {margin: 3px;border:height: auto;width: auto;float: left;text-align: center;}
.gallaryimg img {  display: inline;  margin: 3px;  border: 1px solid #808000;  }
.gallaryimg a:hover img   {  border: 1px solid #0000ff;  }
.desc  {  text-align: center;  font-weight: normal;  width: 295px;  margin: 2px;  color: #800000;  }


.title{color: #5B0B02;font-family: "Times New Roman", Times, serif;font-size: 20px;}
.reading{padding:1px;color: #002E5B;font-family: "Times New Roman", Times, serif;font-size: 13px;text-align:left;}
.mainimg{padding:1px;border:1px solid #021a40;background-color:#ff0;background-image:url(../img/color_light_grey_109.jpg);}
.vediofram{padding:1px;border:1px solid #808000;width:"396px";height:"297px";background-image:url(../img/video.jpg);}
.welcom{font-family: verdana,sans-serif;color: #FFFFFF;font-size: 20px;word-spacing: 1pt;line-height: 1;}
.button {  background-color: #4CAF50;  border: none;  color: white;  padding: 15px 32px;  text-align: center;  text-decoration: none;  display: inline-block;  font-size: 16px;  margin: 4px 2px;  cursor: pointer;  }
#footer {
	margin-left: 20px;
	color: #FFFFFF;
	clear: both;
	text-align:center;
	background-color:#8A4117;
	background-color: transparent;
}.footer {   background-color: #efefef;  text-align: center;  color: #664842;    right: 0;  bottom: 0;  left: 0;  padding: 1rem;  }
/*** IE6 Fix ***/
* html #left {
  left: 150px;           /* RC width */
}
